:root {
  --bg: #f6f0e8;
  --surface: #fffdfa;
  --surface-alt: #efe8de;
  --ink: #191a1f;
  --muted: #66665f;
  --line: rgba(20, 21, 26, 0.1);
  --accent: #d62828;
  --accent-dark: #a71414;
  --accent-soft: rgba(214, 40, 40, 0.1);
  --olive: #8b9385;
  --shadow: 0 22px 48px rgba(22, 20, 16, 0.12);
  --radius: 28px;
  --container: min(1160px, calc(100vw - 32px));
  --topbar-height: 57px;
  --header-height: 88px;
  --font-heading: "Sora", sans-serif;
  --font-body: "Manrope", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#anasayfa,
#hakkimizda,
#hizmetler,
#galeri,
#iletisim,
#cafe-semsiyeleri,
#kamyonet-brandalari,
#seffaf-branda,
#mafsalli-tente,
#koruklu-tente,
#fileler {
  scroll-margin-top: calc(var(--header-height) + 30px);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(214, 40, 40, 0.08), transparent 26rem),
    linear-gradient(180deg, #f4ede4 0%, #f7f2eb 18%, #f3ede4 100%);
  color: var(--ink);
  font-family: var(--font-body);
}

body.is-lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
figure,
dl {
  margin: 0;
}

code {
  font-family: var(--font-body);
  font-size: 0.95em;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  background: #15161a;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner,
.topbar__links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.topbar__inner {
  justify-content: space-between;
  padding: 0.78rem 0;
  font-size: 0.88rem;
}

.topbar__links {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(12, 13, 16, 0.18);
}

.social-link svg {
  width: 1rem;
  height: 1rem;
}

.social-link--instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #8134af 100%);
}

.social-link--youtube {
  background: #ff0033;
}

.social-links--topbar {
  margin-left: 0.4rem;
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--topbar-height);
  z-index: 40;
  backdrop-filter: none;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    top 220ms ease;
}

