@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #f5efe6;
  color: #23150e;
  overflow-x: hidden;
}

.top {
    min-height: 360px;
    padding: 26px;
    display: flex;
    align-items: flex-end;

    background:
        linear-gradient(
            rgba(35,15,8,.55),
            rgba(35,15,8,.75)
        ),
        url("images/hero.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: white;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
    position: relative;
    overflow: hidden;
}



.top::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  right: -90px;
  top: -70px;
}

.top::after {
  content: "PİDE";
  position: absolute;
  right: -18px;
  bottom: 18px;
  font-size: 92px;
  font-weight: 800;
  color: rgba(255,255,255,.06);
  letter-spacing: 4px;
}

.brand {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.brand span {
  display: inline-block;
  background: #ffc76b;
  color: #301509;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 800;
  margin-bottom: 14px;
}

.brand h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 54px;
  line-height: .95;
  margin-bottom: 12px;
}

.brand p {
  color: #ffe8c7;
  font-size: 17px;
}

.category-bar {
  margin-top: 20px !important;
  width: calc(100% - 36px);
  max-width: 900px;
  margin: -28px auto 18px;
  background: #fffaf3;
  border-radius: 24px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  box-shadow: 0 18px 40px rgba(74, 35, 10, .18);
  position: sticky;
  top: 10px;
  z-index: 10;
}

.category-bar a {

  text-decoration: none;
  color: #4a240f;
  background: #f1e4d3;
  padding: 13px 10px;
  text-align: center;
  border-radius: 17px;
  font-weight: 800;
  font-size: 14px;
}

main {
  max-width: 900px;
  margin: auto;
  padding: 8px 18px 35px;
}

.section {
  padding: 32px 0 10px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}

.section-title span {
  width: 42px;
  height: 42px;
  background: #32170d;
  color: #ffc76b;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.section-title h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  color: #32170d;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.item {
  background: #fffaf3;
  border-radius: 24px;
  padding: 20px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 26px rgba(69, 35, 13, .1);
  border: 1px solid rgba(86, 42, 15, .08);
}

.item.big {
  grid-column: span 2;
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(50,23,13,.88), rgba(137,60,23,.88)),
    url('https://images.unsplash.com/photo-1593560708920-61dd98c46a4e?auto=format&fit=crop&w=1000&q=80');
  background-size: cover;
  background-position: center;
  color: white;
}

.item.special {
  grid-column: span 2;
  background: #32170d;
  color: white;
}

.item h3 {
  font-size: 21px;
  margin-bottom: 6px;
}

.item p {
  color: inherit;
  opacity: .75;
  font-size: 14px;
}

.item b,
.split-list b,
.soup-box b {
  align-self: flex-start;
  background: #ffc76b;
  color: #32170d;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
}

.split-list {
  display: grid;
  gap: 14px;
}

.split-list article {
  background: #32170d;
  color: white;
  border-radius: 26px;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.split-list h3 {
  font-size: 22px;
}

.split-list p {
  color: #e8c9a4;
  margin-top: 4px;
}

.soup-box {
  background: #fffaf3;
  padding: 18px;
  border-radius: 28px;
  box-shadow: 0 12px 26px rgba(69, 35, 13, .1);
  display: grid;
  gap: 12px;
}

.soup-box div {
  background: #f1e4d3;
  padding: 18px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.extra-card {
  background: #fffaf3;
  border-radius: 22px;
  padding: 18px 20px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.extra-card strong {
  background: #32170d;
  color: #ffc76b;
  padding: 8px 13px;
  border-radius: 999px;
}

.info {
  background: #ffc76b;
  color: #32170d;
  padding: 16px;
  border-radius: 20px;
  font-weight: 800;
  text-align: center;
}

footer {
  background: #32170d;
  color: white;
  text-align: center;
  padding: 36px 20px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

footer h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  color: #ffc76b;
}

footer p {
  color: #f2d8b5;
}

@media (max-width: 600px) {
  .top {
    min-height: 330px;
    padding: 22px;
  }

  .brand h1 {
    font-size: 43px;
  }

  .category-bar {
    grid-template-columns: repeat(4, max-content);
    overflow-x: auto;
    justify-content: flex-start;
  }

  .category-bar::-webkit-scrollbar {
    display: none;
  }

  .category-bar a {
    padding: 12px 16px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .item.big,
  .item.special {
    grid-column: span 1;
  }

  .split-list article,
  .soup-box div,
  .extra-card {
    align-items: flex-start;
    gap: 12px;
  }
}

.section {
  opacity: 0;
  transform: translateY(28px);
  transition: .6s ease;
}

.section.show {
  opacity: 1;
  transform: translateY(0);
}

.category-bar a.active {
  background: #32170d;
  color: #ffc76b;
}

.hide-section {
  display: none;
}

.item,
.split-list article,
.soup-box div {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.food-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.55);
  transition: 0.5s ease;
}

.item::after,
.split-list article::after,
.soup-box div::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.20),
    rgba(0,0,0,0.72)
  );
  z-index: 1;
}

.item > *:not(.food-image),
.split-list article > *:not(.food-image),
.soup-box div > *:not(.food-image) {
  position: relative;
  z-index: 2;
}

.item h3,
.item p,
.split-list article h3,
.split-list article p,
.soup-box div h3 {
  color: #fff;
}

