<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Temel Stiller */
:root {
  --color-sand-light: #F5E6D3;
  --color-sand: #E6D5AC;
  --color-sand-dark: #D4B483;
  --color-sand-darker: #C4A484;
  --color-ocean-light: #7FB3D5;
  --color-ocean: #5499C7;
  --color-ocean-dark: #2980B9;
  --color-coral: #E67E22;
  --color-wood: #8B4513;
  --color-white: #FFFFFF;
  --color-dark: #2C3E50;
  --color-gold: #D4AF37;
}

body {
  background: #f5ecd7 url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  background-repeat: repeat;
  color: #5a4321;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .font-bodoni, .font-cormorant, .font-playfair, .font-montserrat {
  color: #5a4321 !important;
  font-family: 'Cormorant Garamond', serif;
}
.menu-header, .category-title {
  font-family: 'Playfair Display', serif;
  color: #5a4321 !important;
}
hr, .border-b, .border-b-2, .border-b-4, .border-gold, .border-hurmadibi-coral, .border-hurmadibi-coral\/10 {
  border-color: #bfa77a !important;
}
.btn, .hero-button, .category-active, .active, .hover\:text-coral:hover {
  background: #bfa77a !important;
  color: #fff !important;
  border: none !important;
}
.btn:hover, .hero-button:hover {
  background: #a88d4a !important;
}
footer {
  background: #8B4513 !important;
  color: #fff !important;
}
/* Açık renkli arka planları kaldır */
.bg-white, .bg-gray-50, .bg-white\/95, .bg-noir-dark\/5 {
  background: transparent !important;
}

/* Bohem Pattern */
.bohem-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Cpath d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0zm0 10c22.1 0 40 17.9 40 40S72.1 90 50 90 10 72.1 10 50 27.9 10 50 10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Animasyonlar */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 1s ease-out forwards;
}

/* Hero Bölümü */
#home {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(120deg, #F5E6D3 60%, #E6D5AC 100%);
  background-image: url('https://www.transparenttextures.com/patterns/sandpaper.png');
  background-size: 400px 400px;
  scroll-margin-top: 96px;
}

#home::before,
#home::after {
  display: none;
}

#home .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 2.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  color: #3B2F23;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 1.25rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #3B2F23;
  opacity: 0.88;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 8px #fff8  ;
}

.hero-mandala {
  display: block;
  margin: 0 auto 2.5rem auto;
  width: 260px;
  max-width: 80vw;
  opacity: 0.92;
  position: relative;
  z-index: 1;
  animation: mandala-rotate 18s linear infinite;
  filter: drop-shadow(0 2px 8px #BFA77A44);
  transition: filter 0.3s;
}

.hero-mandala:hover {
  filter: drop-shadow(0 4px 16px #BFA77A88);
}

.hero-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  max-width: 48vw;
  max-height: 48vw;
  object-fit: contain;
  box-shadow: 0 8px 32px 0 rgba(139, 69, 19, 0.10), 0 1.5px 8px 0 rgba(212, 175, 55, 0.08);
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  transition: box-shadow 0.3s;
}

.hero-logo:hover {
  box-shadow: 0 12px 40px 0 rgba(212, 175, 55, 0.18), 0 2px 12px 0 rgba(139, 69, 19, 0.12);
}

.hero-mandala-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.hero-buttons {
  display: flex;
  gap: 1.7rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.hero-button {
  padding: 1.1rem 2.7rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1rem;
  background: #fff8;
  border: 2px solid #BFA77A;
  color: #3B2F23;
  box-shadow: 0 2px 12px 0 rgba(212, 175, 55, 0.08);
}

.hero-button-primary {
  background: linear-gradient(90deg, #E6D5AC 60%, #D4B483 100%);
  color: #3B2F23;
  border: 2px solid #BFA77A;
}

.hero-button-primary:hover {
  background: #BFA77A;
  color: #fff;
  box-shadow: 0 4px 18px 0 rgba(212, 175, 55, 0.18);
}

.hero-button-secondary {
  background: transparent;
  color: var(--color-wood);
  border: 2px solid var(--color-wood);
}

.hero-button-secondary:hover {
  background: #3B2F23;
  color: #fff;
  border-color: #3B2F23;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

/* Hakkımızda Bölümü */
#about {
  background-color: var(--color-white);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom right, var(--color-turquoise) 0%, transparent 100%);
  opacity: 0.1;
}

.feature-card {
  background: var(--color-white);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.4s ease;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-turquoise), var(--color-coral));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon {
  color: var(--color-coral);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.4s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
}

/* İletişim Bölümü */
#contact {
  background-color: var(--color-light);
  padding: 100px 0;
  position: relative;
}

.contact-card {
  background: var(--color-white);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.contact-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--color-turquoise) 0%, transparent 100%);
  opacity: 0.1;
  transition: all 0.4s ease;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.contact-card:hover::after {
  width: 200px;
  height: 200px;
}

.contact-icon {
  color: var(--color-coral);
  font-size: 28px;
  margin-right: 20px;
  transition: transform 0.4s ease;
}

.contact-card:hover .contact-icon {
  transform: scale(1.1);
}

/* Butonlar */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--color-turquoise), var(--color-coral));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.btn:hover::before {
  opacity: 1;
}

.btn-primary {
  background-color: var(--color-coral);
  color: var(--color-white);
  border: none;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(231, 111, 81, 0.3);
}

.btn-secondary {
  background-color: var(--color-white);
  color: var(--color-dark);
  border: 2px solid var(--color-dark);
}

