/* ==========================================================================
   MEISTER KAFFEE-RÖSTEREİ — main.css
   Tasarım token'ları + blueprint grid + responsive kurallar.
   Onaylı tasarımdaki (v2) inline stiller buraya sınıf tabanlı taşınmıştır.
   ========================================================================== */

/* ---- Fontlar (self-host, public/fonts) ----------------------------------
   Fraunces ve Inter variable font'tur: tek dosya ağırlık aralığını kapsar.
   Space Mono variable DEĞİLDİR — 400 ve 700 ayrı dosyalardır.
   Türkçe için latin + latin-ext yeterli (ğ/ş/İ latin-ext'te, ı latin'de).   */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/space-mono-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/space-mono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/space-mono-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/space-mono-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Token'lar ---------------------------------------------------------- */

:root {
  /* Renk — onaylı tasarım v2 (bkz. CLAUDE.md §Tasarım Token'ları) */
  --bg-primary: #161311;
  --bg-secondary: #1B1815;
  --text-primary: #F3EEE8;
  --accent-bronze: #C7A47A;
  --neutral-1: #D8D1C8;
  --neutral-2: #948B81;
  --neutral-3: #8A8078;

  /* Yardımcı tonlar */
  --text-lead: #B9B0A6;      /* hero alt metni */
  --text-body: #A79E93;      /* kart gövde metni */
  --text-faint: #6E655D;     /* teknik etiketler, footer */
  --accent-hover: #E4C39A;
  --accent-success: #8FA98A;
  --accent-online: #5FA86A;
  --accent-error: #E08A7D;

  /* Bronz çizgiler — v2'de belirgin şekilde güçlendi */
  --line-faint: rgba(199, 164, 122, 0.06);   /* blueprint grid */
  --line-soft: rgba(199, 164, 122, 0.20);    /* bölüm ayraçları */
  --line: rgba(199, 164, 122, 0.25);         /* kart ve form kenarları */
  --line-strong: rgba(199, 164, 122, 0.40);  /* pazaryeri kutusu */

  /* 8-pt Swiss aralık ölçeği */
  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 32px;
  --sp-5: 40px;
  --sp-6: 48px;
  --sp-8: 64px;
  --sp-10: 80px;
  --sp-12: 100px;

  --gutter: 6%;

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'Space Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;

  /* Hero scroll efekti — main.js günceller, JS yoksa nötr kalır */
  --hero-shift: 0px;
  --hero-skew: 0deg;
  --hero-opacity: 1;
}

/* ---- Temel -------------------------------------------------------------- */

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

body {
  margin: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent-bronze); text-decoration: none; }
a:hover { color: var(--accent-hover); }

img { max-width: 100%; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; margin: 0; }

:focus-visible { outline: 2px solid var(--accent-bronze); outline-offset: 3px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 12px 20px;
  background: var(--accent-bronze);
  color: var(--bg-primary);
  font-size: 14px;
}
.skip-link:focus { left: 0; }

/* Teknik/monospace etiket — tasarımın imzası */
.mono {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--text-faint);
}

/* Bölüm numarası + başlık üstü etiket (ör. "01/ NEDEN MEISTER") */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent-bronze);
  margin: 0 0 14px;
}
.eyebrow__num { color: var(--accent-bronze); }

/* Yanıp sönen durum noktası */
.dot {
  width: 7px;
  height: 7px;
  background: var(--accent-bronze);
  flex: none;
  animation: blink 2s infinite;
}
.dot--online { width: 6px; height: 6px; background: var(--accent-online); }

/* ---- Blueprint grid overlay --------------------------------------------- */

.grid-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: flex;
  padding: 0 var(--gutter);
  pointer-events: none;
}
.grid-overlay span {
  flex: 1;
  border-right: 1px solid var(--line-faint);
}
.grid-overlay span:last-child { border-right: 0; }

/* Tüm içerik grid'in üstünde kalır */
.nav, .page, .footer { position: relative; z-index: 1; }

/* ---- Nav ---------------------------------------------------------------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: 20px var(--gutter);
  background: rgba(22, 19, 17, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand__mark {
  height: 36px;
  width: auto;
  /* Koyu zeminde monokrom açık silüet */
  filter: brightness(0) invert(1) opacity(0.95);
}
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.brand__sub {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--accent-bronze);
  margin-top: 3px;
}

.nav__links { display: flex; align-items: center; gap: 36px; }
.nav__link {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--neutral-1);
}
.nav__link:hover { color: var(--text-primary); }
.nav__num { color: var(--accent-bronze); }

.nav__toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  color: var(--text-primary);
  padding: 9px 12px;
  cursor: pointer;
  font-family: var(--font-mono);
}

