@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800');

/* ── Reset ───────────────────────────────────────── */

* { margin: 0; padding: 0; outline: 0; }

html, body { height: 100%; }

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #232323;
  font-family: 'Mukta', sans-serif;
  font-weight: 300;
}

ul { list-style: none; }

a { display: inline-block; text-decoration: none; color: #F5612B; }

p { display: block; }
p ~ p { margin-top: 1em; }

textarea { resize: none; overflow: auto; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button { display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
}

input, textarea, button { font-family: 'Mukta', sans-serif; font-weight: 300; }

/* ── HR ──────────────────────────────────────────── */

hr {
  display: block;
  border: none;
  width: 28px;
  height: 5px;
  margin: 0 auto;
  background: #F5612B;
}

/* ── Form ────────────────────────────────────────── */

input, textarea, ::placeholder { color: white; }

input, textarea {
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
}

button { border: none; }

::placeholder { text-transform: uppercase; }

/* ── Holder ──────────────────────────────────────── */

.holder {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

/* ── Columns ─────────────────────────────────────── */

.columns { display: flex; }

/* ── Flash ───────────────────────────────────────── */

.flash { font-weight: 700; color: #F5612B; }

/* ── Button ──────────────────────────────────────── */

.button {
  padding: 15px 60px;
  background: #F5612B;
  border-radius: 40px;
  font-family: 'Karla', sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  color: white;
}

/* ── Section ─────────────────────────────────────── */

section { padding: 80px 0; }

section h2 {
  line-height: 43px;
  font-size: 43px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}

section hr { margin-bottom: 54px; }

/* ── Bar (navigation) ────────────────────────────── */

#bar {
  position: absolute;
  width: 100%;
  padding: 12px 0 9px 0;
  margin-top: 10px;
  z-index: 999;
}

#bar .holder { display: flex; }

#bar .holder #left,
#bar .holder #right {
  display: flex;
  flex: 1;
  margin-top: 11px;
}

#bar .holder #left li ~ li,
#bar .holder #right li ~ li { margin-left: 50px; }

#bar .holder #left li a,
#bar .holder #right li a {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0,0,0,.7);
}

#bar .holder #right { justify-content: flex-end; }

#bar .holder #top h1 { font-size: 0; text-align: center; }

#bar .holder #top h1 #logo { width: 142px; }

#bar .holder #top h1 #logo .black { display: none; }

#bar .holder #top #toggle { display: none; }

body.scroll #bar {
  position: fixed;
  background: #f1debf;
  margin-top: 0;
  padding-top: 12px;
}

body.scroll #bar .holder #left li a,
body.scroll #bar .holder #right li a {
  color: #3F3F3F;
  text-shadow: none !important;
}

body.scroll #bar .holder #top h1 #logo .white { display: none; }
body.scroll #bar .holder #top h1 #logo .black { display: block; }
body.scroll #bar .holder #top #toggle img.black { display: block; }
body.scroll #bar .holder #top #toggle img.white { display: none; }

/* ── Hero ────────────────────────────────────────── */

#hero {
  min-height: 800px;
  background-color: #BA9F63;
  background-image: url('images/site/hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}

#hero h2, #hero h3 { text-shadow: 0 0 100px rgba(0,0,0,.7); }

#hero h2 {
  line-height: 66px;
  font-size: 66px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 25%;
  margin-bottom: 0;
}

#hero h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 5px;
}

#hero a { margin-top: 32px; color: white; }

/* ── Singles ─────────────────────────────────────── */

#singles { padding-bottom: 10px; }

#singles .columns #info { width: 430px; }

#singles .columns #info #cover img { width: 100%; height: auto; margin-bottom: 20px; }

#singles .columns #info #facts li { line-height: 20px; font-size: 20px; color: white; }
#singles .columns #info #facts li ~ li { margin-top: 12px; }

#singles .columns #info #links { display: flex; margin-top: 40px; }
#singles .columns #info #links li ~ li { margin-left: 20px; }

