@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/bdo-grotesk/BDOGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/bdo-grotesk/BDOGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/bdo-grotesk/BDOGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/bdo-grotesk/BDOGrotesk-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/bdo-grotesk/BDOGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/bdo-grotesk/BDOGrotesk-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/bdo-grotesk/BDOGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk DemiBold";
  src: url("../fonts/bdo-grotesk/BDOGrotesk-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #dd042b;
  --red-dark: #dd042b;
  --blue: #061a43;
  --blue-soft: #102b63;
  --ink: #111111;
  --muted: #666b73;
  --line: #ececec;
  --soft: #f5f5f5;
  --white: #ffffff;
  --radius: 8px;
  --topbar-height: clamp(60px, 4.6vw, 70px);
  --site-text-size: 14px;
  --section-y: clamp(30px, 3vw, 52px);
  --sprite: url("../img/Seyhanlar_Anasayfa.psd.png");
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.lightbox-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

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

.container-xl {
  max-width: 1400px;
}

.section-narrow {
  max-width: 980px;
}

.about-page main > section:not(.about-hero-section):not(.stats-section):not(.about-sustainability-section) {
  display: none;
}

.about-hero-section {
  padding: clamp(56px, 5vw, 92px) 0 var(--section-y);
  background: #fff;
}

.about-hero-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.about-hero-section h1 {
  max-width: 820px;
  margin: 0 auto clamp(58px, 5vw, 88px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

.about-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 2109 / 782;
  border-radius: var(--radius);
  object-fit: cover;
}

.about-story {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: clamp(56px, 6vw, 110px);
  align-items: start;
  margin-top: clamp(70px, 6vw, 96px);
}

.about-story h2 {
  margin: 0;
  color: var(--red);
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.02;
}

.about-story-copy {
  max-width: 520px;
}

.about-story-copy p {
  margin: 0 0 18px;
  font-size: var(--site-text-size);
}

.about-story-copy p:last-child {
  margin-bottom: 0;
}

.about-sustainability-section {
  min-height: clamp(620px, 63.5vw, 840px);
  padding: clamp(34px, 3.6vw, 58px) 0 clamp(420px, 39vw, 540px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 30%),
    url("../img/about/section_3_bg.jpg") center calc(100% + 58px) / 100% auto no-repeat;
}

.about-sustainability-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.about-sustainability-section h2 {
  max-width: 900px;
  margin: 0 auto clamp(24px, 2vw, 34px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
}

.about-sustainability-copy {
  max-width: 940px;
  margin: 0 auto;
}

.about-sustainability-copy p {
  margin: 0 auto 24px;
  font-size: var(--site-text-size);
  font-weight: 500;
}

.about-sustainability-copy p:last-child {
  margin-bottom: 0;
}

.quality-policy-section {
  padding: clamp(56px, 5vw, 92px) 0 var(--section-y);
  background: #fff;
}

.quality-policy-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.quality-policy-section h1 {
  max-width: 1120px;
  margin: 0 auto clamp(58px, 5vw, 88px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

.quality-policy-image {
  display: block;
  width: 100%;
  aspect-ratio: 2109 / 782;
  border-radius: var(--radius);
  object-fit: cover;
}

.quality-policy-content {
  max-width: 860px;
  margin: clamp(64px, 5vw, 88px) auto 0;
  color: #191919;
}

.quality-policy-content p {
  margin: 0 0 18px;
  font-size: var(--site-text-size);
}

.quality-policy-content strong {
  font-weight: 700;
}

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

.terms-page .quality-policy-section h1 {
  margin-bottom: clamp(42px, 4vw, 64px);
}

.terms-content {
  max-width: 920px;
  margin-top: 0;
}

.terms-content h2 {
  margin: 0 0 16px;
  color: #000;
  font-size: var(--site-text-size);
  font-weight: 700;
}

.terms-content h2:not(:first-child) {
  margin-top: 34px;
}

.terms-content p {
  margin-bottom: 0;
}

.board-section {
  padding: clamp(74px, 6.2vw, 118px) 0 clamp(96px, 8vw, 150px);
  background: #fff;
}

.board-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.board-section h1 {
  max-width: 900px;
  margin: 0 auto clamp(56px, 4.4vw, 78px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

.board-layout {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(46px, 4.2vw, 74px);
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(760px, 100%);
}

.board-member {
  text-align: center;
}

.board-member-featured {
  width: min(248px, 100%);
}

.board-member-photo {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  border-bottom: 10px solid #dd042b;
}

.board-member h2 {
  margin: 16px 0 10px;
  color: #000;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 700;
}

.board-member p {
  max-width: 220px;
  margin: 0 auto;
  color: #3f3f3f;
  font-size: var(--site-text-size);
  font-weight: 400;
  text-align: center;
}

.certificates-section {
  padding: clamp(74px, 6.2vw, 118px) 0 clamp(96px, 8vw, 150px);
  background: #fff;
}

.certificates-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.certificates-section h1 {
  max-width: 900px;
  margin: 0 auto clamp(56px, 4.4vw, 78px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

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

.certificate-card {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: #f6f6f6;
  cursor: zoom-in;
}

.certificate-card img {
  display: block;
  width: 100%;
  aspect-ratio: 664 / 955;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.24s ease;
}

.certificate-card:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.025);
}

.catalogs-section {
  padding: clamp(74px, 6.2vw, 118px) 0 clamp(96px, 8vw, 150px);
  background: #fff;
}

.catalogs-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.catalogs-section h1 {
  max-width: 900px;
  margin: 0 auto clamp(56px, 4.4vw, 78px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

.catalogs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 30px);
}

.catalog-card {
  min-width: 0;
}

.catalog-image-link {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f6f6f6;
}

.catalog-image-link img {
  display: block;
  width: 100%;
  aspect-ratio: 880 / 1238;
  object-fit: cover;
  transition: filter 0.24s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.catalog-image-link:hover img,
.catalog-image-link:focus-visible img {
  filter: saturate(1.04) contrast(1.02);
  transform: translateY(-2px);
}

.catalog-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  border-radius: 7px;
  background: var(--color-red);
  color: #fff;
  font-size: var(--site-text-size);
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.catalog-button:hover,
.catalog-button:focus-visible {
  background: var(--color-red);
  color: #fff;
  transform: translateY(-1px);
}

.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 34px;
  background: rgba(12, 12, 12, 0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition: opacity 0.26s ease, visibility 0.26s ease;
}

.lightbox-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox-dialog {
  max-width: min(720px, 92vw);
  max-height: min(88vh, 940px);
  transform: translateY(18px) scale(0.96);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.lightbox-modal.is-open .lightbox-dialog {
  transform: translateY(0) scale(1);
}

.lightbox-dialog img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(88vh, 940px);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.lightbox-dialog-wide {
  max-width: min(1120px, 92vw);
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease;
}

.lightbox-modal.has-gallery .lightbox-nav {
  display: flex;
}

.lightbox-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.lightbox-prev {
  left: 28px;
}

.lightbox-next {
  right: 28px;
}

.lightbox-nav::before {
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  content: "";
}

.lightbox-prev::before {
  transform: translateX(3px) rotate(-45deg);
}

.lightbox-next::before {
  transform: translateX(-3px) rotate(135deg);
}

.lightbox-close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
}

.lightbox-close::before,
.lightbox-close::after {
  position: absolute;
  top: 20px;
  left: 12px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.stores-section {
  padding: clamp(56px, 5vw, 92px) 0 clamp(96px, 8vw, 150px);
  background: #fff;
}

.stores-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.stores-section h1 {
  max-width: 900px;
  margin: 0 auto clamp(48px, 4vw, 70px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

.stores-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 2109 / 782;
  border-radius: var(--radius);
  object-fit: cover;
}

.store-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(34px, 3.2vw, 54px) 0 clamp(58px, 5vw, 84px);
}

.store-filter-scroll {
  display: none;
}

.store-filter-tab {
  min-width: 124px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius);
  background: #f5f5f5;
  color: #111;
  font-size: var(--site-text-size);
  font-weight: 700;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.store-filter-tab:hover {
  background: #ececec;
}

.store-filter-tab.is-active {
  background: var(--red);
  color: #fff;
}

.store-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(46px, 4.5vw, 72px) 14px;
}

.store-card {
  position: relative;
  min-height: 202px;
  padding: 58px 34px 24px;
  border-radius: var(--radius);
  background: #f6f6f6;
}

.store-card[hidden] {
  display: none;
}

.store-card-icon {
  position: absolute;
  top: -20px;
  left: 34px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: #e60028;
}

.store-card-icon img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.store-card h2 {
  margin: 0 0 20px;
  color: #000;
  font-family: Poppins, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.store-card p {
  min-height: 42px;
  margin: 0 0 26px;
  color: #111;
  font-size: var(--site-text-size);
}

.store-directions {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: #fff;
  color: #111;
  font-size: var(--site-text-size);
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.store-directions:hover {
  background: var(--red);
  color: #fff;
}

.brand-detail-section {
  padding: clamp(74px, 6.2vw, 118px) 0 clamp(96px, 8vw, 150px);
  background: #fff;
}

.brand-detail-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.brand-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  gap: clamp(76px, 7vw, 122px);
  align-items: center;
}

.brand-detail-media {
  position: relative;
}

.brand-detail-media > img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  object-fit: cover;
}

.brand-product-count {
  position: absolute;
  right: clamp(-70px, -5.1vw, -44px);
  bottom: clamp(44px, 4.4vw, 70px);
  display: flex;
  width: 134px;
  height: 92px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--red);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.brand-detail-copy {
  max-width: 430px;
}

.brand-detail-logo {
  display: block;
  width: 154px;
  margin: 0 0 clamp(42px, 4vw, 64px);
}

.brand-detail-logo-wide {
  width: 220px;
}

.brand-detail-logo-take-me {
  width: 190px;
}

.brand-detail-logo-firin {
  width: 330px;
  max-width: 100%;
}

.brand-detail-copy p {
  margin: 0 0 22px;
  color: #151515;
  font-size: var(--site-text-size);
}

.brand-detail-copy p:last-child {
  margin-bottom: 0;
}

.brand-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(72px, 7vw, 116px);
}

.brand-product-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  object-fit: cover;
}

.sprite-bg {
  background-image: var(--sprite);
  background-repeat: no-repeat;
  background-size: 1440px auto;
}

.top-strip {
  position: relative;
  height: var(--topbar-height);
  background: #f6f6f6;
}

.site-header {
  position: sticky;
  top: calc(var(--topbar-height) * -1);
  z-index: 110;
}

.top-strip .container-xl {
  width: 100%;
  max-width: none;
  height: var(--topbar-height);
  padding-right: 30px;
  padding-left: 30px;
}

.brand-switcher {
  display: flex;
  align-items: center;
  gap: 0;
  height: var(--topbar-height);
}

.topbar-logo,
.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.topbar-logo {
  position: relative;
  height: var(--topbar-height);
}

.topbar-logo img {
  display: block;
  width: auto;
  height: auto;
}

.topbar-logo-seyhanlar img {
  width: clamp(110px, 6.2vw, 124px);
}

.topbar-logo-seyhanlar {
  margin-right: clamp(36px, 2.6vw, 48px);
}

.topbar-logo-seyhanlar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
}

.topbar-logo-express img {
  width: clamp(60px, 3.38vw, 68px);
}

.topbar-logo-express {
  margin-right: clamp(30px, 2vw, 38px);
}

.topbar-logo-gross img {
  width: clamp(105px, 5.95vw, 119px);
}

.phone-link {
  gap: clamp(12px, 0.8vw, 16px);
  color: var(--red);
  font-size: clamp(22px, 1.25vw, 25px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.phone-link img {
  display: block;
  width: clamp(24px, 1.34vw, 27px);
  height: clamp(24px, 1.34vw, 27px);
}

.mobile-nav-phone {
  display: none;
}

.footer-about .brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 26px;
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.footer-about .brand-chip-primary {
  background: var(--red);
  color: var(--white);
}

.main-nav {
  position: relative;
  z-index: 1;
  min-height: clamp(58px, 4.1vw, 78px);
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(16, 16, 16, 0.04);
}

.main-nav .container-xl {
  width: 100%;
  max-width: none;
  min-height: clamp(58px, 4.1vw, 78px);
  padding-right: 30px;
  padding-left: 30px;
}

.nav-collapse {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #101010;
  font-size: var(--site-text-size);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.nav-link:hover,
.nav-link.active {
  color: #101010;
}

.navbar-nav {
  display: flex;
  gap: clamp(22px, 1.65vw, 36px);
}

.nav-item {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 18px;
}

.nav-link.nav-dropdown-toggle {
  padding-right: 16px !important;
  padding-inline-end: 16px !important;
}

.nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.72;
  transform: translateY(-62%) rotate(45deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  z-index: 30;
  display: grid;
  min-width: 220px;
  padding: 10px;
  border: 1px solid rgba(8, 18, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 55px rgba(8, 18, 42, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

@supports (backdrop-filter: blur(10px)) {
  .nav-dropdown-menu {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
  }
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(8, 18, 42, 0.08);
  border-left: 1px solid rgba(8, 18, 42, 0.08);
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown-menu::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: var(--red);
}

.nav-dropdown-menu a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 6px;
  color: #151515;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-dropdown-menu a::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(221, 4, 43, 0.28);
  transition: background 160ms ease, transform 160ms ease;
}

.nav-dropdown-menu a:hover {
  background: #f7f7f7;
  color: var(--red);
  transform: translateX(2px);
}

.nav-dropdown-menu a:hover::before {
  background: var(--red);
  transform: scale(1.16);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after,
.nav-dropdown.is-open .nav-dropdown-toggle::after {
  opacity: 1;
  transform: translateY(-38%) rotate(225deg);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1vw, 20px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(44px, 3vw, 57px);
  padding: 12px clamp(24px, 1.65vw, 34px);
  border: 0;
  border-radius: 8px;
  font-size: var(--site-text-size);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.btn-red {
  background: var(--red);
  color: var(--white);
}

.btn-red:hover,
.btn-red:focus-visible {
  background: var(--red);
  color: var(--white);
}

.btn-blue {
  background: var(--blue);
  color: var(--white);
}

.btn-blue:hover,
.btn-blue:focus-visible {
  background: var(--blue);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  color: var(--ink);
}

.section-container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.hero-section {
  padding: 30px 0 var(--section-y);
  background: #f6f6f6;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.66fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: stretch;
}

.campaign-slider {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #07183b;
  box-shadow: 0 22px 50px rgba(6, 18, 43, 0.12);
  isolation: isolate;
}

.slider-track,
.slider-slide {
  width: 100%;
  height: 100%;
}

.slider-track {
  position: relative;
  aspect-ratio: 1864 / 941;
  perspective: 1200px;
}

.slider-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(10px) saturate(1.05);
  transform: none;
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter;
}

.slider-slide.is-active {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: none;
  z-index: 2;
}

.slider-slide.is-leaving {
  opacity: 0;
  filter: blur(7px) saturate(0.96);
  transform: none;
  z-index: 1;
}

.campaign-slider.is-reversing .slider-slide {
  transform: none;
}

.campaign-slider.is-reversing .slider-slide.is-active {
  filter: blur(0) saturate(1);
  transform: none;
}

.campaign-slider.is-reversing .slider-slide.is-leaving {
  transform: none;
}

.slider-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.2) 48%, transparent 72%);
  opacity: 0;
  transform: translateX(-70%) skewX(-10deg);
  pointer-events: none;
}

.slider-slide.is-active::after {
  animation: sliderLightSweep 980ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slider-slide img {
  transform: none;
}

.slider-slide.is-active img {
  transform: none;
}

@keyframes sliderLightSweep {
  0% {
    opacity: 0;
    transform: translateX(-80%) skewX(-10deg);
  }

  26% {
    opacity: 0.55;
  }

  100% {
    opacity: 0;
    transform: translateX(95%) skewX(-10deg);
  }
}

.slider-slide img,
.banner-card img {
  display: block;
  width: 100%;
  height: 100%;
}

.campaign-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  pointer-events: none;
}

.slider-ui {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.campaign-slider:hover .slider-ui,
.campaign-slider:focus-within .slider-ui {
  opacity: 1;
  transform: translateY(0);
}

.slider-progress {
  flex: 1 1 auto;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.slider-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.72));
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.6);
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  padding: 0;
  transition: width 180ms ease, background 180ms ease;
}

.slider-dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: #fff;
}

.slider-actions {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  pointer-events: none;
}

.slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  opacity: 0;
  pointer-events: auto;
  transform: translateX(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.slider-button:last-child {
  transform: translateX(6px);
}

.campaign-slider:hover .slider-button,
.campaign-slider:focus-within .slider-button {
  opacity: 1;
  transform: translateX(0);
}

.campaign-slider.is-single-slide .slider-actions,
.campaign-slider.is-single-slide .slider-ui {
  display: none;
}

.slider-button:hover {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.28);
}

.slider-button span {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}

.slider-button:last-child span {
  transform: rotate(135deg);
}

.campaign-stack {
  display: grid;
  align-self: stretch;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.25vw, 22px);
  min-height: 0;
}

.banner-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 0;
  padding: clamp(12px, 1.1vw, 22px);
  border-radius: 22px;
  background: #fff;
  color: #060606;
  box-shadow: 0 20px 42px rgba(14, 22, 41, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.banner-card-red {
  background: #f51b32;
  color: #fff;
}

.banner-card-image {
  display: block;
  padding: 0;
  background: transparent;
}

.banner-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.banner-card-light {
  background: #fff;
  color: #070707;
}

.banner-card-blue {
  background: #002f66;
  color: #fff;
}

.banner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(14, 22, 41, 0.1);
}

.banner-title {
  display: block;
  margin: 0 0 clamp(5px, 0.45vw, 9px);
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Poppins, Arial, sans-serif;
  font-size: clamp(22px, 1.6vw, 32px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.banner-text {
  display: block;
  max-width: 430px;
  margin: 0 0 clamp(8px, 0.8vw, 14px);
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(132px, 9.5vw, 178px);
  min-height: clamp(32px, 2.1vw, 40px);
  padding: 8px 18px;
  border-radius: 8px;
  background: #fff;
  color: #080808;
  font-size: var(--site-text-size);
  font-weight: 700;
  line-height: 1;
}

.banner-button-red {
  background: #f51b32;
  color: #fff;
}

.intro-section {
  padding: var(--section-y) 0;
  background: #fff;
}

.intro-copy {
  display: grid;
  grid-template-columns: clamp(150px, 12.5vw, 210px) minmax(0, 1fr);
  align-items: start;
  max-width: min(1120px, calc(100% - 60px));
  margin: 0 auto;
  gap: clamp(78px, 6vw, 100px);
}

.intro-copy > span {
  color: var(--red);
  font-family: "Space Grotesk", Poppins, Arial, sans-serif;
  font-size: clamp(76px, 5.8vw, 116px);
  font-weight: 300;
  line-height: 0.92;
}

.intro-copy h2 {
  max-width: 860px;
  margin: 0;
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
}

.brands-section h2,
.news-section h2,
.career-band h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
}

.intro-copy p {
  max-width: 860px;
  margin: clamp(28px, 2.2vw, 42px) 0 0;
  color: #141414;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.stats-section {
  padding: var(--section-y) 0;
  background: #fff;
}

.stats-section .container-xl {
  width: 100%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 1.9vw, 34px);
}

.stat-item {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  min-height: clamp(132px, 9.5vw, 190px);
  border-radius: clamp(14px, 1.1vw, 24px);
  background: #f7f7f7;
  text-align: center;
}

.stat-item strong {
  display: block;
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Poppins, Arial, sans-serif;
  font-size: clamp(34px, 2.6vw, 56px);
  font-weight: 600;
  line-height: 1;
}

.stat-item span {
  margin-top: 4px;
  color: #171717;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(12px, 0.9vw, 17px);
  font-weight: 400;
  line-height: 1.1;
}

.stat-featured {
  background: var(--red);
  color: var(--white);
}

.stat-featured strong {
  color: var(--white);
}

.stat-featured span {
  color: rgba(255, 255, 255, 0.9);
}

.markets-section {
  padding: var(--section-y) 0;
  background: #fff;
}

.markets-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.markets-section h2 {
  max-width: 860px;
  margin: 0 0 clamp(52px, 4.6vw, 86px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
}

.markets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.65vw, 32px);
}

.market-card {
  position: relative;
}

a.market-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.market-card:hover .market-image {
  opacity: 0.92;
}

.market-media {
  position: relative;
  padding-top: 28px;
}

.market-logo {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  width: auto;
  height: auto;
}

.market-logo-seyhanlar {
  left: 28px;
  width: clamp(118px, 8vw, 158px);
}

.market-logo-express {
  left: 34px;
  width: clamp(62px, 4.2vw, 84px);
}

.market-logo-gross {
  left: 28px;
  width: clamp(154px, 10.3vw, 206px);
}

.market-image {
  display: block;
  width: 100%;
  height: clamp(250px, 22vw, 430px);
  overflow: hidden;
  border-radius: 14px;
  background-color: #ddd;
  object-fit: cover;
  object-position: center;
}

.market-count {
  position: absolute;
  left: 28px;
  bottom: -38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  width: clamp(66px, 4.8vw, 86px);
  height: clamp(66px, 4.8vw, 86px);
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Poppins, Arial, sans-serif;
  text-align: center;
}

.market-card:nth-child(2) .market-count {
  left: 34px;
}

.market-count strong {
  display: block;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Poppins, Arial, sans-serif;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 600;
  line-height: 0.78;
}

.market-count small {
  display: block;
  margin-top: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(11px, 0.8vw, 15px);
  font-weight: 600;
  line-height: 0.82;
}

.market-card p {
  margin: clamp(56px, 4.2vw, 76px) 0 0;
  color: #171717;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.brands-section {
  padding: var(--section-y) 0;
  background: var(--red);
  color: var(--white);
}

.brands-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.brand-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  gap: clamp(28px, 3vw, 48px);
  margin-bottom: clamp(42px, 4.4vw, 78px);
}

.brands-section h2 {
  max-width: 760px;
  color: var(--white);
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
}

.brand-photo {
  display: block;
  width: 100%;
  aspect-ratio: 630 / 422;
  overflow: hidden;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}

.brand-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 1.8vw, 28px);
}