/* ---- Butonlar ----------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  cursor: pointer;
  border: 1px solid var(--accent-bronze);
  background: var(--accent-bronze);
  color: var(--bg-primary);
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: var(--bg-primary); }

.btn--nav { padding: 12px 26px; font-size: 12px; letter-spacing: 0.06em; white-space: nowrap; }
.btn--hero { padding: 19px 38px; font-size: 14px; flex-shrink: 0; }

/* ---- Hero --------------------------------------------------------------- */

.hero {
  position: relative;
  padding: 90px var(--gutter) 60px;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--line-soft);
}

.hero__marker {
  position: absolute;
  top: 26px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--text-faint);
  margin: 0;
}
.hero__marker--left { left: var(--gutter); }
.hero__marker--right { right: var(--gutter); text-align: right; }

.hero__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--accent-bronze);
  margin: 0 0 26px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(52px, 11vw, 148px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  margin: 0;
  /* Scroll'a bağlı parallax + eğim; JS yoksa nötr değerlerde kalır */
  transform: translateY(calc(var(--hero-shift) * -1)) skewY(calc(var(--hero-skew) * -1));
  opacity: var(--hero-opacity);
  transition: opacity 0.1s linear;
}
.hero__accent { color: var(--accent-bronze); }

.hero__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 48px;
  gap: 30px;
  flex-wrap: wrap;
}
.hero__lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-lead);
  max-width: 460px;
  margin: 0;
}

.hero__scroll {
  position: absolute;
  bottom: 20px;
  left: var(--gutter);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--text-faint);
  margin: 0;
}
.hero__scroll::before {
  content: "";
  width: 1px;
  height: 28px;
  background: var(--line-strong);
}

/* ---- Marquee ------------------------------------------------------------ */

.marquee {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
  padding: 16px 0;
  background: var(--bg-secondary);
}
.marquee__track {
  display: flex;
  white-space: nowrap;
  width: 200%;
  animation: marquee 22s linear infinite;
}
.marquee__group {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--neutral-3);
  padding-right: 40px;
}

/* ---- Bölümler ----------------------------------------------------------- */

.section { padding: var(--sp-12) var(--gutter); }
.section--alt {
  background: var(--bg-secondary);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-bottom: 60px;
}
.section__title {
  font-size: clamp(32px, 5vw, 58px);
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 640px;
}
.section__note {
  max-width: 320px;
  color: var(--neutral-3);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-family: var(--font-mono);
}

/* ---- Neden Biz ---------------------------------------------------------- */

/* Kenarlıklar kartların kendisinde: dış çerçeve + sağ/alt çizgiler */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  border: 1px solid var(--line);
}
.why-card {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 0.2s ease;
}
.why-card:hover { background: rgba(199, 164, 122, 0.06); }
.why-card__id { font-family: var(--font-mono); font-size: 10px; color: var(--text-faint); }
.why-card__icon { color: var(--accent-bronze); }
.why-card__title {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0;
}
.why-card__desc { font-size: 13.5px; line-height: 1.65; color: var(--neutral-2); margin: 0; }

/* ---- Hizmetler & Ürünler ------------------------------------------------ */

.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.svc-card {
  background: var(--bg-secondary);
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: transform 0.2s ease;
}
.svc-card:hover { transform: translateY(-4px); }

.svc-card__head { display: flex; justify-content: space-between; align-items: center; gap: var(--sp-2); }
.svc-card__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--accent-bronze);
  margin: 0;
}
.svc-card__id { font-family: var(--font-mono); font-size: 11px; color: var(--text-faint); }
.svc-card__title { font-size: 23px; margin: 0; }
.svc-card__desc { font-size: 14px; line-height: 1.7; color: var(--text-body); margin: 0; flex: 1; }
.svc-card__rule { height: 1px; background: var(--line); margin: 4px 0; border: 0; }

.svc-card__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--sp-1); }
.svc-card__point {
  font-size: 13px;
  color: var(--neutral-1);
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.svc-card__point::before {
  content: "\2192";                      /* → */
  color: var(--accent-bronze);
  font-family: var(--font-mono);
}

/* ---- Mağazalarımız ------------------------------------------------------ */

.market {
  padding: 64px var(--gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line-soft);
}
.market__intro { max-width: 420px; }
.market__text { margin: 0; font-size: 16px; color: var(--neutral-1); line-height: 1.5; }

/* Butonlar tek bir çerçeve içinde bitişik durur */
.market__links { display: flex; flex-wrap: wrap; border: 1px solid var(--line-strong); }
.market__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  color: var(--text-primary);
  font-size: 14px;
  letter-spacing: 0.04em;
  border-right: 1px solid var(--line-strong);
  transition: background-color 0.15s ease;
}
.market__link:last-child { border-right: 0; }
.market__link:hover { background: rgba(199, 164, 122, 0.1); color: var(--text-primary); }
.market__dot { width: 7px; height: 7px; background: var(--accent-bronze); flex: none; }

