@font-face {
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/italiana-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/cormorant-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/cormorant-300-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/cormorant-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/cormorant-italic-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-italic-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-sc-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-sc-400-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #0c0a07;
  --text: #ebdfc6;
  --text-muted: #8d7e62;
  --accent: #c9a35a;
  --accent-dim: #8c6a30;
  --rule: rgba(201, 163, 90, 0.32);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body { height: 100%; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Cormorant', serif;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  background-image:
    radial-gradient(ellipse 70% 60% at 78% 18%, rgba(220, 160, 70, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 40% at 78% 18%, rgba(255, 200, 110, 0.10), transparent 70%),
    radial-gradient(circle at 8% 92%, rgba(0, 0, 0, 0.7), transparent 50%);
  animation: intro 2.2s ease-out forwards;
  opacity: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.95  0 0 0 0 0.85  0 0 0 0 0.65  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/></svg>");
  mix-blend-mode: overlay;
  opacity: 0.18;
  z-index: 5;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 130% 100% at 50% 50%, transparent 40%, rgba(0,0,0,0.65) 100%);
  z-index: 4;
}

main {
  position: relative;
  z-index: 6;
  width: 100%;
  min-height: 100vh;
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px clamp(28px, 6vw, 80px);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.stage {
  align-self: center;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 8vh 0;
  position: relative;
}

h1 {
  font-family: 'Italiana', serif;
  font-weight: 400;
  font-size: clamp(58px, 12vw, 178px);
  line-height: 0.94;
  letter-spacing: -0.005em;
  color: var(--text);
  margin-bottom: 14px;
}

h1 .ital {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}

.subtitle {
  font-style: italic;
  font-size: clamp(17px, 1.6vw, 22px);
  color: var(--text-muted);
  max-width: 50ch;
  margin: 28px auto 0;
  line-height: 1.6;
  font-weight: 400;
}

.subtitle em {
  color: var(--text);
  font-style: italic;
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 56px;
  color: var(--accent-dim);
}
.ornament .line {
  width: 56px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.ornament .dot {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(201, 163, 90, 0.6);
}

.bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  gap: 32px;
  font-family: 'Cormorant SC', serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.42em;
  color: var(--text-muted);
}

.bottom .center {
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-size: 15px;
  text-transform: none;
  color: var(--text);
}
.bottom .center a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-dim);
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
.bottom .center a:hover {
  color: var(--text);
  border-bottom-color: var(--text);
}

.bottom .right {
  text-align: right;
}

@keyframes intro {
  to { opacity: 1; }
}

.reveal { opacity: 0; transform: translateY(10px); animation: rise 1.4s cubic-bezier(.2,.7,.2,1) forwards; }
.d1 { animation-delay: 0.4s; }
.d2 { animation-delay: 0.7s; }
.d3 { animation-delay: 1.0s; }

@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .bottom { font-size: 9px; letter-spacing: 0.3em; grid-template-columns: 1fr; text-align: center; gap: 18px; }
  .bottom .right, .bottom .left { text-align: center; }
}