.product-card {
  display: block;
  overflow: hidden;
  aspect-ratio: 427 / 449;
  border-radius: 16px;
  background-color: #fff;
}

.product-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-section {
  padding: var(--section-y) 0;
}

.news-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.news-section > .container-xl > h2 {
  max-width: 720px;
  margin: 0 0 clamp(36px, 3.4vw, 54px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.65vw, 32px);
}

.news-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border-radius: 14px;
  background: #f5f5f5;
}

.news-image {
  display: block;
  width: 100%;
  aspect-ratio: 540 / 346;
  background-color: #ddd;
  object-fit: cover;
  object-position: center;
}

.news-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: clamp(200px, 17.2vw, 250px);
  padding: clamp(18px, 1.6vw, 24px) clamp(18px, 1.6vw, 24px) clamp(20px, 1.7vw, 26px);
}

.news-body h3 {
  margin: 0 0 16px;
  color: #050505;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 700;
}

.news-body p {
  margin: 0 0 24px;
  color: #171717;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.news-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 104px;
  min-height: 38px;
  margin-top: auto;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  padding: 10px 24px;
  font-size: var(--site-text-size);
  font-weight: 700;
  line-height: 1;
}

.news-detail-section {
  padding: clamp(64px, 5.6vw, 106px) 0 clamp(92px, 7.8vw, 146px);
  background: #fff;
}

