/*
Theme Name: Celeste von Seide-Atlas
Theme URI: https://goldsatindiva.com
Author: Gold Satin Diva
Description: Ein elegantes, schnelles WordPress-Theme für Celeste von Seide-Atlas.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: celeste
*/

:root {
  --ink: #17110d;
  --espresso: #241913;
  --bronze: #7a542b;
  --gold: #c8a15c;
  --champagne: #f4e7c7;
  --ivory: #fffaf0;
  --line: rgba(200, 161, 92, .28);
  --shadow: 0 24px 70px rgba(23, 17, 13, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { color: var(--bronze); font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.05; font-weight: 500; margin-top: 0; }
h1 { font-size: clamp(3.25rem, 8vw, 7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.25rem, 5vw, 4.75rem); letter-spacing: -.035em; }
h3 { font-size: 1.6rem; }
p { margin: 0 0 1.25rem; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 10; color: white;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: grid; line-height: 1; }
.brand strong { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; }
.brand span { margin-top: 7px; color: var(--champagne); font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; }
.menu { display: flex; gap: 30px; align-items: center; }
.menu a { text-decoration: none; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.menu a:hover { color: var(--champagne); }
.menu-toggle { display: none; background: none; color: white; border: 1px solid rgba(255,255,255,.45); padding: 9px 12px; font: inherit; }

.hero {
  min-height: 100svh; color: white; display: grid; align-items: end; position: relative; overflow: hidden;
  background: #6f4b2f url('assets/images/celeste-hero.jpg') center 26% / cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,10,6,.78) 0%, rgba(18,10,6,.36) 52%, rgba(18,10,6,.1) 100%), linear-gradient(0deg, rgba(18,10,6,.66), transparent 55%); }
.hero-content { position: relative; padding: 170px 0 100px; max-width: 750px; }
.hero h1 span { color: var(--champagne); display: block; }
.hero-copy { max-width: 620px; font-size: clamp(1.05rem, 2vw, 1.32rem); color: rgba(255,255,255,.84); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); text-decoration: none; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.button:hover { background: var(--champagne); border-color: var(--champagne); }
.button.ghost { color: white; background: transparent; border-color: rgba(255,255,255,.55); }

.section { padding: clamp(85px, 11vw, 145px) 0; }
.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.portrait-frame { position: relative; }
.portrait-frame::after { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--gold); z-index: -1; }
.portrait-frame img { aspect-ratio: 4 / 5; object-fit: cover; box-shadow: var(--shadow); }
.signature { font-family: Georgia, serif; font-size: 1.65rem; font-style: italic; color: var(--bronze); }

.manifesto { background: var(--ink); color: white; text-align: center; position: relative; overflow: hidden; }
.manifesto::before { content: "C"; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); font: 34rem/1 Georgia,serif; color: rgba(200,161,92,.045); }
.manifesto .wrap { position: relative; }
.manifesto blockquote { margin: 0 auto; max-width: 950px; font: clamp(2.2rem, 5.7vw, 5.8rem)/1.04 Georgia, serif; }
.manifesto blockquote em { color: var(--gold); font-style: normal; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-head h2 { margin-bottom: 0; max-width: 720px; }
.text-link { color: var(--bronze); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.story-card { background: white; border: 1px solid var(--line); box-shadow: 0 15px 45px rgba(23,17,13,.06); overflow: hidden; }
.story-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.story-card-body { padding: 27px; }
.story-card time { color: var(--bronze); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.story-card h3 { margin: 10px 0 12px; }
.story-card a { text-decoration: none; }

.world { background: #eee2c8; }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(240px, 33vw)); gap: 16px; }
.gallery figure { margin: 0; overflow: hidden; position: relative; background: var(--espresso); }
.gallery figure:first-child { grid-row: 1 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 22px 20px; color: white; font-family: Georgia,serif; font-size: 1.25rem; text-shadow: 0 2px 20px rgba(0,0,0,.7); }

.fan { background: linear-gradient(120deg, #3b271b, #17110d 62%); color: white; }
.fan-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.fan-card { border: 1px solid rgba(200,161,92,.5); padding: clamp(28px, 5vw, 52px); background: rgba(255,255,255,.035); }
.fan-card ul { margin: 0 0 28px; padding-left: 19px; color: rgba(255,255,255,.78); }
.fan-note { color: rgba(255,255,255,.6); font-size: .83rem; }

.site-footer { background: #0e0b09; color: rgba(255,255,255,.62); padding: 45px 0; font-size: .84rem; }
.page .site-header, .single .site-header, .blog .site-header, .archive .site-header, .error404 .site-header { position: relative; background: #0e0b09; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a:hover { color: white; }
.page-main { padding: 135px 0 90px; min-height: 70vh; }
.page-main article { max-width: 820px; }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .menu { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 25px 20px; background: rgba(14,11,9,.97); flex-direction: column; align-items: flex-start; }
  .menu.open { display: flex; }
  .intro-grid, .fan-grid { grid-template-columns: 1fr; }
  .portrait-frame { max-width: 600px; }
  .story-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery figure:first-child { grid-row: auto; }
  .gallery figure { aspect-ratio: 4 / 5; }
  .section-head, .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