.btn-secondary:hover {
  color: var(--color-white);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Mobil Menü */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.mobile-menu.active {
  transform: translateX(0);
}

/* Responsive Tasarım */
@media (max-width: 767px) {
  #home {
    min-height: 80vh;
  }

  .feature-card {
    margin-bottom: 24px;
  }

  .contact-card {
    margin-bottom: 24px;
  }

  .hero-logo {
    width: 120px;
    height: 120px;
    max-width: 60vw;
    max-height: 60vw;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-buttons {
    gap: 1rem;
  }
}

/* Özel Efektler */
.hover-lift {
  transition: transform 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
}

.text-gradient {
  background: linear-gradient(45deg, var(--color-coral), var(--color-turquoise));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Footer */
footer {
  background-color: var(--color-wood);
  color: var(--color-white);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-turquoise), var(--color-coral));
}

footer a {
  color: var(--color-white);
  opacity: 0.8;
  transition: all 0.3s ease;
  position: relative;
}

footer a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

footer a:hover {
  opacity: 1;
}

footer a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Scroll Davranışı */
html {
  scroll-behavior: smooth;
}

/* Özel Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--color-light);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--color-turquoise), var(--color-coral));
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(var(--color-coral), var(--color-turquoise));
}

/* Genel Stiller */
:root {
  --sand: #E6D5AC;
  --turquoise: #40E0D0;
  --coral: #FF7F50;
  --white: #FFFFFF;
  --wood: #8B4513;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--white);
  color: var(--wood);
}

/* Beach Tarzı Elementler */
.beach-wave {
  position: relative;
  overflow: hidden;
}

.beach-wave::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, var(--turquoise) 0%, var(--coral) 100%);
  opacity: 0.3;
}

/* Menü Kartları */
.menu-card {
  background-color: var(--white);
  border: 1px solid var(--sand);
  border-radius: 15px;
  padding: 20px;
  transition: transform 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Animasyonlar */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.float-animation {
  animation: float 3s ease-in-out infinite;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drawBorder {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  50% {
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  100% {
    width: 2rem;
    height: 2rem;
  }
}

.animate-fade-in-down {
  animation: fadeInDown 0.8s ease-out forwards;
}

.animate-fade-in-left {
  animation: fadeInLeft 0.8s ease-out 0.3s forwards;
  opacity: 0;
}

.animate-fade-in-right {
  animation: fadeInRight 0.8s ease-out 0.3s forwards;
  opacity: 0;
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
  opacity: 0;
}

.animate-draw-border {
  animation: drawBorder 1s ease-out 0.8s forwards;
  opacity: 0;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.7;
    transform: translateY(5px);
  }
}

/* Bohem Tarzı Dekoratif Elementler */
.bohem-decoration {
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0zm0 10c22.1 0 40 17.9 40 40S72.1 90 50 90 10 72.1 10 50 27.9 10 50 10z' fill='%23D4AF37' fill-opacity='0.15'/%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 0;
}

.bohem-decoration-1 {
  top: 10%;
  left: 5%;
  transform: rotate(-15deg);
}

.bohem-decoration-2 {
  bottom: 10%;
  right: 5%;
  transform: rotate(15deg);
}

.bohem-decoration-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 300px;
  height: 300px;
  opacity: 0.2;
}

/* Animasyonlar */
@keyframes wave {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}

.wave-animation {
  animation: wave 3s ease-in-out infinite;
}

.bohem-svg-motif {
  position: absolute;
  z-index: 2;
  opacity: 0.85;
}

.bohem-svg-motif.motif1 {
  top: 8%;
  left: 6%;
  width: 120px;
  height: 160px;
}
.bohem-svg-motif.motif2 {
  bottom: 10%;
  right: 8%;
  width: 110px;
  height: 140px;
}
.bohem-svg-motif.motif3 {
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

@keyframes spin-slow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.animate-spin-slow {
  animation: spin-slow 28s linear infinite;
}

.hero-btn-boheme {
  background: #F5E6D3;
  color: #6B4F2A;
  border: 1.5px solid #E6D5AC;
  border-radius: 32px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.05rem 2.3rem;
  box-shadow: none;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.hero-btn-boheme:hover {
  background: #F9E4D4;
  color: #8B4513;
  border-color: #D4AF37;
}

.hero-btn-boheme-alt {
  background: #fff;
  color: #8B4513;
  border: 1.5px solid #F5E6D3;
  border-radius: 32px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.05rem 2.3rem;
  box-shadow: none;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.hero-btn-boheme-alt:hover {
  background: #F5E6D3;
  color: #6B4F2A;
  border-color: #E6D5AC;
}

/* SVG motifler mobilde de görünsün, responsive boyutlar */
.hero-motif {
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

/* Sol üst motif */
.hero-motif-ay {
  left: 4vw;
  top: 12vw;
  width: 44px;
  height: 44px;
}
@media (max-width: 640px) {
  .hero-motif-ay {
    left: 2vw;
    top: 6vw;
    width: 28px;
    height: 28px;
  }
}

/* Sağ alt mandala */
.hero-motif-mandala {
  right: 4vw;
  bottom: 10vw;
  width: 110px;
  height: 110px;
  opacity: 0.18;
}
@media (max-width: 640px) {
  .hero-motif-mandala {
    right: 2vw;
    bottom: 6vw;
    width: 60px;
    height: 60px;
  }
}

/* Sağ üst yıldız */
.hero-motif-star {
  right: 8vw;
  top: 18vw;
  width: 24px;
  height: 24px;
}
@media (max-width: 640px) {
  .hero-motif-star {
    right: 4vw;
    top: 10vw;
    width: 16px;
    height: 16px;
  }
} </pre></body></html>