/*
Theme Name: Tas Odalar Coming Soon
Description: tasodalar.com.tr statik "yapim asamasinda" sayfasinin WordPress'e tasinmis hali.
Author: gtias
Version: 1.0
*/
:root {
  --ink: #2a2118;
  --paper: #faf6ee;
  --accent: #b5651d;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Georgia", "Iowan Old Style", "Palatino Linotype", serif;
  color: var(--paper);
  background: #000;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) saturate(1.05);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,15,8,0.2) 0%, rgba(20,15,8,0.35) 55%, rgba(10,8,4,0.65) 100%);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
  max-width: 720px;
}

.badge {
  display: inline-block;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #e9c99b;
  border: 1px solid rgba(233, 201, 155, 0.5);
  border-radius: 999px;
  padding: 0.5em 1.3em;
  margin-bottom: 1.75rem;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  margin: 0 0 0.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}

.domain {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: #d8c4a0;
  margin: 0 0 2.25rem;
}

.construction {
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  font-style: italic;
  color: #f3e6cf;
  margin: 0 0 0.75rem;
}

.subline {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  color: #cbb99a;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 480px;
}

.divider {
  width: 64px;
  height: 1px;
  background: rgba(233, 201, 155, 0.6);
  margin: 1.75rem auto;
}

footer {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.55);
}

.page-wrap {
  min-height: 100vh;
  padding: 4rem 1.5rem 6rem;
  display: flex;
  justify-content: center;
}

.page-content {
  max-width: 720px;
  width: 100%;
  color: var(--paper);
}

.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.page-content h1 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  margin: 0 0 1.5rem;
}

.page-content .entry-content {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #ddd0bd;
}

.page-content .entry-content p {
  margin: 0 0 1.2rem;
}

.page-content .entry-content a {
  color: var(--accent);
}
