* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--cw-dark);
  background: var(--cw-light);
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 239, .92);
  border-bottom: 1px solid rgba(111, 67, 39, .12);
  backdrop-filter: blur(18px);
}

.topline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 800;
  color: var(--cw-primary);
  background: var(--cw-accent);
}

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

.topline a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.navbar {
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: var(--cw-primary);
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 58px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  color: rgba(33, 19, 13, .72);
  transition: color .2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 20px;
  background: var(--cw-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.nav-links a:hover {
  color: var(--cw-primary);
}

.nav-links a:hover::after,
.nav-links a.is-active::after {
  transform: scaleX(1);
}

.nav-links a.is-active {
  color: var(--cw-primary);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.nav-cta,
.btn-primary {
  color: #fff;
  background: var(--cw-primary);
  box-shadow: 0 16px 34px rgba(111, 67, 39, .24);
}

.btn-light {
  color: var(--cw-dark);
  background: #fff;
  border: 1px solid rgba(111, 67, 39, .14);
}

.btn:hover,
.nav-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(111, 67, 39, .24);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--cw-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 147, 91, .24), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(111, 67, 39, .18), transparent 30%),
    linear-gradient(180deg, var(--cw-light), #fff);
}

.hero-slide {
  display: none;
}

.hero-slide.is-active {
  display: block;
}

.hero-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.hero-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(111, 67, 39, .28);
  cursor: pointer;
}

.hero-dots button.is-active {
  width: 34px;
  background: var(--cw-primary);
}

.hero-bg {
  position: absolute;
  inset: auto -8% -28% -8%;
  height: 280px;
  background: var(--cw-accent);
  transform: rotate(-3deg);
}

.hero-grid,
.story-grid,
.app-grid,
.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 70px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cw-secondary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.035em;
  color: var(--cw-dark);
}

h1 {
  max-width: 720px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .92;
}

h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.hero-text,
.story-grid p,
.app-grid p,
.franchise p,
.contact-grid p {
  color: rgba(33, 19, 13, .68);
  font-size: 17px;
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 34px 0;
}

.hero-stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-stats div {
  min-width: 120px;
  padding: 16px;
  border: 1px solid rgba(111, 67, 39, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
}

.hero-stats strong {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 900;
}

.hero-stats span {
  color: rgba(33, 19, 13, .58);
  font-size: 12px;
  font-weight: 800;
}

.coffee-card {
  position: relative;
  min-height: 520px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.55), transparent 24%),
    linear-gradient(145deg, var(--cw-primary), #3b2114);
  box-shadow: 0 34px 90px rgba(33, 19, 13, .24);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}

.coffee-card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 42px 100px rgba(33, 19, 13, .3);
}

.coffee-card::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 32px;
}

.hero-image-card {
  display: grid;
  place-items: center;
  padding: 36px;
}

.hero-image-card img {
  position: relative;
  z-index: 1;
  width: min(84%, 380px);
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(33, 19, 13, .24));
}

.cup {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
}

.cup-body {
  position: absolute;
  left: 20px;
  top: 70px;
  width: 170px;
  height: 128px;
  border-radius: 20px 20px 58px 58px;
  background: #fff2df;
  box-shadow: inset 0 -18px 0 rgba(201,147,91,.18);
}

.cup-body::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 16px;
  height: 36px;
  border-radius: 50%;
  background: #4c2b1b;
}

.cup-handle {
  position: absolute;
  right: 4px;
  top: 96px;
  width: 64px;
  height: 66px;
  border: 15px solid #fff2df;
  border-left: 0;
  border-radius: 0 40px 40px 0;
}

.saucer {
  position: absolute;
  left: 4px;
  bottom: 12px;
  width: 210px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 242, 223, .72);
}

.steam {
  position: absolute;
  width: 28px;
  height: 78px;
  border-radius: 50%;
  border-left: 4px solid rgba(255,255,255,.58);
  top: 0;
}

.steam-one {
  left: 76px;
}

.steam-two {
  left: 122px;
  top: 12px;
}

.bean {
  position: absolute;
  width: 54px;
  height: 74px;
  border-radius: 50%;
  background: #2a160f;
  opacity: .3;
  transform: rotate(28deg);
}