.news-detail-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.news-detail-section h1 {
  max-width: 860px;
  margin: 0 auto clamp(48px, 4vw, 72px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

.news-detail-hero {
  display: block;
  width: 100%;
  aspect-ratio: 1802 / 782;
  border-radius: 14px;
  background: #f4f4f4;
  object-fit: cover;
  object-position: center;
}

.news-detail-content {
  margin-top: clamp(48px, 4vw, 68px);
  color: #171717;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.news-detail-content p {
  margin: 0 0 22px;
}

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

.news-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 28px);
  margin-top: clamp(56px, 4.6vw, 80px);
}

.news-gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: #f4f4f4;
  cursor: zoom-in;
}

.news-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 436 / 328;
  object-fit: cover;
  object-position: center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.2s ease;
}

.news-gallery-item:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.035);
}

.career-section {
  padding: var(--section-y) 0;
  background: #fff;
}

.career-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.career-band {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(40px, 4.2vw, 56px);
  min-height: clamp(250px, 21vw, 318px);
  padding: clamp(40px, 4vw, 58px) clamp(46px, 4.6vw, 64px);
  border-radius: 16px;
  background: linear-gradient(105deg, #dd042b 0%, #dd042b 100%);
  color: var(--white);
}

.career-band h2 {
  margin: 0;
  color: var(--white);
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
}

.career-band p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.94);
  font-size: var(--site-text-size);
  font-weight: 600;
}