/* ---- İletişim ----------------------------------------------------------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.contact__intro { display: flex; flex-direction: column; gap: 34px; min-width: 260px; }
.contact__title { font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.01em; margin: 0 0 18px; }
.contact__desc { color: var(--neutral-3); font-size: 15px; line-height: 1.7; margin: 0; max-width: 380px; }

.contact__list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  border: 1px solid var(--line);
}
.contact__item {
  font-size: 15px;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  margin: 0;
}
.contact__item:last-child { border-bottom: 0; }
.contact__item--muted {
  font-size: 13px;
  color: var(--text-faint);
  font-family: var(--font-mono);
  text-transform: uppercase;
}
a.contact__item:hover { color: var(--accent-hover); }
.contact__icon { color: var(--accent-bronze); flex: none; display: flex; }

/* Form alanları da aynı ızgara mantığında: kenarlıklar hücreleri ayırır */
.form { display: flex; flex-direction: column; border: 1px solid var(--line); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; }

.form__field {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  padding: 16px 14px;
  color: var(--text-primary);
  font-size: 14px;
  font-family: var(--font-mono);
  letter-spacing: 0.03em;
  width: 100%;
  transition: background-color 0.2s ease;
}
.form__field--split { border-right: 1px solid var(--line); }
.form__field::placeholder { color: var(--text-faint); }
.form__field:focus { outline: none; background: rgba(199, 164, 122, 0.06); }
.form__field:focus-visible { outline: none; }
textarea.form__field {
  font-family: var(--font-body);
  letter-spacing: normal;
  resize: vertical;
  min-height: 110px;
  /* Form, ızgara satırı boyunca uzar; artan yüksekliği mesaj alanı alsın —
     aksi halde butonun altında boş bir kutu kalıyor. */
  flex: 1;
}

.form__status {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
}
.form__status:empty { display: none; }
.form__status--error { color: var(--accent-error); }
.form__status--ok { color: var(--accent-success); }
.form__field--invalid { border-bottom-color: var(--accent-error); }

.form__submit {
  padding: 18px;
  background: var(--accent-bronze);
  color: var(--bg-primary);
  border: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font-mono);
  transition: background-color 0.2s ease;
}
.form__submit:hover { background: var(--accent-hover); }
.form__submit[disabled] { opacity: 0.65; cursor: default; }
.form__submit--sent,
.form__submit--sent:hover { background: var(--accent-success); }

/* ---- Footer ------------------------------------------------------------- */

.footer {
  padding: 30px var(--gutter);
  border-top: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-family: var(--font-mono);
}
.footer__copy { font-size: 11px; color: var(--text-faint); letter-spacing: 0.02em; margin: 0; }
.footer__status {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--accent-bronze);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

/* ---- Hareket ------------------------------------------------------------ */

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.15; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

.reveal { animation: fadeUp 0.7s ease both; }

@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; width: auto; }
  .dot { animation: none; }
  .reveal { animation: none; }
  .hero__title { transform: none; opacity: 1; }
  .svc-card:hover { transform: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* ---- Responsive --------------------------------------------------------- */

@media (max-width: 900px) {
  :root { --gutter: 7%; --sp-12: 72px; }

  /* Dar ekranda 12 sütunluk blueprint gürültüye dönüşüyor */
  .grid-overlay span:nth-child(n + 5) { display: none; }

  .nav { position: relative; }
  .nav__toggle { display: block; }

  .nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--sp-2) var(--gutter) var(--sp-3);
    background: rgba(22, 19, 17, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
  }
  .nav__links[data-open="true"] { display: flex; }
  .nav__link { padding: 14px 0; font-size: 13px; border-bottom: 1px solid var(--line-soft); }
  .nav__links .btn { margin-top: var(--sp-2); justify-content: center; }

  .hero { min-height: 0; padding: 72px var(--gutter) 76px; }
  .hero__marker--right { display: none; }
  .hero__scroll { display: none; }

  .contact-grid { grid-template-columns: 1fr; gap: var(--sp-6); }
}

@media (max-width: 560px) {
  .grid-overlay { display: none; }

  .form__row { grid-template-columns: 1fr; }
  .form__field--split { border-right: 0; }

  .why-card { padding: 32px 24px; }
  .svc-card { padding: 30px 24px; }

  .market__links { width: 100%; }
  .market__link { flex: 1 1 auto; justify-content: center; border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .market__link:last-child { border-bottom: 0; }

  .footer { justify-content: center; text-align: center; }
}