.site-header--transparent {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.site-header--scrolled {
  position: fixed;
  top: 0;
  background: rgba(24, 24, 28, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(20, 21, 26, 0.22);
}

.site-header--transparent .site-nav a,
.site-header--transparent .menu-toggle,
.site-header--scrolled .site-nav a,
.site-header--scrolled .menu-toggle {
  color: #fff;
}

.site-header--transparent .site-nav a::after,
.site-header--scrolled .site-nav a::after {
  background: rgba(255, 255, 255, 0.92);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand__text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.14rem;
  line-height: 0.92;
  text-align: center;
}

.brand__line {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand__line--primary,
.brand__line--secondary {
  color: #f22222;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.brand__line--primary {
  font-size: clamp(1.95rem, 3.3vw, 3.2rem);
}

.brand__line--secondary {
  font-size: clamp(1.18rem, 2.1vw, 2rem);
  letter-spacing: 0.08em;
}

.brand__line--tag {
  padding: 0.22rem 0.6rem 0.3rem;
  background: #222328;
  color: #fff;
  font-size: clamp(0.82rem, 1.25vw, 1.1rem);
  letter-spacing: 0.12em;
  border-radius: 2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 800;
  font-size: 0.95rem;
}

.site-nav a {
  position: relative;
  padding: 0.2rem 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  background: #1b1c20;
  color: #fff;
  padding: 0.85rem 1rem;
  font: inherit;
  font-weight: 700;
}

.hero {
  position: relative;
  overflow: clip;
  background: #16171a;
  color: #fff;
  min-height: min(96svh, 920px);
}

.hero__slider,
.hero__slide,
.hero__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__slide {
  opacity: 0;
  transition: opacity 500ms ease;
}

.hero__slide.is-active {
  opacity: 1;
}

.hero__slide img {
  object-fit: cover;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 19, 22, 0.88) 0%, rgba(18, 19, 22, 0.68) 34%, rgba(18, 19, 22, 0.36) 100%),
    radial-gradient(circle at top right, rgba(214, 40, 40, 0.28), transparent 22rem);
}

.hero__grid {
  position: relative;
  display: block;
  padding: clamp(5.8rem, 11svh, 7.8rem) 0 1.2rem;
}

.eyebrow,
.section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before,
.section__kicker::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.hero h1,
.section__header h2,
.feature-copy h2,
.contact-copy h2 {
  font-family: var(--font-heading);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.hero__lead {
  max-width: 61ch;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.7;
}

.hero__content {
  max-width: 760px;
  transform: translateY(calc(1.1rem + 50px));
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.hero__controls {
  position: relative;
  display: flex;
  gap: 0.7rem;
  margin-top: calc(1.4rem + 50px);
  padding-bottom: 2rem;
}

.hero__dot {
  width: 2.9rem;
  height: 0.32rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero__dot.is-active {
  background: var(--accent);
  transform: scaleX(1.06);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.92rem 1.35rem;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 18px 32px rgba(214, 40, 40, 0.28);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--accent-dark);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.hero-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-card {
  padding: 1.3rem;
}

.hero-card p {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-card strong,
.hero-card a {
  display: block;
  color: #fff;
  font-family: var(--font-heading);
  line-height: 1.4;
}

.hero-card span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.swatches {
  display: flex;
  gap: 0.65rem;
  margin: 1rem 0;
}

.swatches span {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-strip {
  padding: 1.25rem 0;
}

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

.trust-strip + .lazy-shell {
  padding-top: 0;
}

.trust-strip article {
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255, 253, 250, 0.9);
  border: 1px solid rgba(20, 21, 26, 0.06);
  box-shadow: var(--shadow);
}

.trust-strip__icon {
  display: inline-grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 16px;
  background: var(--accent-soft);
  color: var(--accent);
}

.trust-strip__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.trust-strip h2 {
  margin-top: 0.85rem;
  font-family: var(--font-heading);
  font-size: 1.08rem;
}

.trust-strip p,
.section__header p,
.about-card__overlay p,
.about-list p,
.service-card p,
.principles__item p,
.gallery-panel__intro p,
.contact-copy p,
.contact-card__overlay p,
.footer p,
.feature-copy p {
  color: var(--muted);
  line-height: 1.72;
}

.lazy-shell {
  padding: 1.5rem 0 0;
  content-visibility: auto;
  contain-intrinsic-size: 950px;
}

.section-skeleton {
  min-height: 340px;
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.82)),
    #ece4d8;
  background-size: 200% 100%;
  animation: pulse 1.8s linear infinite;
}

.section-skeleton--wide {
  min-height: 430px;
}

@keyframes pulse {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

.section {
  padding: 2rem 0 1rem;
}

.section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section__header--compact {
  grid-template-columns: 1fr;
}

.section__kicker {
  color: var(--accent);
}

.section__header h2,
.feature-copy h2,
.contact-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--ink);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.2rem;
}

.about-card,
.about-list article,
.service-card,
.feature-panel,
.principles__item,
.gallery-panel,
.contact-panel,
.footer {
  border-radius: 30px;
  overflow: hidden;
}

.about-card {
  position: relative;
  min-height: 520px;
  background: #191a1d;
}

.about-card__media,
.about-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-card__media img {
  object-fit: cover;
}

.about-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(22, 23, 26, 0.04), rgba(22, 23, 26, 0.84));
  color: #fff;
}

.about-card__overlay h3,
.about-list h3,
.service-card h3,
.gallery-panel__intro h3,
.contact-card__overlay h3 {
  font-family: var(--font-heading);
}

.about-card__overlay h3 {
  font-size: 1.55rem;
}

.about-card__overlay p {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.76);
}

.about-list {
  display: grid;
  gap: 1rem;
}

.about-list article {
  padding: 1.55rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
}

.about-list span,
.principles__item span {
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-list h3,
.service-card h3,
.principles__item h3 {
  margin-top: 0.75rem;
  font-size: 1.12rem;
}

.about-list p {
  margin-top: 0.6rem;
}

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

.service-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1fr);
  background: rgba(255, 253, 250, 0.88);
  border: 1px solid var(--line);
}

.service-card--featured {
  grid-column: 1 / -1;
}

.service-card__media {
  min-height: 280px;
}

.service-card__image,
.service-card__image img {
  width: 100%;
  height: 100%;
}

.service-card__image img {
  object-fit: cover;
}

.service-card__body {
  padding: 1.45rem;
}

.service-card__link {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.feature-copy {
  padding: 2rem;
}

.feature-copy__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}

.feature-copy__stats div {
  padding: 1.15rem;
  border-radius: 22px;
  background: rgba(214, 40, 40, 0.06);
}