.bean::after {
  content: "";
  position: absolute;
  inset: 12px 24px;
  border-left: 3px solid rgba(255,255,255,.24);
  border-radius: 50%;
}

.bean-one { left: 36px; top: 60px; }
.bean-two { right: 48px; bottom: 80px; transform: rotate(-18deg); }
.bean-three { right: 110px; top: 42px; transform: rotate(58deg); }

.roast-card {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
}

.roast-card span,
.product-card span,
.store-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--cw-secondary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.roast-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 900;
}

.roast-card small {
  color: rgba(33, 19, 13, .62);
}

.feature-strip {
  padding: 24px 0;
  background: var(--cw-dark);
  color: #fff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-grid div {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  transition: transform .24s ease, background .24s ease;
}

.feature-grid div:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.1);
}

.feature-grid b {
  color: var(--cw-secondary);
}

.feature-grid strong {
  display: block;
  margin: 8px 0;
  font-size: 20px;
}

.feature-grid span {
  color: rgba(255,255,255,.62);
  line-height: 1.6;
}

.section {
  padding: 105px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-head.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 18px;
}

.product-card {
  min-height: 340px;
  padding: 26px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(111, 67, 39, .12);
  box-shadow: 0 20px 50px rgba(33, 19, 13, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(111, 67, 39, .28);
  box-shadow: 0 30px 70px rgba(33, 19, 13, .12);
}

.product-card.large {
  grid-row: span 2;
  min-height: 520px;
}

.product-card h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.1;
}

.product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card h3 a:hover {
  color: var(--cw-primary);
}

.product-card p {
  color: rgba(33, 19, 13, .62);
  line-height: 1.68;
}

.product-card strong {
  display: inline-flex;
  margin-top: 12px;
  font-size: 24px;
}

.product-art {
  height: 160px;
  margin-bottom: 20px;
  border-radius: 26px;
}

.product-media {
  height: 160px;
  margin-bottom: 20px;
  border-radius: 26px;
  overflow: hidden;
  background: var(--cw-accent);
}

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

.large .product-art {
  height: 280px;
}

.large .product-media {
  height: 280px;
}