#singles .columns #info #links li a { display: block; width: 58px; }

#singles .columns #info #links li a img { display: block; width: 100%; height: auto; opacity: .3; }
#singles .columns #info #links li a:hover img { opacity: 1; }

#singles .columns #player { margin-left: 80px; flex: 1; }

/* ── Biography ───────────────────────────────────── */

#biography { padding-bottom: 45px; }

#biography .columns #photo { width: 490px; }
#biography .columns #photo img { width: 100%; height: auto; }

#biography .columns #story { flex: 1; margin-left: 50px; }
#biography .columns #story p { font-size: 21px; line-height: 30px; color: white; }

#biography .columns #story #signature {
  text-align: right;
  padding-right: 70px;
  margin-top: 30px;
}

#biography .columns #story #signature img { width: 144px; height: auto; }

/* ── Gallery ─────────────────────────────────────── */

#gallery { padding-top: 40px; padding-bottom: 40px; }

#gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#gallery ul li a {
  display: flex;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* ── Contact ─────────────────────────────────────── */

#contact {
  text-align: center;
  padding-bottom: 120px;
}

#contact p {
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  color: white;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}

#contact p a { font-weight: 500; }
#contact p a:hover { text-decoration: underline; }

/* ── Footer ──────────────────────────────────────── */

#footer {
  padding: 100px 0 70px 0;
  background: #161616;
}

#footer .holder {
  background-image: url('images/site/bag.svg');
  background-position: 25px bottom;
  background-repeat: no-repeat;
  background-size: 184px auto;
}

#footer .holder .columns {
  display: flex;
  justify-content: space-between;
  padding-bottom: 230px;
}

#footer .holder .columns #logo { margin-right: 100px; }

#footer .holder .columns #logo a img { width: 125px; height: auto; }

#footer .holder .columns .column { width: 400px; }

#footer .holder .columns .column h3,
#footer .holder .columns .column p { color: white; }

#footer .holder .columns .column h3 {
  line-height: 28px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

#footer .holder .columns .column hr { margin: initial; }

#footer .holder .columns .column p {
  font-size: 19px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 32px;
}

#footer .holder .columns .column p a { font-weight: 700; }
#footer .holder .columns .column p a:hover { text-decoration: underline; }

#footer .holder .columns #social #links { display: flex; }
#footer .holder .columns #social #links li ~ li { margin-left: 18px; }
#footer .holder .columns #social #links li a img { height: auto; }

#footer .holder .columns #social #links li a#tiktok img { width: 18px; }
#footer .holder .columns #social #links li a#youtube { margin-top: -3px; }
#footer .holder .columns #social #links li a#youtube img { width: 20px; }
#footer .holder .columns #social #links li a#facebook img,
#footer .holder .columns #social #links li a#instagram img { width: 20px; }

#footer .holder #rights {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #3F3F3F;
}

/* ── Overlay ─────────────────────────────────────── */

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
  text-align: center;
}

#overlay.active { display: flex; }

#overlay #close,
#overlay #next,
#overlay #previous { position: absolute; }

#overlay #close { top: 35px; right: 35px; }
#overlay #close img { width: 25px; height: 25px; }

#overlay #next,
#overlay #previous { top: 50%; }

#overlay #next img,
#overlay #previous img { margin-top: -20px; width: 40px; height: 40px; }

#overlay #previous { left: 35px; }
#overlay #next { right: 35px; }

/* ── Responsive: under 1249px ────────────────────── */

@media (max-width: 1249px) {
  #hero { min-height: 650px; }
  #biography .columns #photo { width: 450px; }
}

/* ── Responsive: under 1023px ────────────────────── */