.item b,
.split-list article b,
.soup-box div b {
  position: relative;
  z-index: 2;
  background: #ffc76b;
  color: #32170d;
}

.item:hover .food-image,
.split-list article:hover .food-image,
.soup-box div:hover .food-image {
  transform: scale(1.08);
}

.item.special {
  background: none;
}

.item.big {
  background: none;
}

.soup-box div {
  min-height: 95px;
}

.split-list article {
  min-height: 120px;
}

footer{
    margin-top:60px;
    background:#32170d;
    color:#fff;
    text-align:center;
    padding:45px 20px 30px;
    border-top-left-radius:40px;
    border-top-right-radius:40px;
}

footer h2{
    font-size:38px;
    margin-bottom:8px;
}

footer p{
    color:#d9c2b3;
}

.footer-divider{
    width:80px;
    height:4px;
    background:#ffc76b;
    border-radius:999px;
    margin:28px auto;
}

.footer-credit{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

.footer-credit span{
    color:#b8a49a;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.cetinweb-link{
    text-decoration:none;
    color:#ffc76b;
    font-size:28px;
    font-weight:800;
    transition:.3s;
    position:relative;
}

.cetinweb-link::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-4px;
    width:0;
    height:2px;
    background:#ffc76b;
    transition:.3s;
    transform:translateX(-50%);
}

.cetinweb-link:hover{
    color:#fff3d4;
}

.cetinweb-link:hover::after{
    width:100%;
}

.footer-credit small{
    color:#8f7b70;
    font-size:13px;
}

/* =========================================
   GİRİŞ SEÇİM EKRANI
========================================= */

.site-entry {
  position: fixed;
  inset: 0;
  z-index: 999999;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 100dvh;
  padding: 24px;

  background:
    radial-gradient(
      circle at top,
      rgba(197, 139, 70, 0.18),
      transparent 38%
    ),
    #11100f;

  overflow-y: auto;

  opacity: 1;
  visibility: visible;

  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}

.site-entry.entry-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.entry-box {
  width: min(920px, 100%);
}

.entry-heading {
  margin-bottom: 34px;
  text-align: center;
  color: #ffffff;
}

.entry-heading span {
  display: inline-block;
  margin-bottom: 12px;

  color: #dda754;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
}

.entry-heading h1 {
  max-width: 650px;
  margin: 0 auto;

  color: #ffffff;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.12;
}

.entry-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* KARTLAR */
.entry-option {
  position: relative;

  min-height: 360px;
  width: 100%;
  padding: 0;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;

  color: #ffffff;
  text-align: left;
  text-decoration: none;

  background-color: #191512;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  cursor: pointer;

  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.entry-option:hover {
  transform: translateY(-8px);
  border-color: rgba(221, 167, 84, 0.7);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(221, 167, 84, 0.12);
}

/* FOTOĞRAF YOLLARI */
.construction-option {
  background-image: url("images/donmez.webp");
}

.pide-option {
  font: inherit;
  background-image: url("images/hero.png");
}

/* SİYAH TRANSPARAN KATMAN */
.entry-option-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(7, 6, 5, 0.97) 0%,
      rgba(7, 6, 5, 0.72) 42%,
      rgba(7, 6, 5, 0.18) 100%
    );

  transition: background 0.35s ease;
}

.entry-option:hover .entry-option-overlay {
  background:
    linear-gradient(
      to top,
      rgba(7, 6, 5, 0.95) 0%,
      rgba(7, 6, 5, 0.56) 42%,
      rgba(7, 6, 5, 0.06) 100%
    );
}

/* KART İÇERİĞİ */
.entry-option-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 17px;

  padding: 30px;
}

.entry-logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 56px;
  height: 56px;
  min-width: 56px;

  border-radius: 15px;

  color: #16120e;
  background: #dda754;

  font-size: 25px;
  font-weight: 900;

  box-shadow:
    0 10px 25px rgba(221, 167, 84, 0.25);
}

.entry-text small {
  display: block;

  margin-bottom: 5px;

  color: #dda754;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.entry-text h2 {
  margin: 0 0 7px;

  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
}

.entry-text p {
  margin: 0;

  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.entry-arrow {
  color: #dda754;
  font-size: 34px;
  line-height: 1;

  transition: transform 0.3s ease;
}

.entry-option:hover .entry-arrow {
  transform: translateX(7px);
}

.entry-credit {
  margin-top: 26px;

  color: rgba(255, 255, 255, 0.52);
  text-align: center;
  font-size: 12px;
}

.entry-credit a {
  color: #dda754;
  font-weight: 700;
  text-decoration: none;
}

body.entry-open {
  overflow: hidden;
}

/* =========================================
   MOBİL
========================================= */

@media (max-width: 700px) {
  .site-entry {
    align-items: flex-start;
    padding: 30px 16px;
  }

  .entry-heading {
    margin-bottom: 24px;
  }

  .entry-heading h1 {
    font-size: 30px;
  }

  .entry-options {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .entry-option {
    min-height: 250px;
    border-radius: 20px;
  }

  .entry-option-content {
    grid-template-columns: auto 1fr auto;
    gap: 13px;

    padding: 22px;
  }

  .entry-logo {
    width: 48px;
    height: 48px;
    min-width: 48px;

    font-size: 21px;
  }

  .entry-text h2 {
    font-size: 22px;
  }

  .entry-text p {
    font-size: 12px;
  }

  .entry-arrow {
    font-size: 28px;
  }
}