.latte { background: radial-gradient(circle at 50% 38%, #fff 0 18%, #b87b46 19% 38%, #f3dfc5 39% 58%, transparent 59%), linear-gradient(145deg, #9a6038, #3a2115); }
.espresso { background: radial-gradient(circle at 50% 46%, #3b2114 0 28%, #fff2df 29% 52%, transparent 53%), linear-gradient(145deg, #f3dfc5, #c9935b); }
.cold { background: linear-gradient(145deg, rgba(111,67,39,.9), rgba(33,19,13,.95)); }
.beans { background: radial-gradient(circle at 35% 45%, #3b2114 0 12%, transparent 13%), radial-gradient(circle at 62% 42%, #6f4327 0 12%, transparent 13%), radial-gradient(circle at 48% 65%, #2b170f 0 14%, transparent 15%), #c9935b; }

.story-section {
  background: #fff;
}

.story-visual {
  min-height: 520px;
  position: relative;
}

.photo-tile {
  position: absolute;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(33,19,13,.13);
}

.tile-one {
  width: 72%;
  height: 62%;
  left: 0;
  top: 0;
  background: linear-gradient(145deg, #3c2417, #c9935b);
}

.tile-two {
  width: 52%;
  height: 42%;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, #f3dfc5, #6f4327);
}

.tile-three {
  width: 34%;
  height: 30%;
  left: 12%;
  bottom: 8%;
  background: var(--cw-primary);
}

.check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  margin-bottom: 12px;
  padding: 15px 18px;
  border-radius: 18px;
  background: var(--cw-light);
  font-weight: 800;
}

.app-section {
  padding: 94px 0;
  background: #fff;
}

.app-section .app-grid {
  max-width: 1500px;
  padding: clamp(34px, 5vw, 72px);
  border-radius: 34px;
  background: linear-gradient(135deg, var(--banner-color, var(--cw-primary)), var(--cw-dark));
  box-shadow: 0 28px 90px rgba(124, 32, 25, .18);
}

.app-section .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.12);
  letter-spacing: 0;
  text-transform: none;
}

.app-section h2 {
  max-width: 560px;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .95;
  letter-spacing: -.05em;
}

.app-section .app-grid p {
  max-width: 560px;
  color: rgba(255,255,255,.82);
  font-size: 20px;
  line-height: 1.55;
}

.app-section .btn {
  color: var(--banner-color, var(--cw-primary));
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.app-showcase {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  min-height: 460px;
}

.app-showcase img {
  display: block;
  width: min(620px, 100%);
  max-height: 520px;
  object-fit: contain;
}

.app-phone {
  width: 168px;
  height: 350px;
  padding: 10px;
  border: 7px solid #1f1410;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0,0,0,.2);
}

.app-phone-main {
  width: 230px;
  height: 470px;
  border-radius: 42px;
}

.app-phone-small {
  transform: translateY(26px);
}

.app-phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.92) 0 14%, transparent 15%),
    radial-gradient(circle at 35% 55%, rgba(33,19,13,.18) 0 8%, transparent 9%),
    radial-gradient(circle at 62% 58%, rgba(33,19,13,.18) 0 8%, transparent 9%),
    linear-gradient(180deg, var(--banner-color, var(--cw-primary)) 0 58%, #fff 59% 100%);
}

.phone-mockup {
  width: 290px;
  min-height: 560px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 44px;
  background: var(--cw-dark);
  box-shadow: 0 34px 80px rgba(33,19,13,.22);
}

.phone-screen {
  min-height: 528px;
  border-radius: 32px;
  padding: 22px;
  background: var(--cw-light);
}

.phone-top {
  width: 76px;
  height: 8px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: rgba(33,19,13,.18);
}

.reward-card {
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--cw-primary), var(--cw-secondary));
  color: #fff;
}

.reward-card span {
  display: block;
  margin-bottom: 12px;
  opacity: .78;
}

.reward-card strong {
  font-size: 44px;
}

.phone-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.phone-list span {
  height: 70px;
  border-radius: 22px;
  background: #fff;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.store-grid article {
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(111, 67, 39, .12);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.store-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(111, 67, 39, .28);
  box-shadow: 0 24px 60px rgba(33, 19, 13, .1);
}

.store-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
}

.store-grid small {
  display: block;
  margin-bottom: 18px;
  color: rgba(33,19,13,.6);
}

.store-grid a {
  display: inline-flex;
  color: var(--cw-primary);
  font-weight: 900;
  text-decoration: none;
}

.stores-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(201,147,91,.2), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(111,67,39,.12), transparent 28%),
    linear-gradient(180deg, #fff, var(--cw-light));
}

.stores-map-section {
  background: #fff;
}

.stores-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 54px;
}

.turkey-map-card,
.store-info-panel {
  border: 1px solid rgba(111, 67, 39, .12);
  border-radius: 34px;
  background: var(--cw-light);
  box-shadow: 0 24px 70px rgba(33, 19, 13, .08);
}

.turkey-map-card {
  padding: 28px;
  overflow: hidden;
}

.map-head,
.city-list-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 28px;
}

.map-head h2,
.city-list-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.map-legend {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff;
  color: rgba(33,19,13,.68);
  font-size: 12px;
  font-weight: 900;
}

.map-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.map-legend i.active {
  background: var(--cw-primary);
}

.map-legend i.soon {
  background: var(--cw-secondary);
}

.turkey-map {
  position: relative;
  min-height: 430px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(201,147,91,.18), transparent 26%),
    linear-gradient(145deg, #fff, #f7eadb);
}