.career-band p:last-of-type {
  margin-bottom: 22px;
}

.career-copy {
  max-width: 590px;
}

.career-band .btn-light {
  min-width: 154px;
  min-height: 40px;
  padding: 10px 24px;
  color: #dd042b;
}

.career-band .btn-light:hover,
.career-band .btn-light:focus-visible {
  background: var(--white);
  color: #dd042b;
}

.career-application-section {
  padding: clamp(64px, 5.6vw, 106px) 0 clamp(92px, 7.8vw, 146px);
  background: #fff;
}

.career-application-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.career-application-section h1 {
  max-width: 860px;
  margin: 0 0 clamp(44px, 4vw, 68px);
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
}

.career-application-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: stretch;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(48px, 4.5vw, 72px);
}

.career-application-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(410px, 31vw, 610px);
  padding: clamp(54px, 5vw, 76px) clamp(52px, 5.2vw, 78px) clamp(54px, 5vw, 76px) max(30px, calc((100vw - 1120px) / 2));
  border-radius: 0 0 clamp(86px, 8vw, 158px) 0;
  background: #dd042b;
  color: #fff;
}

.career-application-copy p {
  max-width: 520px;
  margin: 0 0 13px;
  color: #fff;
  font-size: var(--site-text-size);
  font-weight: 500;
}

.career-application-copy h2 {
  max-width: 520px;
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: #fff;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(36px, 2.2vw, 48px);
  font-weight: 600;
  line-height: 1.04;
}

.career-application-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(410px, 31vw, 610px);
  object-fit: cover;
  object-position: center;
}

.career-form {
  max-width: 850px;
  margin: 0 auto;
}

.career-form fieldset {
  margin: 0 0 clamp(34px, 3vw, 48px);
  padding: 0;
  border: 0;
}

.career-form legend {
  margin: 0 0 18px;
  color: #050505;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 700;
}

.career-form legend small {
  font: inherit;
}

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

/* İkamet adresi: İl/İlçe/Mahalle yan yana (mobilde mevcut media query 1 kolona indirir) */
.career-address-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* İş deneyimi satırları: 4 alan yan yana (tablet 2, mobil 1) */
.career-exp-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* İş deneyimi satırları arasına formun standart dikey boşluğu (12px) */
.career-exp-grid + .career-exp-grid {
  margin-top: 12px;
}

.career-field {
  position: relative;
  display: block;
}

.career-field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.career-field-wide {
  grid-column: 1 / -1;
}

/* Görünür soru etiketi (uzun evet/hayır sorusu için) — yalnızca ilk span'ı etkiler, error span'ı değil */
.career-field-q > span:first-child {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  white-space: normal;
  display: block;
  margin-bottom: 8px;
  color: #050505;
  font-size: var(--site-text-size);
  font-weight: 500;
  line-height: 1.4;
}

.career-field input,
.career-field select,
.career-field textarea,
.career-file-field {
  display: block;
  width: 100%;
  min-height: 54px;
  border: 1px solid #c7c7c7;
  border-radius: 14px;
  background: #fafafa;
  color: #111;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 400;
  outline: 0;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.career-field input,
.career-field select {
  padding: 0 22px;
}

.career-field textarea {
  min-height: 142px;
  padding: 18px 22px;
  resize: vertical;
}

.career-field select {
  appearance: none;
  padding-right: 50px;
}

.career-select-field::after,
.career-date-field::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 0;
  height: 0;
  border-top: 8px solid #949494;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  pointer-events: none;
  transform: translateY(-50%);
  content: "";
}

