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

:root {
  --ink: #241b14;
  --brown: #5a3d29;
  --brown-light: #8b6848;
  --gold: #b58a4c;
  --gold-light: #d6b477;
  --paper: #eee2c7;
  --paper-dark: #d9c7a3;
  --dark: #17120e;
  --dark-2: #251b14;
  --cream: #f6edda;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.8;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .08;
  background-image:
    repeating-linear-gradient(0deg, rgba(50,30,10,.7) 0 1px, transparent 1px 4px);
  mix-blend-mode: multiply;
}

h1, h2, h3, .brand, .eyebrow, .year, .btn, nav a {
  font-family: "Cinzel", Georgia, serif;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
  background: rgba(20, 15, 11, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(214, 180, 119, .35);
}

.brand {
  color: var(--gold-light);
  text-decoration: none;
  font-size: 1.35rem;
  letter-spacing: .16em;
}

nav {
  display: flex;
  gap: 28px;
}

nav a {
  color: #eadfc9;
  text-decoration: none;
  font-size: .75rem;
  letter-spacing: .08em;
  transition: .25s ease;
}

nav a:hover {
  color: var(--gold-light);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  padding: 100px 20px 50px;
  background:
    linear-gradient(rgba(20, 14, 10, .74), rgba(20, 14, 10, .88)),
    url("profil.jpg") center 28% / cover no-repeat;
  color: var(--cream);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(214, 180, 119, .5);
  pointer-events: none;
}

.hero::before {
  inset: 28px;
}

.hero::after {
  inset: 38px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.photo-frame {
  width: 170px;
  height: 170px;
  margin: 0 auto 28px;
  padding: 7px;
  border: 2px solid var(--gold-light);
  outline: 1px solid rgba(214, 180, 119, .45);
  outline-offset: 8px;
  position: relative;
  transform: rotate(-1deg);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: sepia(.25) contrast(1.05);
}

.ornament {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold-light);
  font-size: 1.2rem;
  background: var(--dark);
  padding: 0 10px;
}

.eyebrow {
  font-size: .7rem;
  letter-spacing: .3em;
  color: var(--gold-light);
  margin-bottom: 10px;
}

.hero h1 {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: .02em;
}

.hero h1 span {
  color: var(--gold-light);
}

.subtitle {
  margin: 24px auto;
  max-width: 700px;
  color: #d9cdb8;
  font-size: .95rem;
}

blockquote {
  max-width: 700px;
  margin: 25px auto 30px;
  padding: 20px 30px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  font-style: italic;
  color: #e9dcc5;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid var(--gold-light);
  color: var(--cream);
  text-decoration: none;
  letter-spacing: .12em;
  font-size: .72rem;
  transition: .3s ease;
}

.btn:hover {
  background: var(--gold-light);
  color: var(--dark);
}

.scroll-note {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cinzel", serif;
  font-size: .55rem;
  letter-spacing: .25em;
  color: #c8b99f;
}

.section {
  padding: 110px 9%;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.parchment {
  background:
    radial-gradient(circle at 10% 20%, rgba(130, 90, 40, .09), transparent 25%),
    radial-gradient(circle at 90% 80%, rgba(130, 90, 40, .08), transparent 25%),
    var(--paper);
}

.dark-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(25, 18, 13, .97), rgba(25, 18, 13, .97)),
    url("profil.jpg") center / cover;
  color: var(--cream);
}

.adidas-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -25%;
  right: -10%;
  width: 58%;
  height: 150%;
  opacity: .16;
  transform: rotate(-8deg);
  background:
    linear-gradient(135deg,
      transparent 0 22%, #fff 22% 29%,
      transparent 29% 37%, #fff 37% 44%,
      transparent 44% 52%, #fff 52% 59%,
      transparent 59%);
  pointer-events: none;
}

.adidas-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, .08), transparent 28%),
    linear-gradient(115deg, rgba(0, 0, 0, .25), transparent 55%);
  pointer-events: none;
}

.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 55px;
}

.section-heading > span {
  font-family: "Cinzel", serif;
  color: var(--gold);
  font-size: .8rem;
  padding-top: 8px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.15;
}

.section-heading.light h2 {
  color: var(--cream);
}

.two-column {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 70px;
  align-items: start;
}

.two-column p {
  margin-bottom: 22px;
}

.drop-cap::first-letter {
  float: left;
  font-family: "Cinzel", serif;
  font-size: 4.5rem;
  line-height: .8;
  padding: 8px 10px 0 0;
  color: var(--brown);
}

.info-card {
  border: 1px solid var(--gold);
  padding: 28px;
  background: rgba(255, 250, 235, .35);
  box-shadow: 8px 8px 0 rgba(90, 61, 41, .08);
}

