/* nordic — Scandinavian Soft (kafe, restoran, güzellik, butik). Sıcak bej/krem,
   organik şekiller, yumuşak köşeler, zarif serif başlıklar, cozy his. */
body.t-nordic { font-family: "Karla", system-ui, sans-serif; background: #f6f2ea; color: #3a352d; }
body.t-nordic h1, body.t-nordic h2, body.t-nordic h3, body.t-nordic .brand { font-family: "Fraunces", Georgia, serif; }

.nav {
  display: flex; align-items: center; gap: 1.6rem; padding: 1.1rem 1.8rem;
  position: sticky; top: 0; z-index: 20;
  background: rgba(246,242,234,.9); backdrop-filter: blur(10px);
}
.brand { font-weight: 600; font-size: 1.25rem; color: var(--primary); }
.nav nav { margin-left: auto; display: flex; gap: 1.5rem; }
.nav nav a { font-size: .9rem; font-weight: 600; color: #7d7466; }
.nav nav a:hover { color: var(--accent); }
.nav-cta { padding: .55rem 1.4rem; border-radius: 999px; background: var(--primary); color: #fff; font-weight: 700; font-size: .85rem; }
.nav-cta:hover { background: var(--accent); }

.hero { position: relative; padding: 4.5rem 1.8rem 5.5rem; overflow: hidden; }
.hero-bg {
  position: absolute; top: 0; right: -8%; width: 55%; height: 100%;
  background-size: cover; background-position: center;
  border-radius: 46% 54% 52% 48% / 55% 48% 52% 45%;
  opacity: .96;
}
.hero::before {
  content: ""; position: absolute; left: -120px; bottom: -140px; width: 340px; height: 340px;
  border-radius: 58% 42% 46% 54% / 52% 55% 45% 48%;
  background: color-mix(in srgb, var(--accent) 16%, #f6f2ea);
}
.hero-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; width: 100%; }
.hero-inner > * { max-width: 46%; }
.hero:not(:has(.hero-bg)) .hero-inner > * { max-width: 640px; }
.eyebrow { text-transform: uppercase; letter-spacing: .26em; font-size: .74rem; font-weight: 700; color: var(--accent); margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2.3rem, 5.5vw, 3.8rem); font-weight: 500; color: var(--primary); line-height: 1.14; }
.hero .sub { margin-top: 1.1rem; font-size: 1.12rem; color: #6d6455; }
.hero .rating { margin-top: 1rem; color: #6d6455; }
.hero .stars { color: #d9a441; letter-spacing: 2px; }
.hero .dim { color: #9c9384; }

.cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.btn {
  padding: .85rem 1.9rem; border-radius: 999px; background: var(--primary); color: #fff;
  font-weight: 700; font-size: .93rem; transition: transform .15s ease, background .15s ease;
}
.btn:hover { background: var(--accent); transform: translateY(-2px); }
.btn-alt { background: transparent; color: var(--primary); border: 1.5px solid color-mix(in srgb, var(--primary) 40%, transparent); }
.btn-alt:hover { background: var(--primary); color: #fff; }

.sec { padding: 5.5rem 1.8rem; }
.wrap { max-width: 1040px; margin: 0 auto; }
.wrap.narrow { max-width: 660px; }
.sec .eyebrow { text-align: center; }
.sec h2 { text-align: center; font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 500; color: var(--primary); margin-bottom: 2.6rem; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.card {
  padding: 2rem; border-radius: 26px; background: #fffdf9;
  box-shadow: 0 6px 24px rgba(58,53,45,.07); transition: transform .18s ease;
}
.card:hover { transform: translateY(-5px); }
.card .no { display: none; }
.card .ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; font-size: 1.6rem; margin-bottom: 1rem;
  background: color-mix(in srgb, var(--accent) 14%, #fffdf9);
  border-radius: 54% 46% 48% 52% / 50% 55% 45% 50%;
}
.card h3 { font-size: 1.14rem; font-weight: 600; color: var(--primary); margin-bottom: .4rem; }
.card p { color: #7d7466; font-size: .94rem; }

.sec-menu { background: #fffdf9; border-radius: 46px; max-width: 1120px; margin: 0 auto; }
.menu-row { display: flex; align-items: baseline; gap: .8rem; padding: .95rem 0; }
.menu-name { font-weight: 700; color: var(--primary); }
.menu-name small { display: block; font-weight: 400; color: #9c9384; font-size: .85rem; font-style: italic; }
.menu-dots { flex: 1; border-bottom: 1px dotted #d4c9b5; transform: translateY(-4px); }
.menu-price { font-family: "Fraunces", serif; color: var(--accent); font-weight: 600; font-size: 1.05rem; white-space: nowrap; }

.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.2rem; }
.gallery figure img { width: 100%; height: 250px; object-fit: cover; border-radius: 26px; }
.gallery figure:nth-child(odd) img { border-radius: 26px 60px 26px 60px; }

.about-text { text-align: center; font-size: 1.14rem; color: #6d6455; font-style: italic; }

.revs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.rev { padding: 1.9rem; border-radius: 26px; background: #fffdf9; box-shadow: 0 6px 24px rgba(58,53,45,.07); }
.rev .stars-row { letter-spacing: 2px; margin-bottom: .6rem; }
.rev .stars-row .on { color: #d9a441; }
.rev .stars-row .off { color: #e7dfd0; }
.rev p { color: #6d6455; font-size: .96rem; }
.rev cite { display: block; margin-top: .9rem; font-style: normal; font-weight: 700; font-size: .87rem; color: var(--accent); }

.split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: start; }
.sec-contact .eyebrow, .sec-contact h2 { text-align: left; }
.sec-contact h2 { margin-bottom: 1rem; }
.addr { color: #7d7466; margin-bottom: 1.3rem; }
.sec-contact .cta { margin-top: 0; }
.hours-card { padding: 1.9rem; border-radius: 26px; background: #fffdf9; box-shadow: 0 6px 24px rgba(58,53,45,.07); }
.hours-card h3 { font-weight: 600; color: var(--primary); margin-bottom: 1rem; }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: .55rem .2rem; border-bottom: 1px solid #f0e9dc; font-size: .94rem; }
.hours tr:last-child td { border-bottom: 0; }
.hours .day { font-weight: 700; color: var(--primary); }
.hours .hrs { text-align: right; color: #7d7466; font-variant-numeric: tabular-nums; }
.hours .hrs.closed { color: var(--accent); font-weight: 700; }
.map { display: block; width: 100%; max-width: 1040px; height: 360px; border: 0; border-radius: 26px; margin: 3rem auto 0; filter: sepia(.15); }

.footer { display: flex; justify-content: center; align-items: baseline; gap: 1rem; padding: 2.4rem; background: var(--primary); color: #f1ebdf; font-size: .9rem; }
.footer .brand { font-size: 1.15rem; }

@media (max-width: 760px) {
  .nav nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-bg { position: relative; width: 100%; right: 0; height: 260px; margin-top: 2rem; }
  .hero-inner > * { max-width: 100%; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .sec { padding: 3.8rem 1.25rem; }
}

/* ─── karanlık mod (toggle) — sıcak antrasit; nav-cta/footer marka --primary'de kalır ─── */
html[data-mode="dark"] body.t-nordic { background: #1c1813; color: #ece4d6; }
html[data-mode="dark"] body.t-nordic .nav { background: rgba(28,24,19,.9); }
html[data-mode="dark"] body.t-nordic .brand { color: color-mix(in srgb, var(--primary) 55%, #ffffff); }
html[data-mode="dark"] body.t-nordic .nav nav a { color: #b3a48f; }
html[data-mode="dark"] body.t-nordic .hero h1 { color: color-mix(in srgb, var(--primary) 55%, #ffffff); }
html[data-mode="dark"] body.t-nordic .hero .sub, html[data-mode="dark"] body.t-nordic .hero .rating { color: #b3a48f; }
html[data-mode="dark"] body.t-nordic .sec h2 { color: color-mix(in srgb, var(--primary) 55%, #ffffff); }
html[data-mode="dark"] body.t-nordic .card { background: #262019; box-shadow: 0 6px 24px rgba(0,0,0,.3); }
html[data-mode="dark"] body.t-nordic .card h3 { color: color-mix(in srgb, var(--primary) 55%, #ffffff); }
html[data-mode="dark"] body.t-nordic .card p { color: #b3a48f; }
html[data-mode="dark"] body.t-nordic .card .ico { background: color-mix(in srgb, var(--accent) 24%, #262019); }
html[data-mode="dark"] body.t-nordic .sec-menu { background: #262019; }
html[data-mode="dark"] body.t-nordic .menu-name { color: color-mix(in srgb, var(--primary) 55%, #ffffff); }
html[data-mode="dark"] body.t-nordic .menu-name small { color: #9c9384; }
html[data-mode="dark"] body.t-nordic .menu-dots { border-bottom-color: #3a3227; }
html[data-mode="dark"] body.t-nordic .about-text { color: #cdc0ac; }
html[data-mode="dark"] body.t-nordic .rev { background: #262019; box-shadow: 0 6px 24px rgba(0,0,0,.3); }
html[data-mode="dark"] body.t-nordic .rev p { color: #cdc0ac; }
html[data-mode="dark"] body.t-nordic .rev .stars-row .off { color: #3a3227; }
html[data-mode="dark"] body.t-nordic .hours-card { background: #262019; box-shadow: 0 6px 24px rgba(0,0,0,.3); }
html[data-mode="dark"] body.t-nordic .hours-card h3 { color: color-mix(in srgb, var(--primary) 55%, #ffffff); }
html[data-mode="dark"] body.t-nordic .hours td { border-bottom-color: #3a3227; }
html[data-mode="dark"] body.t-nordic .hours .day { color: color-mix(in srgb, var(--primary) 55%, #ffffff); }
html[data-mode="dark"] body.t-nordic .hours .hrs { color: #b3a48f; }
html[data-mode="dark"] body.t-nordic .addr { color: #b3a48f; }