.turkey-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(111,67,39,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111,67,39,.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.map-shape {
  position: absolute;
  left: 9%;
  right: 7%;
  top: 26%;
  height: 44%;
  border-radius: 46% 54% 44% 56% / 56% 38% 62% 44%;
  background:
    radial-gradient(circle at 30% 42%, rgba(255,255,255,.5), transparent 18%),
    linear-gradient(135deg, rgba(111,67,39,.18), rgba(201,147,91,.26));
  border: 1px solid rgba(111,67,39,.16);
  transform: rotate(-3deg);
}

.map-shape::before {
  content: "";
  position: absolute;
  right: -8%;
  top: 28%;
  width: 24%;
  height: 44%;
  border-radius: 50%;
  background: rgba(201,147,91,.22);
  transform: rotate(16deg);
}

.map-pin {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.map-pin span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: var(--cw-secondary);
  box-shadow: 0 10px 24px rgba(33,19,13,.2);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.map-pin.active span {
  background: var(--cw-primary);
}

.map-pin.soon span {
  background: var(--cw-secondary);
}

.map-pin strong {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--cw-dark);
  background: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(33,19,13,.08);
  opacity: .76;
  transition: opacity .22s ease, transform .22s ease;
}

.map-pin:hover span,
.map-pin.is-active span {
  transform: scale(1.45);
  background: #22c55e;
  box-shadow: 0 0 0 9px rgba(34,197,94,.16), 0 16px 34px rgba(33,19,13,.25);
}

.map-pin:hover strong,
.map-pin.is-active strong {
  opacity: 1;
  transform: translateY(-3px);
}

.store-info-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background:
    radial-gradient(circle at 20% 20%, rgba(243,223,197,.56), transparent 34%),
    linear-gradient(145deg, #fff, var(--cw-light));
}

.store-info-panel span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #166534;
  background: #dcfce7;
  font-size: 12px;
  font-weight: 900;
}

.store-info-panel span.soon {
  color: #92400e;
  background: #fef3c7;
}

.store-info-panel h3 {
  margin: 0 0 8px;
  font-size: 38px;
  letter-spacing: -.04em;
}

.store-info-panel p {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
}

.store-info-panel small {
  margin-bottom: 28px;
  color: rgba(33,19,13,.62);
  font-size: 14px;
  line-height: 1.6;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.city-card {
  display: grid;
  gap: 9px;
  padding: 24px;
  border: 1px solid rgba(111,67,39,.12);
  border-radius: 24px;
  text-align: left;
  background: #fff;
  box-shadow: 0 16px 44px rgba(33,19,13,.06);
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.city-card:hover,
.city-card.is-active {
  transform: translateY(-6px);
  border-color: rgba(111,67,39,.32);
  box-shadow: 0 24px 60px rgba(33,19,13,.12);
  background: var(--cw-light);
}

.city-card span {
  color: var(--cw-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.city-card.soon span {
  color: var(--cw-secondary);
}

.city-card strong {
  font-size: 26px;
  font-weight: 900;
}

.city-card small {
  color: rgba(33,19,13,.62);
  line-height: 1.5;
}

.text-link {
  color: var(--cw-primary);
  font-weight: 900;
  text-decoration: none;
}

.franchise {
  padding: 90px 0;
}

.franchise-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 58px;
  border-radius: 38px;
  color: #fff;
  background: linear-gradient(145deg, var(--cw-primary), var(--cw-dark));
  overflow: hidden;
}

.franchise.has-bg-image .franchise-box {
  min-height: 420px;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(18, 14, 12, .72), rgba(18, 14, 12, .72)),
    var(--franchise-bg) center / cover;
}

.franchise.has-bg-image .franchise-box > div {
  max-width: 760px;
}

.franchise.has-bg-image .franchise-box .btn {
  background: #c7343d;
  color: #fff;
}

.franchise-box .btn {
  white-space: nowrap;
  flex: 0 0 auto;
}

.franchise-box h2,
.franchise-box .eyebrow {
  color: #fff;
}

.franchise-box p {
  max-width: 660px;
  color: rgba(255,255,255,.72);
}

.contact-section {
  background: #fff;
}

.contact-map-section {
  padding: 0 0 90px;
  background: #fff;
}

.contact-map {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(111,67,39,.12);
  border-radius: 34px;
  background: var(--cw-light);
  box-shadow: 0 24px 70px rgba(33,19,13,.08);
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-radius: 30px;
  background: var(--cw-light);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(111,67,39,.14);
  border-radius: 18px;
  padding: 16px 18px;
  font: inherit;
  outline: none;
  background: #fff;
}

.footer {
  padding: 32px 0;
  color: rgba(255,255,255,.7);
  background: var(--cw-dark);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-grid div {
  display: grid;
  gap: 8px;
}

.footer strong {
  color: #fff;
}

.footer-logo {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 70px;
  object-fit: contain;
}

.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-menu a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: color .2s ease, transform .2s ease;
}

.footer-menu a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.page-hero {
  padding: 96px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(201,147,91,.2), transparent 28%),
    linear-gradient(180deg, var(--cw-light), #fff);
}

.page-hero.compact {
  padding: 82px 0;
}

.page-hero h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(44px, 6vw, 76px);
}

.page-hero p {
  max-width: 680px;
  color: rgba(33, 19, 13, .68);
  font-size: 17px;
  line-height: 1.78;
}

.menu-full {
  grid-template-columns: repeat(3, 1fr);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.values-grid article {
  min-height: 230px;
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(111, 67, 39, .12);
  box-shadow: 0 20px 50px rgba(33, 19, 13, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.values-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 64px rgba(33, 19, 13, .1);
}

.values-grid b {
  color: var(--cw-secondary);
  font-size: 13px;
  font-weight: 900;
}

.values-grid h3 {
  margin: 16px 0 10px;
  font-size: 24px;
}

.values-grid p {
  margin: 0;
  color: rgba(33, 19, 13, .62);
  line-height: 1.7;
}

.franchise-landing {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(201,147,91,.32), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(243,223,197,.18), transparent 28%),
    linear-gradient(135deg, var(--cw-dark), #3a2115 56%, var(--cw-primary));
}

.franchise-landing::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: .42;
}

.franchise-landing-grid,
.franchise-form-grid,
.process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 540px);
  gap: 60px;
  align-items: center;
}

