/* Avalon Foresight — tek ekran, kaydırma yok.
   Sol hizalı ızgara, tek vurgu rengi, süs yok. */

body {
  height: 100vh;
  margin: 0;
  padding: 2.5rem clamp(1.5rem, 5vw, 4rem);
  overflow: hidden;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #f4f4f2;
  color: #222;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

p { margin: 0; }

/* Küçük, aralıklı, büyük harf etiket — sayfadaki tek yardımcı sınıf. */
.label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8a86;
}

/* ---------------------------------------------------------- antet */

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dcdcd8;
}

h1 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Zarif serif — yalnızca isimde; gövde sans kalıyor */
h1 { font-family: "Cormorant Garamond", Garamond, Georgia, serif; }

/* ----------------------------------------------------- orta bölüm */

main {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 8vh, 5rem);
}

.statement {
  max-width: 30ch;
  font-size: min(5vw, 2rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.grid section { border-top: 1px solid #dcdcd8; padding-top: 0.9rem; }

.grid .label { margin-bottom: 0.6rem; }

.grid p { font-size: 0.88rem; color: #555550; }

/* ---------------------------------------------------------- künye */

footer {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.6rem 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #dcdcd8;
}

a {
  color: #d4530e;
  font-size: 0.88rem;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

.notice {
  flex: 1;
  min-width: 260px;
  text-align: right;
  font-size: 0.68rem;
  color: #8a8a86;
}
