:root {
  --bg: #0b1317;
  --card: #111d23;
  --text: #e9ece9;
  --muted: #aeb8b6;
  --line: rgba(233, 236, 233, 0.2);
  --brand: #d6b38c;
  --brand-2: #89b7c9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(1200px 700px at 80% -10%, #1f3038 0%, transparent 55%),
    radial-gradient(1000px 600px at 0% 20%, #172129 0%, transparent 50%),
    var(--bg);
  overflow-x: hidden;
}

.site-header,
main,
footer {
  width: min(1140px, calc(100% - 3rem));
  margin-inline: auto;
}

.site-header {
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wordmark {
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.15em;
  font-size: 0.76rem;
  font-weight: 700;
}

.ghost-link {
  color: var(--text);
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: background-color 140ms ease, border-color 140ms ease;
}

.ghost-link:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(233, 236, 233, 0.35);
}

.hero {
  margin-top: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(rgba(6, 11, 14, 0.45), rgba(6, 11, 14, 0.88)),
    url("https://images.unsplash.com/photo-1631549916768-4119b4123a34?auto=format&fit=crop&w=1800&q=80") center/cover;
  display: grid;
  grid-template-columns: 1.3fr 0.85fr;
  gap: 1rem;
}

.hero-copy {
  padding: clamp(2rem, 4vw, 4.2rem);
}

.eyebrow {
  color: var(--brand-2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.95;
  margin: 0;
}

h1 {
  font-size: clamp(2.2rem, 5.5vw, 5rem);
  max-width: 12ch;
  margin-bottom: 1rem;
}

.hero-copy p {
  margin: 0;
  max-width: 56ch;
  color: #d9e0de;
  line-height: 1.75;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.actions a {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  font-size: 0.85rem;
  transition: transform 140ms ease;
}

.actions a:hover {
  transform: translateY(-1px);
}

.primary {
  color: #1c150d;
  background: linear-gradient(90deg, var(--brand), #f3d7b7);
}

.secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(10, 17, 21, 0.48);
}

.hero-note {
  margin: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(214, 179, 140, 0.45);
  background: rgba(7, 13, 16, 0.78);
  backdrop-filter: blur(4px);
  padding: 1.15rem;
  align-self: end;
}

.hero-note h2 {
  font-size: 2rem;
  margin-bottom: 0.55rem;
}

.hero-note ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.6;
}

.photo-band {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.8rem;
}

.photo-band figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  min-height: 220px;
  background: #15222a;
}

.photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
}

.model {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.model article {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(27, 40, 47, 0.62), rgba(14, 25, 31, 0.78));
}

.model h3 {
  font-size: 1.7rem;
  margin-bottom: 0.45rem;
}

.model p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.mission {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #0f1a20;
  padding: 1.25rem;
}

.mission h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--brand);
  margin-bottom: 0.7rem;
}

.mission p {
  margin: 0;
  line-height: 1.75;
  color: #d4dbd8;
}

.mission p + p {
  margin-top: 0.8rem;
}

.contact {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
  background: linear-gradient(90deg, rgba(137, 183, 201, 0.1), rgba(214, 179, 140, 0.1));
}

.contact h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 0.2rem;
}

.contact a {
  color: #f6d8b6;
  text-decoration: none;
  font-size: 1.03rem;
  font-weight: 700;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #98a6a2;
  font-size: 0.86rem;
  padding: 1.15rem 0 2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.in-view,
  .actions a,
  .ghost-link {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-note {
    margin: 0 1rem 1rem;
  }

  .photo-band,
  .model,
  footer {
    grid-template-columns: 1fr;
    display: grid;
  }

  footer {
    gap: 0.3rem;
  }
}
