:root {
  --ink: #080808;
  --ink-soft: #11100e;
  --paper: #f3efe5;
  --paper-dim: #c6c0b2;
  --gold: #d6ab57;
  --gold-light: #f0d18a;
  --line: rgba(214, 171, 87, .22);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 130px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 10px 16px; background: var(--gold); color: var(--ink); }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 84px; padding: 0 max(24px, calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(8,8,8,.68); backdrop-filter: blur(16px); transition: background .3s; }
.site-header.scrolled { background: rgba(8,8,8,.94); }
.brand { justify-self: start; display: flex; align-items: center; gap: 13px; letter-spacing: .2em; font-weight: 600; font-size: 14px; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(214,171,87,.4); }
.brand-name { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name small { color: var(--gold); font-size: 8px; letter-spacing: .32em; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a { position: relative; color: #e7e1d5; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--gold); transition: width .3s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.language-switcher { justify-self: end; display: flex; align-items: center; gap: 8px; }
.language-switcher button { padding: 6px; border: 0; background: none; color: #8c887f; cursor: pointer; font-size: 11px; letter-spacing: .1em; }
.language-switcher button.active { color: var(--gold-light); }
.language-switcher span { width: 1px; height: 10px; background: rgba(255,255,255,.2); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 12px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--paper); }

.hero { position: relative; min-height: 760px; height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,4,4,.98) 0%, rgba(4,4,4,.83) 40%, rgba(4,4,4,.34) 78%, rgba(4,4,4,.58) 100%), linear-gradient(0deg, #080808 0%, transparent 25%); }
.hero-media { position: absolute; inset: 0; background: url("../images/stadium.jpg") center 45% / cover no-repeat; filter: grayscale(1) sepia(.15) contrast(1.18); transform: scale(1.01); }
.hero-grid { position: absolute; inset: 0; z-index: 2; opacity: .12; background-image: linear-gradient(var(--gold) 1px, transparent 1px), linear-gradient(90deg, var(--gold) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero-content { position: relative; z-index: 3; padding-top: 80px; }
.eyebrow, .section-index { margin: 0 0 26px; color: var(--gold); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.hero h1 { max-width: 830px; font-size: clamp(62px, 8.2vw, 124px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 620px; margin: 34px 0 0; color: #d2ccc0; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 42px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 22px; border: 1px solid var(--gold); cursor: pointer; letter-spacing: .08em; font-size: 12px; text-transform: uppercase; transition: all .3s; }
.button b { font-size: 17px; font-weight: 400; }
.button-gold { background: var(--gold); color: #0b0a08; }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.text-link { display: inline-flex; gap: 16px; align-items: center; color: #ded8cc; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.text-link b { color: var(--gold); font-size: 18px; }
.hero-foot { position: absolute; z-index: 3; left: 50%; bottom: 27px; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .27em; }
.hero-foot i { width: 36px; height: 1px; background: var(--line); }
.reveal { opacity: 0; transform: translateY(20px); animation: reveal .8s forwards; }
.reveal:nth-child(2) { animation-delay: .12s; }.reveal:nth-child(3) { animation-delay: .24s; }.reveal:nth-child(4) { animation-delay: .36s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

.intro { background: var(--paper); color: var(--ink); }
.split { display: grid; grid-template-columns: 1.22fr .78fr; gap: 100px; align-items: start; }
.section-index { color: #9b742e; }
h2 { font-size: clamp(44px, 5.4vw, 76px); }
.intro-copy { padding-top: 48px; }
.intro-copy .lead { color: #24211d; font-family: var(--serif); font-size: 26px; line-height: 1.45; }
.intro-copy > p:not(.lead) { color: #635f57; }
.signature { display: flex; align-items: center; gap: 18px; margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(8,8,8,.13); color: #8e6829; text-transform: uppercase; font-size: 11px; line-height: 1.6; letter-spacing: .23em; }
.star-mark { font-size: 36px; line-height: 1; }

.services { background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 60px; align-items: end; margin-bottom: 72px; }
.section-heading > p { margin: 0 0 4px; color: #aaa498; }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 70px 110px 1fr; gap: 30px; align-items: center; min-height: 190px; padding: 34px 0; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.service-card:hover { padding-inline: 22px; background: linear-gradient(90deg, rgba(214,171,87,.08), transparent); }
.service-number { align-self: start; color: #766545; font-size: 11px; letter-spacing: .16em; }
.service-icon { color: var(--gold); font-family: var(--serif); font-size: 58px; text-align: center; line-height: 1; }
.service-card h3 { margin: 0 0 12px; font-family: var(--serif); font-weight: 400; font-size: 31px; }
.service-card p { max-width: 730px; margin: 0; color: #aaa498; }

.manifesto { background: #0c0c0b; overflow: hidden; }
.manifesto-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.manifesto-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.manifesto-visual::before, .manifesto-visual::after { content: ""; position: absolute; background: var(--line); }
.manifesto-visual::before { width: 1px; height: 130%; }.manifesto-visual::after { width: 130%; height: 1px; }
.manifesto-star { color: var(--gold); font-size: 145px; text-shadow: 0 0 60px rgba(214,171,87,.25); }
.manifesto-visual p { position: absolute; margin: 0; color: var(--paper); text-align: center; font-size: 20px; line-height: 1; letter-spacing: .35em; }
.manifesto-visual p span { color: var(--gold); font-size: 7px; letter-spacing: .25em; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { inset: 14%; }.orbit-two { inset: 29%; }
.manifesto-content .section-index { color: var(--gold); }
.manifesto-content h2 { font-size: clamp(42px, 4.7vw, 69px); }
.values { margin-top: 55px; }
.values > div { display: grid; grid-template-columns: 45px 135px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); align-items: baseline; }
.values > div > span { color: #786948; font-size: 10px; }
.values h3 { margin: 0; font-family: var(--serif); color: var(--gold-light); font-size: 22px; font-weight: 400; }
.values p { margin: 0; color: #aaa498; font-size: 14px; }

.international { position: relative; background: linear-gradient(rgba(8,8,8,.68), rgba(8,8,8,.88)), url("../images/stadium.jpg") center 65% / cover fixed; text-align: center; }
.international::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent, #080808 82%); }
.international-inner { position: relative; }
.international h2 { max-width: 850px; margin-inline: auto; }
.international-inner > p:not(.section-index) { max-width: 670px; margin: 35px auto 0; color: #c0baae; }
.destinations { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 65px; color: #e1dbce; font-size: 11px; letter-spacing: .3em; }
.destinations i { color: var(--gold); font-style: normal; }

.contact { background: var(--paper); color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.contact-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.contact-copy > p:not(.section-index) { max-width: 520px; margin: 30px 0; color: #666057; }
.direct-email { display: flex; justify-content: space-between; gap: 20px; max-width: 520px; margin-top: 46px; padding: 17px 0; border-bottom: 1px solid #ad843b; color: #805d22; font-size: 13px; letter-spacing: .08em; }
.contact-form { padding: 42px; background: #e9e3d7; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; margin-bottom: 25px; color: #6f685d; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #b6ad9e; border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 11px 2px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #8a6425; box-shadow: 0 1px 0 #8a6425; }
.contact-form .button { width: 100%; border: 0; }
.form-note { margin: 13px 0 0; color: #777064; font-size: 10px; }

.site-footer { background: #050505; padding: 58px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-bottom: 52px; }
.footer-brand { display: flex; align-items: center; gap: 18px; font-family: var(--sans); font-size: 20px; letter-spacing: .28em; }
.footer-brand img { width: 84px; height: 84px; border-radius: 50%; }
.footer-brand span { display: flex; flex-direction: column; line-height: 1.1; }.footer-brand small { color: var(--gold); font-size: 8px; margin-top: 8px; }
.footer-main > p { color: var(--gold); font-family: var(--serif); font-style: italic; }
.back-top { justify-self: end; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #6f6b64; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.toast { position: fixed; z-index: 90; right: 24px; bottom: 24px; max-width: 390px; padding: 16px 20px; background: var(--gold-light); color: var(--ink); box-shadow: 0 15px 40px rgba(0,0,0,.35); font-size: 13px; transform: translateY(120px); opacity: 0; transition: .35s; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 15px; }
  .menu-toggle { display: block; grid-column: 3; grid-row: 1; }
  .language-switcher { grid-column: 2; grid-row: 1; }
  .main-nav { position: fixed; inset: 84px 0 auto; height: calc(100vh - 84px); padding: 70px 30px; background: #080808; flex-direction: column; align-items: flex-start; gap: 26px; font-family: var(--serif); font-size: 28px; text-transform: none; transform: translateX(100%); transition: transform .35s; }
  .main-nav.open { transform: translateX(0); }
  .split, .manifesto-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .intro-copy { padding-top: 0; max-width: 650px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 600px; }
  .manifesto-visual { width: min(500px, 86vw); margin-inline: auto; }
  .contact-copy { max-width: 670px; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 34px, 1180px); }
  .section { padding: 90px 0; }
  .site-header { height: 74px; padding-inline: 16px; }
  .brand img { width: 45px; height: 45px; }.brand-name { display: none; }
  .main-nav { top: 74px; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 55px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-foot { display: none; }
  h2 { font-size: 43px; }
  .service-card { grid-template-columns: 38px 52px 1fr; gap: 13px; min-height: 0; }
  .service-icon { font-size: 35px; }.service-card h3 { font-size: 24px; }.service-card p { font-size: 14px; }
  .manifesto-star { font-size: 95px; }
  .values > div { grid-template-columns: 35px 1fr; }.values p { grid-column: 2; }
  .destinations { flex-wrap: wrap; gap: 15px; }
  .contact-grid { gap: 55px; }.contact-form { padding: 28px 22px; }.field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr auto; }.footer-main > p { display: none; }
  .footer-brand span { font-size: 14px; }.footer-brand img { width: 66px; height: 66px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