.feature-copy__stats strong {
  display: block;
  color: var(--accent-dark);
  font-family: var(--font-heading);
  font-size: 1.15rem;
}

.feature-media,
.feature-media__image,
.feature-media__image img {
  width: 100%;
  height: 100%;
}

.feature-media {
  min-height: 460px;
}

.feature-media__image img {
  object-fit: cover;
}

.principles {
  padding: 2rem 0 1rem;
}

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

.principles__item {
  padding: 1.45rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.principles__number {
  margin-bottom: 1rem;
  color: rgba(214, 40, 40, 0.16);
  font-family: var(--font-heading);
  font-size: clamp(3.6rem, 7vw, 5rem);
  line-height: 0.9;
}

.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.gallery-tab {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink);
  padding: 0.85rem 1.1rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.gallery-tab.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.gallery-panel {
  display: none;
  padding: 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.86);
}

.gallery-panel.is-active {
  display: block;
}

.gallery-panel__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 1.2rem;
  margin-bottom: 1.2rem;
  align-items: start;
}

.gallery-panel__intro h3 {
  font-size: 1.9rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.gallery-item {
  min-height: 220px;
  border-radius: 24px;
  overflow: hidden;
  cursor: zoom-in;
}

.gallery-item--1 {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 460px;
}

.gallery-item__image,
.gallery-item__image img {
  width: 100%;
  height: 100%;
}

.gallery-item__image img {
  object-fit: cover;
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 9, 12, 0.82);
  backdrop-filter: blur(10px);
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(1440px, calc(100vw - 32px));
  height: 100dvh;
  margin: 0 auto;
}

.lightbox__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100dvh - 64px);
}

.lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: calc(100dvh - 64px);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.lightbox__close,
.lightbox__nav {
  border: 0;
  color: #fff;
  cursor: pointer;
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1.9rem;
  line-height: 1;
}

.lightbox__nav {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 2rem;
}

.contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #121317;
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.contact-grid > *,
.contact-secondary__grid > *,
.contact-block__split > * {
  min-width: 0;
}

.contact-copy {
  padding: 2rem;
}

.contact-copy h2,
.contact-copy p {
  color: #fff;
}

.contact-copy p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.contact-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.contact-list div {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.84);
}

.contact-list a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 0.2rem;
}

.contact-list strong {
  min-width: 92px;
  color: #fff;
}

.contact-secondary {
  margin-top: 1rem;
}

.contact-secondary__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.contact-block,
.contact-form,
.contact-map {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-block {
  padding: 1rem;
  background: #121317;
}

.contact-block--split {
  padding: 1.1rem;
}

.contact-block__copy {
  margin-bottom: 1rem;
}

.contact-block__copy--map {
  margin-bottom: 0.55rem;
}

.contact-block__copy h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.4rem;
}

.contact-block__copy p {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.contact-form {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.contact-block__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.contact-pane {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.contact-pane .contact-block__copy {
  min-height: 74px;
}

.contact-pane .contact-block__copy--map {
  min-height: 0;
}

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

.contact-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-form label span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  padding: 0.95rem 1rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.contact-form__full {
  grid-column: 1 / -1;
}

.contact-form__actions {
  display: flex;
  justify-content: flex-start;
}

.contact-map {
  height: 520px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.1) contrast(1.02);
}

.contact-map-wrap {
  display: flex;
  flex-direction: column;
}

.contact-pane .contact-map {
  flex: none;
}

.contact-card {
  position: relative;
  min-height: 100%;
  background: #000;
}

.contact-card__image,
.contact-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-card__image img {
  object-fit: cover;
}

.contact-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(12, 13, 16, 0.1), rgba(12, 13, 16, 0.86));
  width: 100%;
  box-sizing: border-box;
}

.contact-card__overlay p {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.76);
}

.contact-card .button {
  margin-top: 1.35rem;
}

.contact-card__overlay--actions {
  background: linear-gradient(180deg, rgba(12, 13, 16, 0), rgba(12, 13, 16, 0.94));
}

.contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
}

.contact-card .social-links {
  margin-top: 1rem;
}

.button--whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 32px rgba(37, 211, 102, 0.24);
}

.button--whatsapp:hover,
.button--whatsapp:focus-visible {
  background: #1fb45a;
}

.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 110;
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.32);
}