@media (max-width: 1023px) {
  #bar { padding: 12px 0; }
  #bar .holder { flex-direction: column; justify-content: center; }
  #bar .holder #left,
  #bar .holder #right { display: none; }
  #bar .holder #left li ~ li,
  #bar .holder #right li ~ li { margin-left: 20px; }
  #bar .holder #top {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #bar .holder #top h1 #logo { width: 132px; margin-left: auto; margin-right: auto; }
  #bar .holder #top #toggle {
    display: block;
    position: absolute;
    margin-top: -5px;
    right: 5px;
  }
  #bar .holder #top #toggle img { width: 27px; height: auto; }
  #bar .holder #top #toggle img.black { display: none; }
  #bar .holder #top #toggle img.white { display: block; }

  #bar.expand { margin-top: 0; padding-top: 22px; background: #DDD2BE; }
  #bar.expand .holder #top h1 #logo .white { display: none; }
  #bar.expand .holder #top h1 #logo .black { display: block; }
  #bar.expand .holder #top #toggle img.black { display: block; }
  #bar.expand .holder #top #toggle img.white { display: none; }
  #bar.expand .holder #left,
  #bar.expand .holder #right { display: flex; flex-direction: column; height: auto; }
  #bar.expand .holder #left li,
  #bar.expand .holder #right li { text-align: center; }
  #bar.expand .holder #left li ~ li,
  #bar.expand .holder #right li ~ li { margin-left: 0; margin-top: 9px; }
  #bar.expand .holder #left li a,
  #bar.expand .holder #right li a { padding: 4px; color: #3F3F3F; text-shadow: none !important; }
  #bar.expand .holder #left { order: 2; }
  #bar.expand .holder #right { order: 3; }

  #hero { min-height: 520px; }
  #hero h2 { line-height: 57px; font-size: 57px; }
  #hero h3 { font-size: 25px; line-height: 29px; }

  #biography { padding-bottom: 15px; }
  #biography .columns #photo { width: 300px; }
  #biography .columns #story p { font-size: 19px; line-height: 28px; }
  #biography .columns #story #signature img { width: 120px; }

  #singles { padding-bottom: 0; }
  #singles .columns #info { width: 300px; }
  #singles .columns #player { margin-left: 40px; }

  #contact p { font-size: 20px; line-height: 29px; }

  #footer .holder .columns #logo { margin-right: 30px; }
  #footer .holder .columns .column { width: 250px; }
  #footer .holder .columns .column h3 { line-height: 25px; font-size: 25px; }
  #footer .holder .columns .column p { font-size: 18px; line-height: 22px; }
}

/* ── Responsive: under 767px ─────────────────────── */

@media (max-width: 767px) {
  .holder { padding: 0 15px; }
  .button { padding: 12px 50px; font-size: 19px; line-height: 19px; }

  section h2 { line-height: 37px; font-size: 37px; }

  #hero { padding: 20px 0; }
  #hero h2 { margin-top: 34%; padding-left: 10px; padding-right: 10px; }

  #biography { padding-bottom: 25px; }
  #biography .columns { flex-direction: column; }
  #biography .columns #photo {
    display: flex;
    align-items: center;
    max-height: 550px;
    width: 100%;
    overflow: hidden;
  }
  #biography .columns #story { margin-left: 0; margin-top: 60px; }

  #singles { padding-top: 80px; padding-bottom: 25px; }
  #singles .columns { flex-direction: column; }
  #singles .columns #info { order: 2; width: 100%; margin-top: 60px; }
  #singles .columns #player { order: 1; margin-left: 0; }

  #gallery ul { grid-template-columns: repeat(1, 1fr); }
  #gallery ul li a { max-height: 550px; width: 100%; }

  #footer { padding-top: 50px; }
  #footer .holder { background: none; }
  #footer .holder .columns { flex-direction: column; padding-bottom: 30px; }
  #footer .holder .columns .column { width: auto; margin-bottom: 40px; }
  #footer .holder .columns #logo { display: none; }
}

/* ── Responsive: under 479px ─────────────────────── */

@media (max-width: 479px) {
  #hero { min-height: 480px; background-size: 125% auto; background-position: center bottom; }
  #hero h2 { margin-top: 42%; }
  #hero h3 { margin-top: 10px; }
}
