:root {
  --ink: #2b2019;
  --ink-soft: #5f5145;
  --paper: #fff9ec;
  --cream: #fff1c8;
  --milk: #fffdf7;
  --toast: #d28b35;
  --cheese: #ffd96b;
  --tomato: #d84a38;
  --tomato-dark: #b8372a;
  --olive: #5f7c46;
  --mint: #e6f0d9;
  --line: rgba(95, 81, 69, 0.16);
  --shadow: 0 18px 45px rgba(85, 54, 28, 0.14);
  --soft-shadow: 0 10px 25px rgba(85, 54, 28, 0.09);
  --radius: 18px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 217, 107, 0.24), transparent 26%),
    radial-gradient(circle at 82% 8%, rgba(216, 74, 56, 0.11), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #fff7e7 46%, #fffdf7 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  inset: 14px clamp(14px, 3vw, 34px) auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(58, 39, 22, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  text-decoration: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--tomato-dark);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 34px;
  border-radius: 50% 50% 14px 14px;
  background: linear-gradient(145deg, #ffe28a, #d9953f);
  border: 2px solid #fff7d8;
  box-shadow: inset 0 -5px 0 rgba(135, 73, 25, 0.15);
  transform: rotate(-7deg);
  flex: 0 0 auto;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  height: 3px;
  background: rgba(91, 47, 20, 0.5);
  border-radius: 999px;
}

.brand-mark::before {
  top: 10px;
}

.brand-mark span {
  top: 16px;
}

.brand-mark::after {
  top: 22px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 241, 200, 0.54);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a,
.header-order,
.header-whatsapp {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 14px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.nav-links a {
  color: var(--ink-soft);
}

.nav-links a:hover {
  color: var(--ink);
  background: white;
}

.header-order {
  color: white;
  background: linear-gradient(135deg, var(--tomato), var(--tomato-dark));
  box-shadow: 0 10px 22px rgba(216, 74, 56, 0.24);
}

.header-whatsapp {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  color: white;
  background: linear-gradient(145deg, #2fd36b, #159447);
  border: 3px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 24px rgba(21, 148, 71, 0.26), inset 0 -4px 0 rgba(0, 0, 0, 0.08);
}

.header-whatsapp svg {
  width: 26px;
  height: 26px;
  display: block;
}

.header-whatsapp .wa-bubble {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-whatsapp .wa-phone {
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 91vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 128px clamp(18px, 5vw, 70px) 56px;
  color: white;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

.hero picture,
.hero picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  object-position: center 45%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(64, 38, 21, 0.72), rgba(64, 38, 21, 0.34) 56%, rgba(64, 38, 21, 0.12)),
    linear-gradient(0deg, rgba(59, 34, 18, 0.62), transparent 44%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 810px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--tomato-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffe68e;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 6.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

h3 {
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions,
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
}

.btn.primary {
  background: linear-gradient(135deg, var(--tomato), var(--tomato-dark));
  color: white;
  box-shadow: 0 14px 30px rgba(216, 74, 56, 0.28);
}

.btn.soft {
  color: var(--ink);
  background: rgba(255, 250, 238, 0.92);
  border-color: rgba(255, 255, 255, 0.62);
}

.btn.full {
  width: 100%;
}

.hero-facts {
  margin: 28px 0 0;
}

.hero-facts div {
  min-width: 152px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 250, 238, 0.17);
  backdrop-filter: blur(8px);
}

.hero-facts dt {
  color: #ffe68e;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 2px 0 0;
  font-weight: 900;
}

.strip {
  width: min(100% - 36px, var(--max));
  margin: -24px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  box-shadow: var(--soft-shadow);
  scrollbar-width: none;
}

.strip span {
  white-space: nowrap;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff2ca;
  font-weight: 800;
  font-size: 0.88rem;
}

.section {
  width: min(100% - 36px, var(--max));
  margin: 0 auto;
  padding: 78px 0;
}

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

.section-head p:last-child {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.compact {
  max-width: 700px;
}

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

.feature {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.8);
  box-shadow: var(--soft-shadow);
}

.feature p {
  color: var(--ink-soft);
}

.icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #ffe48f;
}

.icon svg {
  width: 25px;
  height: 25px;
  display: block;
}

.icon path,
.icon circle {
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon svg path:first-child:not(:only-child) {
  fill: rgba(210, 139, 53, 0.18);
}

.showcase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.showcase-main {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 24px;
  align-items: center;
  min-height: 430px;
  padding: 18px;
  color: var(--ink);
  background: linear-gradient(135deg, #fffdf7, #fff0c5);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.showcase-main img,
.product-cards img,
.gallery img,
.highlight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-main img {
  min-height: 390px;
  border-radius: 14px;
}

.showcase-main p,
.product-cards p {
  color: var(--ink-soft);
}

.text-link {
  color: var(--tomato-dark);
  font-weight: 900;
}

.product-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.product-cards article {
  display: grid;
  grid-template-columns: 126px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 126px;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 253, 247, 0.9);
  box-shadow: var(--soft-shadow);
}

.product-cards img {
  height: 102px;
  border-radius: 14px;
}

.product-cards h3,
.product-cards p {
  margin: 0;
}

.product-cards strong {
  color: var(--tomato-dark);
  font-size: 1.15rem;
  white-space: nowrap;
}

.menu-section {
  padding-top: 86px;
}

.menu-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.highlight-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: var(--radius);
  background: #fffdf7;
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.highlight-card img {
  height: 118px;
  border-radius: 14px;
}

.highlight-card span {
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.highlight-card h3,
.highlight-card p {
  margin: 0;
}

.highlight-card p {
  color: var(--tomato-dark);
  font-weight: 900;
  font-size: 1.25rem;
}

.menu-board {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.82fr;
  gap: 16px;
  align-items: start;
}

.menu-panel {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.menu-panel.warm {
  background: linear-gradient(180deg, #fff9ec, #fff0d5);
}

.menu-panel.fresh {
  background: linear-gradient(180deg, #fbfff4, #edf6dc);
}

.panel-title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.panel-title h3,
.panel-title p {
  margin: 0;
}

.panel-title p {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.panel-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  color: white;
  background: linear-gradient(135deg, var(--tomato), var(--toast));
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 1.2rem;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(95, 81, 69, 0.22);
  color: var(--ink-soft);
  font-weight: 800;
}

.price-list li:last-child {
  border-bottom: 0;
}

.price-list span {
  color: var(--ink);
}

.price-list strong {
  color: var(--tomato-dark);
  white-space: nowrap;
}

.campaigns {
  width: min(100% - 36px, var(--max));
  padding: 36px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 245, 211, 0.96), rgba(255, 253, 247, 0.98)),
    url("../images/etibank-kadir-yengen-tost.jpeg") right center/38% auto no-repeat;
  box-shadow: var(--shadow);
}

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

.combo-grid article {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
}

.combo-grid span {
  font-weight: 900;
}

.combo-grid strong {
  color: var(--tomato-dark);
  font-size: 1.65rem;
}

.combo-grid small {
  color: var(--olive);
  font-weight: 800;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
  gap: 12px;
}

.gallery img {
  aspect-ratio: 1 / 1.12;
  border-radius: 20px;
  box-shadow: var(--soft-shadow);
}

.order-section {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 26px;
  align-items: center;
  padding: 68px max(18px, calc((100vw - var(--max)) / 2));
  color: var(--ink);
  background: linear-gradient(135deg, #fff0c3, #fffdf7);
  border-top: 1px solid rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
}

.order-section p {
  color: var(--ink-soft);
  max-width: 650px;
}

.order-card {
  padding: 20px;
  border-radius: 22px;
  background: white;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.phone {
  display: block;
  margin-bottom: 8px;
  color: var(--tomato-dark);
  font-size: 1.75rem;
  font-weight: 900;
  text-decoration: none;
}

.secondary-phone {
  color: var(--ink);
  font-size: 1.2rem;
}

.order-card p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
  align-items: stretch;
}

.contact-copy,
.map-card {
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
}

.contact-copy {
  padding: 26px;
}

.contact-copy p {
  color: var(--ink-soft);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff1c8;
  text-decoration: none;
  font-weight: 900;
}

.map-card {
  min-height: 360px;
  overflow: hidden;
}

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

.site-footer {
  padding: 38px clamp(18px, 4vw, 44px) 46px;
  background: #3a2a20;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 26px;
}

.footer-brand {
  color: white;
  margin-bottom: 14px;
}

.site-footer h3 {
  margin-bottom: 12px;
  color: #ffe28a;
}

.site-footer p {
  max-width: 360px;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.admin-page {
  min-height: 100vh;
}

.admin-shell {
  width: min(100% - 28px, 980px);
  margin: 0 auto;
  padding: 48px 0;
}

.admin-login,
.admin-panel {
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.admin-login {
  max-width: 430px;
  margin: 8vh auto 0;
  padding: 26px;
}

.admin-brand {
  margin-bottom: 28px;
}

.admin-login h1,
.admin-panel h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 3.1rem);
}

.admin-login p,
.admin-panel p {
  color: var(--ink-soft);
}

.admin-login label,
.admin-password-box label,
.admin-price-row span {
  display: block;
  margin-bottom: 7px;
  font-weight: 900;
}

.admin-login input,
.admin-password-box input,
.admin-price-row input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 12px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-weight: 800;
}

.admin-login .btn {
  margin-top: 14px;
}

.admin-panel {
  padding: 26px;
}

.admin-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.admin-home {
  color: var(--ink);
  background: #fff1c8;
}

.admin-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.admin-price-row {
  padding: 14px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(95, 81, 69, 0.12);
}

.admin-password-box {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: #fff7df;
  border: 1px solid rgba(95, 81, 69, 0.12);
}

.admin-password-box summary {
  cursor: pointer;
  font-weight: 900;
}

.admin-password-box label {
  margin-top: 14px;
}

.admin-password-box .btn {
  margin-top: 10px;
}

.admin-savebar {
  position: sticky;
  bottom: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(14px);
}

.admin-message {
  margin: 0;
  color: var(--tomato-dark);
  font-weight: 900;
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .menu-board,
  .combo-grid,
  .admin-price-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-panel:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: 86vh;
  }

  .feature-grid,
  .showcase,
  .menu-highlights,
  .order-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .showcase-main {
    grid-template-columns: 1fr;
  }

  .campaigns {
    background: linear-gradient(135deg, rgba(255, 245, 211, 0.96), rgba(255, 253, 247, 0.98));
  }
}

@media (max-width: 700px) {
  .site-header {
    inset: 10px 10px auto;
    padding: 9px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .brand small {
    font-size: 0.66rem;
  }

  .header-order {
    min-width: 44px;
    padding-inline: 14px;
    font-size: 0;
  }

  .header-order::before {
    content: "Ara";
    font-size: 0.88rem;
  }

  .header-whatsapp {
    min-width: 46px;
    width: 46px;
    height: 46px;
  }

  .hero {
    padding: 112px 18px 40px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  h1 {
    font-size: clamp(2.55rem, 16vw, 4.2rem);
  }

  h2 {
    font-size: clamp(1.8rem, 10vw, 2.7rem);
  }

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

  .hero-facts div {
    min-width: calc(50% - 6px);
  }

  .strip {
    width: min(100% - 22px, var(--max));
    border-radius: 18px;
  }

  .section {
    width: min(100% - 28px, var(--max));
    padding: 54px 0;
  }

  .feature,
  .campaigns {
    padding: 18px;
  }

  .showcase-main {
    padding: 14px;
    min-height: 0;
  }

  .showcase-main img {
    min-height: 280px;
  }

  .product-cards article,
  .highlight-card {
    grid-template-columns: 96px 1fr;
  }

  .product-cards strong {
    grid-column: 2;
  }

  .menu-board,
  .combo-grid,
  .admin-price-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .admin-shell {
    padding: 24px 0;
  }

  .admin-panel,
  .admin-login {
    padding: 18px;
  }

  .admin-panel-head {
    display: block;
  }

  .menu-panel:first-child {
    grid-column: auto;
  }

  .price-list li {
    font-size: 0.92rem;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .order-section {
    padding: 48px 18px;
  }

}