.whatsapp-fab svg {
  width: 30px;
  height: 30px;
}

.footer {
  margin-top: 1rem;
  padding: 1.6rem;
  background: #0b0c0f;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(180px, 0.5fr));
  gap: 1rem;
}

.brand--footer .brand__text {
  transform-origin: left center;
}

.brand--footer .brand__line--primary {
  font-size: clamp(1.5rem, 2.2vw, 2.4rem);
}

.brand--footer .brand__line--secondary {
  font-size: clamp(0.95rem, 1.4vw, 1.45rem);
}

.brand--footer .brand__line--tag {
  font-size: clamp(0.68rem, 0.95vw, 0.88rem);
}

.footer__note p {
  max-width: 44ch;
}

.footer h3 {
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-heading);
  font-size: 1rem;
}

.footer ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li,
.footer a,
.footer p {
  color: rgba(255, 255, 255, 0.68);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .hero__grid,
  .about-grid,
  .feature-panel,
  .contact-grid,
  .footer__grid,
  .section__header,
  .gallery-panel__intro,
  .contact-secondary__grid,
  .contact-block__split {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .principles__grid,
  .trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-card__media {
    min-height: 240px;
  }

  .feature-media {
    min-height: 340px;
  }
  .gallery-item--1 {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 380px;
  }

  .hero__content {
    transform: translateY(calc(0.6rem + 50px));
  }

  .contact-card__overlay {
    padding: 1rem;
  }

  .contact-card__actions {
    flex-direction: column;
    width: 100%;
  }

  .contact-card__actions .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --topbar-height: 82px;
    --header-height: 82px;
  }

  #anasayfa,
  #hakkimizda,
  #hizmetler,
  #galeri,
  #iletisim,
  #cafe-semsiyeleri,
  #kamyonet-brandalari,
  #seffaf-branda,
  #mafsalli-tente,
  #koruklu-tente,
  #fileler {
    scroll-margin-top: calc(var(--header-height) + 4px);
  }

  .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar__links {
    justify-content: flex-start;
  }

  .social-links--topbar {
    margin-left: 0;
  }

  .site-header__inner {
    min-height: 82px;
  }

  .site-header {
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    background: rgba(20, 20, 24, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 30px rgba(20, 21, 26, 0.18);
  }

  .site-header--transparent,
  .site-header--scrolled {
    position: sticky;
    top: 0;
    background: rgba(20, 20, 24, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 30px rgba(20, 21, 26, 0.18);
  }

  .brand__line--primary {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .brand__line--secondary {
    font-size: clamp(0.88rem, 4.4vw, 1.18rem);
  }

  .brand__line--tag {
    font-size: clamp(0.62rem, 3vw, 0.78rem);
    padding: 0.18rem 0.42rem 0.22rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(20, 20, 24, 0.96);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    color: #fff;
  }

  .hero__grid {
    padding: 2.8rem 0 1rem;
  }

  .hero__content {
    transform: translateY(calc(0.3rem + 50px));
  }

  .services-grid,
  .principles__grid,
  .trust-strip__grid,
  .feature-copy__stats,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item--1 {
    grid-column: auto;
    min-height: 280px;
  }

  .gallery-item {
    min-height: 220px;
  }

  .contact-card {
    min-height: 320px;
  }

  .contact-copy {
    padding: 1.25rem;
  }

  .contact-list div {
    flex-direction: column;
    gap: 0.3rem;
  }

  .contact-list strong {
    min-width: 0;
  }

  .contact-list a,
  .contact-list span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .contact-map {
    height: 280px;
  }

  .contact-pane .contact-block__copy {
    min-height: auto;
  }

  .contact-block {
    padding: 0.9rem;
  }

  .contact-card__overlay {
    padding: 1rem;
  }

  .contact-card__actions {
    flex-direction: column;
  }

  .contact-card__actions .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .lightbox__dialog {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: min(100vw - 20px, 900px);
    padding: 72px 0 20px;
  }

  .lightbox__figure,
  .lightbox__image {
    max-height: calc(100dvh - 140px);
  }

  .lightbox__close {
    right: 8px;
  }

  .lightbox__nav {
    position: absolute;
    bottom: 24px;
  }

  .lightbox__nav--prev {
    left: 16px;
  }

  .lightbox__nav--next {
    right: 16px;
  }

  .whatsapp-fab {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }

  .about-card {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
