:root {
  --ink: #f4f0eb;
  --muted: #aaa7a1;
  --line: rgba(255, 255, 255, 0.14);
  --paper: #090a0b;
  --panel: #121416;
  --red: #f04a5d;
  --red-dark: #8c1d2b;
  --warm: #d9a968;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 48px)); }
.section { padding: clamp(80px, 10vw, 150px) 0; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(to bottom, rgba(4, 5, 6, 0.72), transparent);
}
.nav-wrap { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 164px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.site-nav a:hover, .site-nav a:focus { color: #fff; }
.site-nav .nav-contact { padding: 10px 16px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: rgba(0, 0, 0, 0.2); }
.nav-toggle span { display: block; height: 1px; margin: 5px 0; background: #fff; }

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  background: #080b0d;
}
.hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 5, 7, 0.92) 0%, rgba(3, 5, 7, 0.52) 46%, rgba(3, 5, 7, 0.08) 75%),
    linear-gradient(0deg, rgba(3, 5, 7, 0.92) 0%, transparent 46%),
    url("../images/tournament/score8-montenegro-arrival.jpg") center / cover no-repeat;
  transform: scale(1.015);
}
.hero__content-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: end;
  gap: 50px;
  padding-top: 170px;
  padding-bottom: 104px;
}
.hero__content { max-width: 900px; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-weight: 900; letter-spacing: -0.065em; }
h1 { max-width: 940px; font-size: clamp(4.2rem, 8.7vw, 8.8rem); line-height: 0.86; }
h2 { font-size: clamp(3.2rem, 6.8vw, 7rem); line-height: 0.91; }
h1 em, h2 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h3 { margin: 0 0 12px; font-size: 1.3rem; line-height: 1.2; }
p { margin: 0; color: var(--muted); }
.hero__lede { max-width: 690px; margin-top: 28px; color: rgba(255, 255, 255, 0.72); font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.button--primary { color: #fff; border-color: var(--red); background: var(--red); }
.button--primary:hover, .button--primary:focus { background: #ff6475; }
.button--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.3); background: rgba(0, 0, 0, 0.12); }
.button--ghost:hover, .button--ghost:focus { background: rgba(255, 255, 255, 0.1); }
.hero__stamp { padding: 24px 0 24px 22px; border-left: 1px solid rgba(255, 255, 255, 0.28); }
.hero__stamp span, .hero__stamp small { display: block; color: rgba(255, 255, 255, 0.56); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.16em; line-height: 1.5; text-transform: uppercase; }
.hero__stamp strong { display: block; margin: 6px 0 10px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-style: italic; font-weight: 400; }
.hero__scroll {
  position: absolute;
  right: 24px;
  bottom: 44px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero__scroll::after { display: inline-block; width: 1px; height: 54px; margin-top: 14px; background: rgba(255, 255, 255, 0.4); content: ""; }

.story { background: #0b0c0e; }
.story__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.7fr); gap: clamp(50px, 9vw, 140px); align-items: start; }
.story__intro h2 { max-width: 760px; }
.story__copy { padding-top: 42px; }
.story__copy > p + p { margin-top: 24px; }
.story__lead { color: #e3ded7; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.4vw, 2.1rem); line-height: 1.35; }
.story__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 50px 0 0; padding-top: 24px; border-top: 1px solid var(--line); gap: 16px; }
.story__facts dt { color: var(--red); font-size: 0.6rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.story__facts dd { margin: 5px 0 0; color: #fff; font-size: 0.82rem; font-weight: 800; }

.stage-section { position: relative; min-height: 90svh; overflow: hidden; }
.stage-section__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 8, 10, 0.92) 0%, rgba(2, 8, 10, 0.42) 48%, rgba(2, 8, 10, 0.08)),
    linear-gradient(0deg, rgba(2, 8, 10, 0.85), transparent 45%),
    url("../images/tournament/score8-triton-stage.jpg") center / cover no-repeat;
}
.stage-section__content { position: relative; z-index: 2; display: flex; min-height: 90svh; flex-direction: column; justify-content: flex-end; padding-top: 100px; padding-bottom: 90px; }
.stage-section__content h2 { max-width: 810px; }
.stage-section__content p:last-child { max-width: 590px; margin-top: 26px; color: rgba(255, 255, 255, 0.72); font-size: 1.1rem; }