.franchise-copy h1 {
  color: #fff;
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6.5vw, 88px);
}

.franchise-copy p,
.franchise-process p,
.apply-copy p {
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.82;
}

.franchise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 0;
}

.franchise-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.franchise-metrics div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
}

.franchise-metrics strong {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.franchise-metrics span {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
}

.franchise-showcase {
  position: relative;
  min-height: 520px;
}

.franchise-store-card {
  position: absolute;
  inset: 0;
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(145deg, #fff2df, #c9935b 46%, #6f4327);
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
  transition: transform .35s ease, box-shadow .35s ease;
}

.franchise-store-card:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 44px 110px rgba(0,0,0,.34);
}

.store-awning {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 54px;
  height: 76px;
  border-radius: 24px 24px 12px 12px;
  background: repeating-linear-gradient(90deg, var(--cw-dark) 0 48px, #fff2df 48px 96px);
}

.store-window {
  position: absolute;
  left: 58px;
  right: 58px;
  top: 158px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.store-window span {
  height: 160px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.32));
  border: 1px solid rgba(255,255,255,.45);
}

.store-counter {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 82px;
  height: 72px;
  border-radius: 24px;
  background: var(--cw-dark);
}

.store-cup {
  position: absolute;
  right: 110px;
  bottom: 126px;
  width: 74px;
  height: 70px;
  border-radius: 10px 10px 28px 28px;
  background: #fff8ef;
}

.store-cup::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 18px;
  width: 34px;
  height: 34px;
  border: 8px solid #fff8ef;
  border-left: 0;
  border-radius: 0 24px 24px 0;
}

.franchise-floating-card {
  position: absolute;
  left: -28px;
  bottom: 42px;
  max-width: 270px;
  padding: 22px;
  border-radius: 24px;
  color: var(--cw-dark);
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}

.franchise-floating-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--cw-secondary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.franchise-floating-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 900;
}

.franchise-floating-card span {
  color: rgba(33,19,13,.62);
  font-size: 13px;
  font-weight: 800;
}

.franchise-intro {
  padding: 28px 0;
  background: var(--cw-accent);
}