.card-title {
  font-family: "Cinzel", serif;
  letter-spacing: .15em;
  font-size: .75rem;
  color: var(--brown);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--paper-dark);
  margin-bottom: 8px;
}

.info-card ul {
  list-style: none;
}

.info-card li {
  padding: 14px 0;
  border-bottom: 1px dashed var(--paper-dark);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.info-card li span {
  font-size: .65rem;
  color: var(--brown-light);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.info-card li strong {
  font-size: .85rem;
}

.interest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.interest-card {
  padding: 35px 28px;
  border: 1px solid rgba(214, 180, 119, .4);
  background: rgba(255, 255, 255, .025);
  transition: .3s ease;
}

.interest-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold-light);
  background: rgba(181, 138, 76, .08);
}

.icon {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

.interest-card h3 {
  color: var(--gold-light);
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.interest-card p {
  color: #c9bda8;
  font-size: .88rem;
}

.timeline {
  max-width: 850px;
  border-left: 1px solid var(--gold);
  margin-left: 10px;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 35px;
  padding: 0 0 45px 45px;
}

.timeline-item::before {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--gold);
  border: 3px solid var(--paper);
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 6px;
}

.year {
  color: var(--brown-light);
  font-size: .72rem;
  letter-spacing: .12em;
}

.timeline-content h3 {
  font-size: 1.25rem;
  margin-bottom: 7px;
}

.timeline-content p {
  font-size: .9rem;
}

.future-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 80vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 100px 9%;
  color: var(--cream);
  background:
    linear-gradient(rgba(22, 16, 12, .88), rgba(22, 16, 12, .94)),
    url("profil.jpg") center / cover fixed;
}

.future-content {
  max-width: 850px;
}

.future-content h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  color: var(--gold-light);
  line-height: 1.15;
  margin-bottom: 25px;
}

.future-content > p:not(.eyebrow) {
  color: #d9cdb9;
}

.quote-box {
  margin-top: 40px;
  padding: 25px 40px;
  border: 1px solid var(--gold);
  position: relative;
}

.quote-box span {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, serif;
  font-size: 4rem;
  color: var(--gold);
  background: #18120e;
  padding: 0 12px;
}

.quote-box p {
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
}

.contact {
  text-align: center;
}

.contact .section-heading {
  justify-content: center;
  text-align: left;
}

.contact > p {
  max-width: 650px;
  margin: 0 auto 35px;
}

.contact-box {
  max-width: 850px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--gold);
}

.contact-box div {
  padding: 25px 15px;
  border-right: 1px solid var(--gold);
}

.contact-box div:last-child {
  border-right: 0;
}

.contact-box small {
  display: block;
  color: var(--brown-light);
  font-size: .6rem;
  letter-spacing: .15em;
  margin-bottom: 7px;
}

.contact-box strong {
  font-family: "Cinzel", serif;
  font-size: .8rem;
}

footer {
  background: var(--dark);
  color: #b8a993;
  text-align: center;
  padding: 45px 20px;
  border-top: 1px solid rgba(214, 180, 119, .3);
}

.footer-mark {
  font-family: "Cinzel", serif;
  color: var(--gold-light);
  letter-spacing: .25em;
  margin-bottom: 10px;
}

footer p {
  font-size: .7rem;
}

.footer-motto {
  margin-top: 7px;
  font-style: italic;
  color: #897c6b;
}

.top-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  background: var(--dark);
  color: var(--gold-light);
  cursor: pointer;
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: .3s;
  z-index: 90;
}

.top-btn.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 850px) {
  .navbar {
    padding: 15px 5%;
  }

  .menu-toggle {
    display: block;
  }

  nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(20, 15, 11, .98);
    border-top: 1px solid rgba(214, 180, 119, .25);
  }

  nav.open {
    display: flex;
  }

  nav a {
    padding: 15px 6%;
    border-bottom: 1px solid rgba(214, 180, 119, .12);
  }

  .hero::before {
    inset: 16px;
  }

  .hero::after {
    inset: 25px;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .photo-frame {
    width: 135px;
    height: 135px;
  }

  .section {
    padding: 80px 7%;
  }

  .two-column,
  .interest-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-left: 28px;
  }

  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-box div {
    border-right: 0;
    border-bottom: 1px solid var(--gold);
  }

  .contact-box div:last-child {
    border-bottom: 0;
  }

  .future-section {
    background-attachment: scroll;
  }
}

@media (max-width: 450px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  blockquote {
    padding: 15px;
    font-size: .82rem;
  }

  .section-heading {
    gap: 12px;
  }

  .section-heading h2 {
    font-size: 1.9rem;
  }
}