.moments { background: #e9e3da; color: #111315; }
.moments .eyebrow { color: var(--red-dark); }
.moments__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr); gap: 70px; align-items: end; margin-bottom: 70px; }
.moments__heading h2 { max-width: 780px; }
.moments__heading > p { padding-bottom: 8px; color: #585752; font-size: 1.05rem; }
.moment-card { position: relative; margin: 0; overflow: hidden; background: #121416; box-shadow: var(--shadow); }
.moment-card img { width: 100%; min-height: 520px; object-fit: cover; }
.moment-card::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 7, 8, 0.1), rgba(3, 7, 8, 0.78)); content: ""; }
.moment-card figcaption { position: absolute; right: 6%; bottom: 10%; z-index: 2; max-width: 390px; color: #fff; }
.moment-card figcaption span { display: block; margin-bottom: 12px; color: var(--red); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.2em; text-transform: uppercase; }
.moment-card figcaption strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 5rem); font-style: italic; font-weight: 400; line-height: 0.95; }
.moment-card figcaption p { margin-top: 18px; color: rgba(255, 255, 255, 0.7); }
.moments__closing { display: grid; grid-template-columns: 0.5fr minmax(0, 1.2fr) 0.4fr; gap: 40px; align-items: end; margin-top: 90px; }
.moments__closing blockquote { margin: 0; color: #111315; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 5.2vw, 5.6rem); font-style: italic; line-height: 1; letter-spacing: -0.04em; }
.text-link { justify-self: end; padding-bottom: 8px; border-bottom: 1px solid #111315; color: #111315; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }

.page-hero {
  padding-top: 200px;
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.95), rgba(5, 7, 8, 0.55)),
    url("../images/tournament/score8-montenegro-arrival.jpg") center / cover no-repeat;
}
.page-hero h1 { max-width: 900px; font-size: clamp(3.4rem, 7vw, 7rem); }
.page-hero p:last-child { max-width: 700px; margin-top: 26px; color: rgba(255, 255, 255, 0.76); font-size: 1.12rem; }
.section--dark, .section--light { background: #0b0c0e; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr); gap: 80px; }
.copy-stack { display: grid; gap: 20px; padding-top: 30px; }
.copy-stack p { font-size: 1.12rem; }
.policy { max-width: 860px; }
.policy h2, .contact-card h2, .contact-note h2 { margin: 34px 0 10px; color: #fff; font-size: 1.5rem; letter-spacing: -0.03em; }
.policy h2:first-child, .contact-card h2:first-child, .contact-note h2:first-child { margin-top: 0; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr); gap: 24px; align-items: start; }
.contact-card, .contact-note { padding: 34px; border: 1px solid var(--line); background: var(--panel); }
.inline-link { color: #fff; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }
.contact-form { display: grid; gap: 12px; }
.contact-form label { color: #fff; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; color: #fff; background: rgba(255, 255, 255, 0.05); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(240, 74, 93, 0.25); border-color: var(--red); }
.contact-form .button { width: fit-content; min-width: 150px; margin-top: 10px; }

.site-footer { padding: 58px 0 24px; border-top: 1px solid var(--line); background: #08090a; }
.footer-wrap { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; }
.footer-brand img { width: 150px; }
.footer-wrap > p { color: rgba(255, 255, 255, 0.7); font-family: Georgia, "Times New Roman", serif; font-style: italic; text-align: center; }
.footer-wrap nav { display: flex; justify-content: flex-end; gap: 20px; color: rgba(255, 255, 255, 0.6); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-legal { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); }
.footer-legal p { font-size: 0.68rem; }

@media (max-width: 980px) {
  .hero__content-wrap, .story__grid, .moments__heading, .split, .contact-layout { grid-template-columns: 1fr; }
  .hero__stamp { display: none; }
  .story__copy { padding-top: 0; }
  .moments__heading { gap: 24px; }
  .moments__closing { grid-template-columns: 1fr; }
  .text-link { justify-self: start; }
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-block; }
  .site-nav { position: absolute; top: 76px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); background: #0b0c0e; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 10px; }
  .site-nav .nav-contact { border: 0; border-radius: 0; }
  .hero__content-wrap { padding-bottom: 74px; }
  .hero__media { background-position: 62% center; }
  .hero__scroll { display: none; }
  .moment-card figcaption { right: 24px; bottom: 28px; left: 24px; }
  .moment-card::after { background: linear-gradient(0deg, rgba(3, 7, 8, 0.9), transparent 75%); }
  .footer-wrap { grid-template-columns: 1fr; }
  .footer-wrap > p { text-align: left; }
  .footer-wrap nav { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .container, .narrow { width: min(100% - 28px, 1280px); }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 142px; }
  h1 { font-size: clamp(3.55rem, 19vw, 5.4rem); }
  h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero__content-wrap { padding-top: 150px; padding-bottom: 58px; }
  .hero__actions, .button, .contact-form .button { width: 100%; }
  .story__facts { grid-template-columns: 1fr; }
  .stage-section, .stage-section__content { min-height: 78svh; }
  .stage-section__image { background-position: 55% center; }
  .moment-card img { min-height: 610px; object-position: 42% center; }
  .contact-card, .contact-note { padding: 22px; }
}