.career-date-field::after {
  width: 16px;
  height: 16px;
  border: 0;
  background:
    linear-gradient(#949494, #949494) 0 3px / 100% 2px no-repeat,
    linear-gradient(#949494, #949494) 4px 0 / 2px 100% no-repeat,
    linear-gradient(#949494, #949494) 11px 0 / 2px 100% no-repeat,
    repeating-linear-gradient(90deg, #949494 0 2px, transparent 2px 5px) 3px 8px / 11px 6px no-repeat;
  border: 2px solid #949494;
  border-radius: 2px;
}

.career-field input::placeholder,
.career-field textarea::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.career-field select:invalid,
.career-field select option[value=""] {
  color: #9a9a9a;
}

.career-field input:focus,
.career-field select:focus,
.career-field textarea:focus,
.career-file-field:focus-within {
  border-color: var(--red);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(221, 4, 43, 0.08);
}

.partner-page .career-application-copy {
  background: #143167;
}

.partner-page .career-application-copy p {
  max-width: 560px;
}

.career-file-field {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 22px;
  cursor: pointer;
}

.career-file-field span {
  overflow: hidden;
  color: #9a9a9a;
  font-size: var(--site-text-size);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.career-file-field input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.career-consent {
  display: grid;
  grid-template-columns: 34px minmax(0, auto);
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto 30px;
  color: #7a7a7a;
  font-size: 12px;
  font-style: normal;
  text-align: left;
}

.career-consent input {
  position: absolute;
  opacity: 0;
}

.career-consent span {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background: #fafafa;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.career-consent em {
  font-style: normal;
}

.career-consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.career-consent input:checked + span {
  border-color: var(--red);
  background:
    radial-gradient(circle at center, #fff 0 5px, transparent 6px),
    var(--red);
}

.career-consent input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(221, 4, 43, 0.12);
}

.career-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 100%);
  min-height: 56px;
  margin: 0 auto;
  border: 0;
  border-radius: 14px;
  background: #dd042b;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 700;
  transition: transform 0.18s ease, background 0.18s ease;
}

.career-submit:hover,
.career-submit:focus-visible {
  background: #dd042b;
  transform: translateY(-1px);
}

/* career form — validation + modal */
.career-required { font-style: normal; color: #dd042b; }
.career-field-error { display: none; font-size: 12px; color: #dd042b; margin-top: 4px; }
.career-field input.career-field-invalid,
.career-field select.career-field-invalid { border-color: #dd042b; }

.career-success-overlay {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.5);
}
.career-success-box {
  background: #fff; border-radius: 20px; padding: 40px 32px;
  max-width: 440px; width: calc(100% - 32px); text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.career-success-icon { margin-bottom: 20px; }
.career-success-icon svg { width: 64px; height: 64px; color: #22c55e; }
.career-success-box h2 { font-size: 22px; font-weight: 700; margin: 0 0 12px; color: #111; }
.career-success-box p  { font-size: 15px; color: #555; margin: 0 0 28px; line-height: 1.6; }
.career-success-close {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 32px; border: 0; border-radius: 12px;
  background: #dd042b; color: #fff; font-size: 15px; font-weight: 700;
  cursor: pointer; transition: background 0.15s;
}
.career-success-close:hover { background: #b8021f; }

.career-datepicker {
  position: absolute;
  z-index: 140;
  width: min(356px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid #ededed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.career-datepicker.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.career-datepicker-head {
  display: grid;
  grid-template-columns: 42px 1fr 1fr 42px;
  gap: 8px;
  margin-bottom: 14px;
}

.career-datepicker-head button,
.career-datepicker-head select {
  min-height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #f8f8f8;
  color: #111;
  font: 600 13px Poppins, Arial, sans-serif;
}

.career-datepicker-head button {
  position: relative;
  padding: 0;
}

.career-datepicker-head button::before {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
}

.career-date-prev::before {
  transform: rotate(-45deg);
}

.career-date-next::before {
  transform: rotate(135deg);
}

.career-datepicker-week,
.career-datepicker-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.career-datepicker-week span {
  color: #8b8b8b;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.career-datepicker-days {
  margin-top: 8px;
}

.career-datepicker-day {
  min-height: 36px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #171717;
  font: 600 13px Poppins, Arial, sans-serif;
}

.career-datepicker-day:hover,
.career-datepicker-day:focus-visible {
  background: rgba(221, 4, 43, 0.1);
}

.career-datepicker-day.is-muted {
  color: #b9b9b9;
}

.career-datepicker-day.is-selected {
  background: var(--red);
  color: #fff;
}

.contact-section {
  padding: 0 0 clamp(92px, 7.8vw, 146px);
  background: #fff;
}

.contact-page {
  overflow-x: clip;
}

.contact-section .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.contact-hero-image {
  display: block;
  width: 100%;
  height: clamp(320px, 26vw, 520px);
  object-fit: cover;
  object-position: center;
}

.contact-main {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.86fr);
  align-items: start;
  gap: clamp(56px, 7vw, 110px);
  padding: clamp(70px, 6vw, 110px) 0 clamp(62px, 5vw, 90px);
}

.contact-info h1 {
  margin: 0 0 20px;
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 2.35vw, 72px);
  font-weight: 600;
  line-height: 1.12;
}

.contact-info > p {
  max-width: 430px;
  margin: 0 0 28px;
  color: #171717;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  color: var(--red);
  font-size: clamp(30px, 2vw, 42px);
  font-weight: 800;
}

.contact-phone img {
  width: 32px;
  height: 32px;
}

.contact-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 0.85fr);
  gap: 26px 58px;
  max-width: 460px;
}

.contact-details h2 {
  margin: 0 0 12px;
  color: #111;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 700;
}

.contact-details p {
  margin: 0;
  color: #171717;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.contact-details > div:nth-child(3) {
  grid-column: 1 / -1;
}

.contact-form {
  padding: clamp(38px, 3.6vw, 58px) clamp(42px, 4vw, 60px);
  border-radius: 14px;
  background: #f6f6f6;
}

.contact-form h2 {
  margin: 0 0 28px;
  color: #000;
  font-family: "BDO Grotesk DemiBold", "BDO Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 1.8vw, 38px);
  font-weight: 600;
  line-height: 1.1;
}

.contact-form label:not(.contact-consent) {
  display: block;
  margin-bottom: 24px;
}

.contact-form label:not(.contact-consent) > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 400;
  outline: 0;
  transition: border-color 0.18s ease;
}

.contact-form input:not([type="checkbox"]) {
  min-height: 42px;
  padding: 0;
}

.contact-form textarea {
  min-height: 94px;
  padding: 10px 0 0;
  resize: vertical;
}

.contact-form input:not([type="checkbox"])::placeholder,
.contact-form textarea::placeholder {
  color: #222;
  opacity: 1;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form textarea:focus {
  border-bottom-color: var(--red);
}

.contact-consent {
  display: grid !important;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  margin: 6px 0 28px;
  color: #555;
  font-size: 12px;
  font-style: normal;
}

.contact-consent input {
  position: absolute;
  width: 28px;
  height: 28px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.contact-consent > span {
  position: static !important;
  display: block;
  width: 28px;
  height: 28px;
  overflow: visible;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
  clip: auto !important;
  white-space: normal !important;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.contact-consent em {
  position: relative;
  z-index: 1;
  font-style: normal;
}

.contact-consent a {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-consent input:checked + span {
  border-color: #dd042b;
  background:
    linear-gradient(#dd042b, #dd042b) center / 14px 14px no-repeat,
    #fff;
}

.contact-consent input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(221, 4, 43, 0.12);
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 42px;
  padding: 10px 24px;
  border: 0;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: var(--site-text-size);
  font-weight: 700;
  transition: background 0.18s ease, transform 0.18s ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--red);
  color: #fff;
  transform: translateY(-1px);
}

.contact-map {
  overflow: hidden;
  border-radius: 14px;
  background: #f6f1e5;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: clamp(300px, 24vw, 430px);
  border: 0;
}

.site-footer {
  padding: clamp(54px, 5.2vw, 92px) 0 0;
  background: #f4f4f4;
}

.site-footer .section-narrow {
  max-width: min(1120px, calc(100% - 60px));
  padding-right: 0;
  padding-left: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(130px, 0.62fr));
  gap: clamp(58px, 6.2vw, 96px);
  padding-bottom: clamp(46px, 4.6vw, 74px);
}

.footer-logo {
  display: inline-flex;
  width: clamp(160px, 10.5vw, 190px);
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-about p {
  max-width: 420px;
  margin: clamp(46px, 4.6vw, 70px) 0 0;
  color: #161616;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: clamp(22px, 2vw, 15px);
}

.site-footer h3 {
  margin: 0 0 4px;
  color: #090909;
  font-size: var(--site-text-size);
  font-weight: 700;
}

.site-footer a {
  color: #161616;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.footer-links,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 52px);
  border-top: 1px solid #dfdfdf;
}

.footer-links {
  min-height: clamp(72px, 6vw, 92px);
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bottom {
  min-height: clamp(68px, 5.2vw, 86px);
  color: #161616;
  font-size: var(--site-text-size);
  font-weight: 400;
}

.footer-bottom div {
  display: flex;
  gap: clamp(34px, 4vw, 50px);
}

.cookie-dock-space {
  height: 0;
  transition: height 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-bar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 48px;
  padding: 12px 16px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(203, 44, 53, 0.92);
  color: #fff;
  box-shadow: 0 18px 42px rgba(25, 25, 25, 0.16);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.98);
  transform-origin: right bottom;
  visibility: hidden;
  transition:
    right 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    bottom 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    left 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    min-height 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.24s ease;
}

.cookie-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.cookie-bar.is-docked:not(.is-collapsed) {
  bottom: 8px;
  transform: translateY(-4px) scale(1);
  box-shadow: 0 12px 34px rgba(25, 25, 25, 0.13);
}

.cookie-bar p {
  margin: 0;
  font-size: 12px;
  transition:
    max-width 0.28s ease,
    opacity 0.22s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-bar a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.cookie-toggle {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 82px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.22s ease;
}

.cookie-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.72);
}

.cookie-toggle-icon {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition:
    margin 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-toggle-text {
  line-height: 1;
  white-space: nowrap;
}

.cookie-close {
  flex: 0 0 auto;
  min-width: 82px;
  min-height: 34px;
  padding: 8px 18px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #dd042b;
  font-size: 13px;
  font-weight: 700;
  transition:
    opacity 0.18s ease,
    transform 0.24s ease,
    background 0.2s ease;
}

.cookie-close:hover {
  background: #fff;
  color: #dd042b;
}

.cookie-bar.is-collapsed {
  right: 18px;
  left: auto;
  width: 118px;
  min-height: 44px;
  padding: 5px 8px;
  border-radius: 999px;
  transform: translateY(0) scale(1);
}

.cookie-bar.is-collapsed p,
.cookie-bar.is-collapsed .cookie-close {
  max-width: 0;
  min-width: 0;
  height: 0;
  max-height: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.94);
}

.cookie-bar.is-collapsed .cookie-actions {
  width: 100%;
  justify-content: center;
}

.cookie-bar.is-collapsed .cookie-toggle {
  min-width: 0;
  width: 100%;
  height: 34px;
  padding: 0 22px 0 0;
  border-color: transparent;
  background: transparent;
  transform: translateX(-7px);
}

.cookie-bar.is-collapsed .cookie-toggle-icon {
  margin-top: 3px;
  transform: rotate(225deg);
}

.navbar-toggler {
  display: none;
  position: relative;
  width: 44px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: var(--red);
}

.navbar-toggler span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.navbar-toggler span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}

.navbar-toggler span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 7px));
}

@media (max-width: 1199px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .campaign-stack {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .brand-head,
  .career-band {
    grid-template-columns: 1fr;
  }

  .brand-photo {
    width: min(486px, 100%);
  }
}

@media (max-width: 991px) {
  /* İş deneyimi: tablette 4 → 2 kolon (mobilde mevcut 767px kuralı 1'e indirir) */
  .career-exp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root {
    --site-text-size: 15px;
    --section-y: 34px;
  }

  body.nav-open {
    overflow: hidden;
  }

  .main-nav {
    position: relative;
    z-index: 1;
    min-height: 64px;
  }

  .main-nav .container-xl {
    display: flex;
    align-items: center;
  }

  .top-strip .phone-link {
    display: none;
  }

  .mobile-nav-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--red);
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
  }

  .mobile-nav-phone img {
    display: block;
    width: 20px;
    height: 20px;
  }

  .navbar-toggler {
    z-index: 110;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    transition: background 180ms ease, transform 180ms ease;
  }

  .navbar-toggler.is-active {
    background: #111;
    transform: scale(0.96);
  }

  .navbar-toggler span {
    transition: transform 220ms ease, opacity 160ms ease;
  }

  .navbar-toggler.is-active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .navbar-toggler.is-active span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.is-active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .nav-collapse {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
    padding: 106px 30px 34px;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(246, 246, 246, 0.94) 0%, rgba(255, 255, 255, 0.98) 42%, #fff 100%);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
  }

  .nav-collapse.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-nav {
    align-items: stretch !important;
    gap: 8px;
    width: 100%;
    margin: 0 !important;
  }

  .navbar-nav .nav-item,
  .nav-actions {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 260ms ease, transform 260ms ease;
  }

  .nav-collapse.is-open .navbar-nav .nav-item,
  .nav-collapse.is-open .nav-actions {
    opacity: 1;
    transform: translateY(0);
  }

  .nav-collapse.is-open .navbar-nav .nav-item:nth-child(1) {
    transition-delay: 70ms;
  }

  .nav-collapse.is-open .navbar-nav .nav-item:nth-child(2) {
    transition-delay: 95ms;
  }

  .nav-collapse.is-open .navbar-nav .nav-item:nth-child(3) {
    transition-delay: 120ms;
  }

  .nav-collapse.is-open .navbar-nav .nav-item:nth-child(4) {
    transition-delay: 145ms;
  }

  .nav-collapse.is-open .navbar-nav .nav-item:nth-child(5) {
    transition-delay: 170ms;
  }

  .nav-collapse.is-open .navbar-nav .nav-item:nth-child(6) {
    transition-delay: 195ms;
  }

  .nav-collapse.is-open .navbar-nav .nav-item:nth-child(7) {
    transition-delay: 220ms;
  }

  .nav-collapse.is-open .navbar-nav .nav-item:nth-child(8) {
    transition-delay: 245ms;
  }

  .nav-collapse.is-open .nav-actions {
    transition-delay: 270ms;
  }

  .nav-link {
    width: 100%;
    justify-content: space-between;
    min-height: 52px;
    padding: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    font-size: 24px;
    font-weight: 600;
  }

  .nav-link.nav-dropdown-toggle {
    padding-right: 24px !important;
    padding-inline-end: 24px !important;
  }

  .nav-dropdown-toggle::after {
    width: 8px;
    height: 8px;
  }

  .nav-dropdown-menu {
    position: static;
    display: grid;
    overflow: hidden;
    min-width: 0;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 18px;
    border: 0;
    border-left: 2px solid rgba(221, 4, 43, 0.28);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 260ms ease, padding 260ms ease;
  }

  .nav-dropdown::after,
  .nav-dropdown-menu::after {
    content: none;
  }

  .nav-dropdown-menu::before {
    content: none;
  }

  .nav-dropdown-menu a {
    min-height: 36px;
    padding: 0;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 180ms ease, transform 180ms ease, color 160ms ease;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    transform: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    max-height: 220px;
    padding-top: 6px;
    padding-bottom: 12px;
  }

  .nav-dropdown.is-open .nav-dropdown-menu a {
    opacity: 1;
    transform: translateY(0);
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
  }

  .nav-actions .btn {
    width: 100%;
    min-height: 52px;
  }

  .markets-grid,
  .news-grid,
  .brand-products,
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, minmax(120px, 1fr));
    gap: 34px;
  }

  .markets-section .section-narrow,
  .news-section .section-narrow,
  .career-section .section-narrow {
    max-width: calc(100% - 40px);
  }

  .brands-section .section-narrow {
    max-width: calc(100% - 40px);
  }

  .market-image {
    height: 330px;
  }

  .stats-section {
    padding: var(--section-y) 0;
  }

  .intro-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: calc(100% - 40px);
    margin-bottom: 52px;
  }

  .intro-copy > span {
    font-size: 72px;
  }

  .intro-copy h2 {
    font-size: clamp(42px, 7vw, 58px);
  }

  .news-section > .container-xl > h2 {
    font-size: clamp(42px, 7vw, 58px);
  }

  .intro-copy p {
    max-width: 640px;
    font-size: var(--site-text-size);
  }

  .contact-section .section-narrow {
    max-width: calc(100% - 40px);
  }

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

  .contact-info > p,
  .contact-details {
    max-width: none;
  }
}