.intro-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.intro-grid article,
.support-grid article,
.process-list div,
.apply-note {
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(111,67,39,.12);
  box-shadow: 0 18px 44px rgba(33,19,13,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.intro-grid article:hover,
.support-grid article:hover,
.process-list div:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 62px rgba(33,19,13,.12);
}

.intro-grid span,
.support-grid b,
.process-list b {
  color: var(--cw-secondary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.intro-grid h3,
.support-grid h3 {
  margin: 14px 0 10px;
  font-size: 24px;
}

.intro-grid p,
.support-grid p,
.process-list span {
  margin: 0;
  color: rgba(33,19,13,.62);
  line-height: 1.7;
}

.support-grid {
  grid-template-columns: repeat(4, 1fr);
}

.franchise-process {
  color: #fff;
  background: linear-gradient(135deg, var(--cw-dark), #3a2115);
}

.franchise-process h2 {
  color: #fff;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-list div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  align-items: center;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.13);
  box-shadow: none;
}

.process-list strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.process-list span {
  color: rgba(255,255,255,.64);
}

.franchise-apply {
  background: var(--cw-light);
}

.apply-copy h2 {
  margin-bottom: 18px;
}

.apply-copy p {
  color: rgba(33,19,13,.68);
}

.apply-note {
  margin-top: 28px;
  background: #fff;
}

.apply-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.apply-note span {
  color: rgba(33,19,13,.62);
  line-height: 1.7;
}

.franchise-form {
  display: grid;
  gap: 14px;
  padding: 30px;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(33, 19, 13, .12);
}

.franchise-form h2 {
  margin-bottom: 8px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: -.04em;
}

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

.franchise-form input,
.franchise-form select,
.franchise-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(111,67,39,.14);
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
  outline: none;
  background: var(--cw-light);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.franchise-form input:focus,
.franchise-form select:focus,
.franchise-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--cw-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(111, 67, 39, .08);
}

.form-alert {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
}

.form-alert.success {
  color: #166534;
  background: #dcfce7;
}

.form-alert.error {
  color: #991b1b;
  background: #fee2e2;
}

.franchise-reference-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(111,67,39,.08), transparent 24%),
    radial-gradient(circle at 92% 20%, rgba(201,147,91,.10), transparent 26%),
    #fbf7f3;
}

.franchise-reference-shell {
  padding: 38px 0 92px;
}

.franchise-reference-card {
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 26px 80px rgba(33, 19, 13, .10);
  border: 1px solid rgba(111,67,39,.08);
}

.franchise-benefits {
  padding: 56px 48px;
  background: linear-gradient(180deg, #f7f8fa, #ffffff);
}

.benefit-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--cw-primary);
  background: rgba(111,67,39,.10);
  font-size: 14px;
  font-weight: 900;
}

.benefit-badge::before {
  content: "✹";
  font-size: 13px;
}

.franchise-benefits h1 {
  max-width: 380px;
  margin-bottom: 28px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.franchise-benefits > p {
  max-width: 430px;
  margin: 0 0 40px;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.7;
}

.benefit-list {
  display: grid;
  gap: 30px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: flex-start;
}

.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: var(--cw-primary);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(33,19,13,.08);
  border: 1px solid rgba(111,67,39,.08);
}

.benefit-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.benefit-item span {
  display: block;
  color: #7b8494;
  font-size: 16px;
  line-height: 1.5;
}

.franchise-form-panel {
  padding: 56px 54px 64px;
  background: #ffffff;
}

.franchise-form-panel h2 {
  margin: 0 0 34px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 34px;
  letter-spacing: -.04em;
}

.franchise-ref-form {
  display: grid;
  gap: 22px;
}

.form-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(111,67,39,.12);
  color: var(--cw-primary);
  font-size: 22px;
  font-weight: 900;
}

.form-section-title svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.franchise-ref-form label {
  display: grid;
  gap: 10px;
  color: #4b5563;
  font-size: 15px;
  font-weight: 900;
}

.franchise-ref-form label small {
  color: #8a93a3;
  font-weight: 700;
}

.franchise-ref-form input,
.franchise-ref-form select,
.franchise-ref-form textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid #dce1e8;
  border-radius: 12px;
  padding: 16px 18px;
  color: #111827;
  background: #fbfcfe;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.franchise-ref-form textarea {
  resize: vertical;
  min-height: 128px;
}

.franchise-ref-form input:focus,
.franchise-ref-form select:focus,
.franchise-ref-form textarea:focus {
  border-color: var(--cw-primary);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(111,67,39,.08);
}

.kvkk-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 12px !important;
  padding-top: 16px;
  border-top: 1px solid rgba(111,67,39,.08);
}

.kvkk-check input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  accent-color: var(--cw-primary);
}

.kvkk-check span {
  color: var(--cw-primary);
  font-size: 15px;
}

.kvkk-open {
  display: inline;
  border: 0;
  padding: 0;
  color: var(--cw-primary);
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.fake-captcha {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 350px;
  max-width: 100%;
  min-height: 78px;
  padding: 16px;
  border: 1px solid #dce1e8;
  background: #f8fafc;
  box-shadow: 0 3px 8px rgba(15,23,42,.08);
  cursor: pointer;
}

.fake-captcha input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fake-captcha i {
  position: relative;
  width: 32px;
  height: 32px;
  border: 3px solid #4b5563;
  background: #ffffff;
}

.fake-captcha input:checked + i {
  border-color: var(--cw-primary);
  background: var(--cw-primary);
}

.fake-captcha input:checked + i::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 9px;
  height: 17px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.fake-captcha span {
  color: #111827;
  font-weight: 800;
}

.fake-captcha b {
  margin-left: auto;
  color: #8a93a3;
  font-size: 11px;
}

.kvkk-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.kvkk-modal.is-open {
  display: flex;
}

.kvkk-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33,19,13,.56);
  backdrop-filter: blur(6px);
}

.kvkk-modal-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(76vh, 720px);
  overflow: auto;
  padding: 34px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0,0,0,.22);
}

.kvkk-modal-card h2 {
  margin: 0 0 16px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: -.04em;
}

.kvkk-modal-card p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
}

.kvkk-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--cw-primary);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.franchise-submit {
  width: fit-content;
  min-width: 220px;
}

.social-rail {
  position: fixed;
  left: 24px;
  bottom: 150px;
  z-index: 20;
  display: grid;
  gap: 18px;
  padding: 18px 15px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(33,19,13,.10);
  border: 1px solid rgba(111,67,39,.10);
}