@media (max-width: 767px) {
  :root {
    --section-y: 28px;
  }

  body {
    font-size: var(--site-text-size);
  }

  .top-strip {
    height: var(--topbar-height);
  }

  .top-strip .container-xl {
    align-items: center !important;
    flex-direction: row;
    height: var(--topbar-height);
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-switcher {
    flex-wrap: wrap;
    gap: 10px;
    height: var(--topbar-height);
    min-height: 0;
  }

  .topbar-logo-seyhanlar {
    margin-right: 16px;
  }

  .topbar-logo-seyhanlar img {
    width: 104px;
  }

  .topbar-logo-express {
    margin-right: 14px;
  }

  .topbar-logo-express img {
    width: 57px;
  }

  .topbar-logo-gross img {
    width: 99px;
  }

  .mobile-nav-phone {
    font-size: 19px;
  }

  .mobile-nav-phone img {
    width: 21px;
    height: 21px;
  }

  .hero-section {
    padding: 16px 0 var(--section-y);
  }

  .section-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-grid,
  .campaign-stack,
  .markets-grid,
  .news-grid,
  .brand-products,
  .stats-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 16px;
  }

  .campaign-stack {
    gap: 16px;
  }

  .banner-card {
    min-height: 0;
    padding: 18px 20px;
  }

  .banner-card-image {
    aspect-ratio: 679 / 292;
    padding: 0;
  }

  .banner-title {
    font-size: 28px;
  }

  .banner-button {
    min-width: 142px;
    min-height: 38px;
  }

  .campaign-slider,
  .banner-card {
    border-radius: 14px;
  }

  .slider-actions,
  .slider-ui {
    display: none;
  }

  .intro-section {
    padding: var(--section-y) 0;
  }

  .news-section {
    padding: var(--section-y) 0;
  }

  .career-section {
    padding: var(--section-y) 0;
  }

  .markets-section h2,
  .brands-section h2,
  .news-section h2,
  .about-hero-section h1,
  .about-story h2,
  .about-sustainability-section h2,
  .quality-policy-section h1,
  .board-section h1,
  .certificates-section h1,
  .catalogs-section h1,
  .stores-section h1,
  .news-detail-section h1,
  .career-application-section h1,
  .contact-info h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .markets-section .section-narrow,
  .brands-section .section-narrow,
  .news-section .section-narrow,
  .career-section .section-narrow,
  .about-hero-section .section-narrow,
  .about-sustainability-section .section-narrow,
  .quality-policy-section .section-narrow,
  .board-section .section-narrow,
  .certificates-section .section-narrow,
  .catalogs-section .section-narrow,
  .stores-section .section-narrow,
  .brand-detail-section .section-narrow,
  .news-detail-section .section-narrow,
  .career-application-section .section-narrow,
  .contact-section .section-narrow {
    max-width: calc(100% - 32px);
  }

  .contact-section {
    padding-bottom: calc(var(--section-y) + 18px);
  }

  .contact-hero-image {
    height: 230px;
    object-position: 58% center;
  }

  .contact-main {
    gap: 34px;
    padding: 44px 0 42px;
  }

  .contact-info h1 {
    margin-bottom: 18px;
  }

  .contact-info > p {
    margin-bottom: 24px;
  }

  .contact-phone {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .contact-phone img {
    width: 26px;
    height: 26px;
  }

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

  .contact-details > div:nth-child(3) {
    grid-column: auto;
  }

  .contact-form {
    padding: 30px 22px;
    border-radius: 13px;
  }

  .contact-form h2 {
    font-size: 30px;
  }

  .contact-consent {
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: flex-start;
  }

  .contact-map iframe {
    height: 300px;
  }

  .about-hero-section {
    padding: 44px 0 var(--section-y);
  }

  .about-hero-section h1 {
    margin-bottom: 38px;
  }

  .about-story {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .about-story-copy {
    max-width: none;
  }

  .about-sustainability-section {
    min-height: 620px;
    padding: 30px 0 340px;
    background-size: auto 100%;
    background-position: center calc(100% + 42px);
  }

  .about-sustainability-section h2 {
    margin-bottom: 20px;
  }

  .about-sustainability-copy p {
    margin-bottom: 16px;
  }

  .quality-policy-section {
    padding: 44px 0 var(--section-y);
  }

  .quality-policy-section h1 {
    margin-bottom: 38px;
  }

  .quality-policy-content {
    max-width: none;
    margin-top: 42px;
  }

  .quality-policy-content p {
    margin-bottom: 16px;
  }

  .terms-content {
    margin-top: 0;
  }

  .terms-content h2:not(:first-child) {
    margin-top: 28px;
  }

  .terms-content p {
    margin-bottom: 0;
  }

  .board-section {
    padding: 44px 0 calc(var(--section-y) + 18px);
  }

  .board-section h1 {
    margin-bottom: 38px;
  }

  .board-layout {
    gap: 38px;
  }

  .board-member-featured {
    width: min(248px, 74vw);
  }

  .board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
  }

  .board-member h2 {
    margin: 14px 0 8px;
  }

  .board-member p {
    max-width: 210px;
  }

  .certificates-section {
    padding: 44px 0 calc(var(--section-y) + 18px);
  }

  .certificates-section h1,
  .catalogs-section h1 {
    margin-bottom: 38px;
  }

  .certificates-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .catalogs-section {
    padding: 44px 0 calc(var(--section-y) + 18px);
  }

  .catalogs-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .catalog-button {
    min-height: 46px;
  }

  .lightbox-modal {
    padding: 18px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }

  .lightbox-dialog-wide {
    max-width: 92vw;
  }

  .lightbox-nav {
    width: 44px;
    height: 44px;
  }

  .lightbox-prev {
    left: 14px;
  }

  .lightbox-next {
    right: 14px;
  }

  .stores-section {
    padding: 44px 0 calc(var(--section-y) + 18px);
  }

  .stores-section h1 {
    margin-bottom: 38px;
  }

  .news-detail-section {
    padding: 44px 0 calc(var(--section-y) + 18px);
  }

  .news-detail-section h1 {
    margin-bottom: 38px;
  }

  .news-detail-content {
    margin-top: 34px;
  }

  .news-detail-content p {
    margin-bottom: 18px;
  }

  .news-detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
  }

  .career-application-section {
    padding: 44px 0 calc(var(--section-y) + 18px);
  }

  .career-application-section h1 {
    margin-bottom: 34px;
  }

  .career-application-hero {
    grid-template-columns: 1fr;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 38px;
  }

  .career-application-copy {
    order: 2;
    min-height: 0;
    padding: 34px 16px 40px;
    border-radius: 0 0 46px 0;
  }

  .career-application-copy p {
    max-width: none;
  }

  .career-application-copy h2 {
    max-width: none;
    font-size: 34px;
  }

  .career-application-image {
    order: 1;
    min-height: 260px;
    aspect-ratio: 1382 / 907;
    object-position: center;
  }

  .career-form {
    max-width: none;
  }

  .career-form-grid {
    grid-template-columns: 1fr;
  }

  .career-field-wide {
    grid-column: auto;
  }

  .career-field input,
  .career-field select,
  .career-file-field {
    min-height: 52px;
    border-radius: 13px;
  }

  .career-consent {
    grid-template-columns: 30px minmax(0, 1fr);
    justify-content: stretch;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
  }

  .career-consent span {
    width: 30px;
    height: 30px;
  }

  .career-submit {
    width: 100%;
    min-height: 54px;
  }

  .career-datepicker {
    position: fixed;
    top: auto !important;
    right: 16px;
    bottom: 18px;
    left: 16px !important;
    width: auto;
    max-height: calc(100vh - 36px);
    overflow: auto;
  }

  .store-filter-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    padding: 0 50px 4px 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-padding: 0 50px 0 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .store-filter-wrap {
    position: relative;
    margin: 24px -16px 44px;
    padding-left: 16px;
    overflow: hidden;
  }

  .store-filter-wrap::before,
  .store-filter-wrap::after {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 58px;
    height: 48px;
    pointer-events: none;
    content: "";
    transition: opacity 0.2s ease;
  }

  .store-filter-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #fff 18%, rgba(255, 255, 255, 0));
    opacity: 1;
  }

  .store-filter-wrap::after {
    right: 0;
    background: linear-gradient(270deg, #fff 18%, rgba(255, 255, 255, 0));
    opacity: 1;
  }

  .store-filter-wrap.is-at-start::before,
  .store-filter-wrap.is-at-start .store-filter-scroll-prev {
    opacity: 0;
    pointer-events: none;
  }

  .store-filter-wrap.is-at-end::after,
  .store-filter-wrap.is-at-end .store-filter-scroll-next {
    opacity: 0;
    pointer-events: none;
  }

  .store-filter-scroll {
    position: absolute;
    top: 4px;
    z-index: 2;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #111;
    box-shadow: 0 10px 26px rgba(17, 17, 17, 0.14);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .store-filter-scroll::before {
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
  }

  .store-filter-scroll-prev {
    left: 18px;
  }

  .store-filter-scroll-prev::before {
    transform: translateX(2px) rotate(-135deg);
  }

  .store-filter-scroll-next {
    right: 10px;
  }

  .store-filter-scroll-next::before {
    transform: translateX(-2px) rotate(45deg);
  }

  .store-filter-scroll:active {
    transform: scale(0.94);
  }

  .store-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .store-filter-tab {
    flex: 0 0 auto;
    min-width: 118px;
    min-height: 44px;
    padding: 0 16px;
    white-space: nowrap;
  }

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

  .store-card {
    min-height: 0;
    padding: 56px 24px 24px;
  }

  .store-card-icon {
    top: -18px;
    left: 24px;
    width: 44px;
    height: 44px;
  }

  .store-card h2 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .store-card p {
    min-height: 0;
    margin-bottom: 22px;
  }

  .store-directions {
    min-height: 50px;
  }

  .stores-hero-image {
    aspect-ratio: 16 / 9;
    object-position: center;
  }

  .brand-detail-section {
    padding: 44px 0 calc(var(--section-y) + 18px);
  }

  .brand-detail-hero {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .brand-product-count {
    right: 14px;
    bottom: 14px;
    width: 108px;
    height: 74px;
    font-size: 17px;
  }

  .brand-detail-copy {
    max-width: none;
  }

  .brand-detail-logo {
    width: 132px;
    margin: 0 auto 28px;
  }

  .brand-detail-logo-wide {
    width: 190px;
  }

  .brand-detail-logo-take-me {
    width: 172px;
  }

  .brand-detail-logo-firin {
    width: 280px;
  }

  .brand-detail-copy p {
    margin-bottom: 18px;
  }

  .brand-product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 46px;
  }

  .markets-section h2 {
    margin-bottom: 38px;
    font-size: 36px;
    line-height: 1.12;
  }

  .news-section > .container-xl > h2 {
    margin-bottom: 38px;
    font-size: 36px;
    line-height: 1.12;
  }

  .career-band h2 {
    font-size: 36px;
    line-height: 1.12;
  }

  .markets-grid {
    gap: 34px;
  }

  .market-media {
    padding-top: 24px;
  }

  .market-image {
    height: 360px;
    border-radius: 12px;
  }

  .market-card p {
    margin-top: 54px;
    font-size: var(--site-text-size);
  }

  .market-logo-seyhanlar {
    width: 134px;
  }

  .market-logo-express {
    width: 72px;
  }

  .market-logo-gross {
    width: 174px;
  }

  .intro-copy {
    gap: 18px;
    margin-bottom: 42px;
    max-width: calc(100% - 32px);
  }

  .intro-copy > span {
    font-size: 58px;
  }

  .intro-copy h2 {
    font-size: 36px;
    line-height: 1.12;
  }

  .intro-copy p {
    margin-top: 22px;
    font-size: var(--site-text-size);
  }

  .stat-item {
    min-height: 132px;
  }

  .stats-section {
    padding: var(--section-y) 0;
  }

  .stats-row {
    gap: 14px;
  }

  .stat-item strong {
    font-size: 34px;
  }

  .stat-item span {
    font-size: 12px;
  }

  .markets-section {
    padding: var(--section-y) 0;
  }

  .brands-section {
    padding: var(--section-y) 0;
  }

  .brand-head {
    gap: 34px;
    margin-bottom: 34px;
  }

  .career-section {
    padding: var(--section-y) 0;
  }

  .career-band {
    gap: 26px;
    min-height: 0;
    padding: 34px 26px;
    background: linear-gradient(105deg, #dd042b 0%, #dd042b 100%);
  }

  .career-band p {
    margin-bottom: 14px;
  }

  .site-footer {
    padding-top: var(--section-y);
  }

  .footer-grid {
    gap: 30px;
    padding-bottom: 38px;
  }

  .footer-about p {
    margin-top: 22px;
  }

  .footer-links {
    justify-content: flex-start;
    padding: 18px 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 18px;
  }

  .cookie-bar {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }

  .cookie-bar.is-collapsed {
    right: 12px;
    left: auto;
    width: 112px;
    min-height: 38px;
    align-items: center;
    gap: 0;
    padding: 3px 5px;
  }

  .cookie-bar p {
    font-size: 11px;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-toggle {
    min-width: 82px;
    width: auto;
    height: 38px;
  }

  .cookie-close {
    flex: 1 1 auto;
    width: auto;
  }

  .cookie-bar.is-collapsed .cookie-actions {
    width: 100%;
    justify-content: center;
  }

  .cookie-bar.is-collapsed .cookie-toggle {
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0;
    transform: translateX(5px);
  }

  .cookie-bar.is-collapsed .cookie-toggle-icon {
    margin-top: -1px;
  }

  .cookie-bar.is-collapsed .cookie-close {
    width: 0;
  }
}

@media (max-width: 420px) {
  .board-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .board-grid .board-member {
    width: min(248px, 74vw);
    margin: 0 auto;
  }

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

  .store-card-grid {
    grid-template-columns: 1fr;
  }

  .brand-product-count {
    width: 98px;
    height: 68px;
    font-size: 16px;
  }

  .news-detail-gallery {
    grid-template-columns: 1fr;
  }

  .career-datepicker-head {
    grid-template-columns: 38px 1fr 1fr 38px;
    gap: 6px;
  }
}