.social-rail span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.social-rail .ig { background: linear-gradient(135deg, #f59e0b, #ec4899); }
.social-rail .wa { background: #22c55e; }
.social-rail .yt { background: #dc2626; }

@media (max-width: 980px) {
  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(33,19,13,.16);
  }

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

  .nav-links a {
    padding: 14px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid,
  .story-grid,
  .app-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .store-grid,
  .stores-map-layout,
  .feature-grid,
  .menu-full,
  .values-grid,
  .franchise-page-grid,
  .franchise-landing-grid,
  .franchise-form-grid,
  .franchise-reference-card,
  .process-grid,
  .intro-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card.large {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .container,
  .navbar {
    width: min(100% - 28px, 1180px);
  }

  .topline {
    display: none;
  }

  .navbar {
    min-height: 74px;
    gap: 12px;
  }

  .brand {
    min-width: 0;
    font-size: 18px;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border-radius: 15px;
  }

  .brand-logo {
    max-width: 170px;
    max-height: 48px;
  }

  .nav-links {
    left: 14px;
    right: 14px;
  }

  .hero,
  .section,
  .app-section {
    padding: 58px 0;
  }

  h1 {
    font-size: clamp(38px, 12vw, 48px);
    line-height: .98;
  }

  h2 {
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.04;
  }

  .hero-text,
  .story-grid p,
  .app-grid p,
  .franchise p,
  .contact-grid p {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-grid,
  .story-grid,
  .app-grid,
  .contact-grid {
    gap: 32px;
  }

  .coffee-card {
    min-height: 360px;
    border-radius: 28px;
  }

  .coffee-card::before {
    inset: 16px;
    border-radius: 22px;
  }

  .section-head.split,
  .franchise-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .product-card {
    min-height: auto;
    padding: 20px;
    border-radius: 24px;
  }

  .product-card h3 {
    font-size: 23px;
  }

  .product-card p {
    font-size: 15px;
  }

  .product-art,
  .product-media,
  .large .product-art,
  .large .product-media {
    height: 190px;
    border-radius: 22px;
  }

  .app-section .app-grid {
    width: 100%;
    padding: 26px 20px;
    border-radius: 26px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .app-section h2 {
    font-size: clamp(34px, 11vw, 44px);
    line-height: 1;
  }

  .app-section .app-grid p {
    font-size: 16px;
    line-height: 1.6;
  }

  .app-showcase {
    width: 100%;
    min-height: 300px;
    gap: 8px;
    overflow: hidden;
    transform: none;
  }

  .app-showcase img {
    max-height: 320px;
    object-fit: contain;
  }

  .app-phone {
    width: 86px;
    height: 190px;
    padding: 6px;
    border-width: 5px;
    border-radius: 24px;
  }

  .app-phone-main {
    width: 122px;
    height: 260px;
    border-radius: 30px;
  }

  .app-phone-small {
    transform: translateY(14px);
  }

  .phone-mockup {
    width: min(280px, 100%);
  }

  .form-two,
  .franchise-metrics {
    grid-template-columns: 1fr;
  }

  .franchise-landing {
    padding: 72px 0;
  }

  .franchise-copy h1 {
    font-size: 46px;
  }

  .franchise-showcase {
    min-height: 420px;
  }

  .store-awning {
    left: 24px;
    right: 24px;
  }

  .store-window {
    left: 32px;
    right: 32px;
    gap: 8px;
  }

  .franchise-floating-card {
    left: 18px;
    right: 18px;
    bottom: 22px;
    max-width: none;
  }

  .process-list div {
    grid-template-columns: 1fr;
  }

  .map-head,
  .city-list-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .turkey-map-card {
    padding: 18px;
    border-radius: 24px;
  }

  .turkey-map {
    min-height: 330px;
  }

  .map-pin strong {
    display: none;
  }

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

  .franchise-reference-shell {
    padding: 24px 0 60px;
  }

  .franchise-benefits,
  .franchise-form-panel {
    padding: 34px 24px;
  }

  .franchise-benefits h1 {
    font-size: 34px;
  }

  .franchise-form-panel h2 {
    font-size: 28px;
  }

  .benefit-item {
    grid-template-columns: 46px 1fr;
  }

  .benefit-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .benefit-item strong {
    font-size: 18px;
  }

  .form-section-title {
    font-size: 20px;
  }

  .franchise-submit {
    width: 100%;
  }

  .social-rail {
    display: none;
  }

  .franchise-box {
    padding: 34px 24px;
    border-radius: 28px;
    width: 100%;
    gap: 22px;
  }

  .franchise.has-bg-image .franchise-box {
    min-height: 340px;
  }

  .franchise-box .btn {
    width: auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-grid div,
  .footer-menu {
    width: 100%;
    min-width: 0;
  }

  .footer-menu {
    justify-content: flex-start;
    gap: 10px 14px;
  }

  .footer-menu a,
  .footer-grid span {
    overflow-wrap: anywhere;
  }

  .footer-logo {
    max-width: 180px;
    max-height: 62px;
  }

  .contact-map-section {
    padding-bottom: 46px;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 320px;
    border-radius: 24px;
  }
}

@media (max-width: 430px) {
  .container,
  .navbar {
    width: min(100% - 24px, 1180px);
  }

  .hero,
  .section,
  .app-section,
  .franchise {
    padding: 46px 0;
  }

  .hero-actions,
  .hero-stats {
    width: 100%;
  }

  .hero-actions .btn,
  .hero-stats div {
    width: 100%;
  }

  .section-head.split {
    gap: 14px;
  }

  .app-section .app-grid,
  .franchise-box {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .app-phone {
    width: 74px;
    height: 168px;
  }

  .app-phone-main {
    width: 104px;
    height: 230px;
  }

  .franchise-box h2 {
    font-size: clamp(30px, 11vw, 40px);
  }

  .franchise-box p {
    font-size: 15px;
  }

  .btn,
  .nav-cta {
    min-height: 44px;
    padding: 12px 18px;
  }
}
