/* Bespoke Trading Partners — brand stylesheet
   Palette: Ledger Navy #0B1E33 / Parchment #F3EEE3 / Brass #A9812E / Charcoal Ink #22201B
   Type: Cormorant Garamond (headlines) + Inter (body/nav) */

:root {
  --navy: #0B1E33;
  --navy-deep: #071523;
  --parchment: #F3EEE3;
  --parchment-dim: #ECE4D3;
  --brass: #A9812E;
  --brass-light: #C7A45C;
  --ink: #22201B;
  --line: #DCD2B8;
  --max: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: "Inter", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

h1, h2, h3, h4, .serif {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
}

h1 { font-size: 3rem; line-height: 1.15; }
h2 { font-size: 2.1rem; line-height: 1.2; }
h3 { font-size: 1.4rem; }

p { margin: 0 0 1.1em; }

a { color: var(--navy); }

.eyebrow {
  display: block;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--brass);
  font-weight: 600;
  margin-bottom: 0.9em;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Header ---------- */

header.site-header {
  background: var(--navy);
  border-bottom: 1px solid rgba(169,129,46,0.35);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--parchment);
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
}
.wordmark span {
  display: block;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  color: var(--brass-light);
  font-weight: 500;
  margin-top: 2px;
}

nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 34px;
  margin: 0;
  padding: 0;
}

nav.main-nav a {
  color: var(--parchment);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

nav.main-nav a:hover,
nav.main-nav a.active {
  border-bottom-color: var(--brass);
  color: var(--brass-light);
}

.nav-toggle { display: none; }
.nav-toggle-label {
  display: none;
  color: var(--parchment);
  font-size: 1.6rem;
  cursor: pointer;
}

@media (max-width: 760px) {
  nav.main-nav {
    display: none;
    width: 100%;
  }
  .nav-toggle:checked ~ nav.main-nav { display: block; }
  nav.main-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 18px 0 6px;
  }
  nav.main-nav a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(243,238,227,0.12);
  }
  .header-inner { flex-wrap: wrap; }
  .nav-toggle-label { display: block; }
}

/* ---------- Hero ---------- */

.hero {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--parchment);
  padding: 96px 0 88px;
  overflow: hidden;
}

.hero-video-wrap { position: relative; }

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
}

.hero-video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(11,30,51,0.32) 0%, rgba(7,21,35,0.4) 55%, rgba(7,21,35,0.58) 100%);
  z-index: 1;
}

.hero-video-wrap .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 640px), (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero-video-wrap::before { display: none; }
}

.hero-photo {
  background-image:
    linear-gradient(180deg, rgba(11,30,51,0.68) 0%, rgba(7,21,35,0.76) 55%, rgba(7,21,35,0.86) 100%),
    url('city-night.jpg');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.hero-photo-london {
  background-image:
    linear-gradient(180deg, rgba(11,30,51,0.68) 0%, rgba(7,21,35,0.76) 55%, rgba(7,21,35,0.86) 100%),
    url('london-night.jpg');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.hero-photo-chicago {
  background-image:
    linear-gradient(180deg, rgba(11,30,51,0.68) 0%, rgba(7,21,35,0.76) 55%, rgba(7,21,35,0.86) 100%),
    url('chicago-night.jpg');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.hero-photo-singapore {
  background-image:
    linear-gradient(180deg, rgba(11,30,51,0.68) 0%, rgba(7,21,35,0.76) 55%, rgba(7,21,35,0.86) 100%),
    url('singapore-night.jpg');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.hero-photo-hongkong {
  background-image:
    linear-gradient(180deg, rgba(11,30,51,0.68) 0%, rgba(7,21,35,0.76) 55%, rgba(7,21,35,0.86) 100%),
    url('hongkong-night.jpg');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.hero-photo-tokyo {
  background-image:
    linear-gradient(180deg, rgba(11,30,51,0.68) 0%, rgba(7,21,35,0.76) 55%, rgba(7,21,35,0.86) 100%),
    url('tokyo-night.jpg');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.hero-photo-frankfurt {
  background-image:
    linear-gradient(180deg, rgba(11,30,51,0.68) 0%, rgba(7,21,35,0.76) 55%, rgba(7,21,35,0.86) 100%),
    url('frankfurt-night.jpg');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.hero .eyebrow { color: var(--brass-light); }

.hero h1 { color: var(--parchment); max-width: 760px; }

.hero .lede {
  max-width: 620px;
  font-size: 1.15rem;
  color: rgba(243,238,227,0.88);
}

.tick-rule {
  width: 90px;
  height: 14px;
  margin: 26px 0 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-graphic { display: none; }
}
.hero-graphic svg { width: 100%; height: auto; }

/* ---------- Stats strip ---------- */

.stats-strip {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 38px 0;
  flex-wrap: wrap;
  gap: 24px;
}
.stat { flex: 1; min-width: 150px; text-align: center; }
.stat .num {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  color: var(--navy);
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.stat .cap {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.74rem;
  color: var(--brass);
}

/* ---------- Location strip ---------- */

.location-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  justify-content: center;
  margin-top: 22px;
}
.location-strip span {
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243,238,227,0.6);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: 13px 30px;
  border: 1px solid var(--brass);
  color: var(--brass-light);
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn:hover { background: var(--brass); color: var(--navy); }

.btn-dark {
  border-color: var(--navy);
  color: var(--navy);
}
.btn-dark:hover { background: var(--navy); color: var(--parchment); }

/* ---------- Sections ---------- */

section { padding: 78px 0; }
section.tight { padding: 48px 0; }
.section-dark { background: var(--navy); color: var(--parchment); }
.section-dark h2, .section-dark h3 { color: var(--parchment); }
.section-alt { background: var(--parchment-dim); }

.rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

.grid {
  display: grid;
  gap: 40px;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 800px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

.grid-divided { position: relative; }
.grid-divided::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 50%;
  width: 1.4px;
  background: var(--brass-light);
  transform: translateX(calc(-50% - 20px));
}
@media (max-width: 800px) {
  .grid-divided::before { display: none; }
}

.pillar {
  border-top: 2px solid var(--brass);
  padding-top: 20px;
}

.pillar h3 { margin-bottom: 10px; }

blockquote.pull {
  border-left: 3px solid var(--brass);
  padding-left: 26px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.45;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.tag-list li {
  border: 1px solid var(--brass);
  color: var(--navy);
  font-size: 0.85rem;
  padding: 7px 14px;
  letter-spacing: 0.02em;
}

/* ---------- Team ---------- */

.person {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 46px;
}
.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--brass-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brass);
  overflow: hidden;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.person h3 { margin-bottom: 2px; }
.person .role {
  display: block;
  color: var(--brass);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
@media (max-width: 560px) {
  .person { grid-template-columns: 1fr; }
}

/* ---------- Process steps ---------- */

.steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  counter-increment: step;
  position: relative;
  padding: 0 0 30px 56px;
  border-left: 1px solid var(--line);
  margin-left: 18px;
}
.steps li:last-child { border-color: transparent; padding-bottom: 0; }
.steps li::before {
  content: counter(step);
  position: absolute;
  left: -19px;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--brass-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps h3 { margin-bottom: 6px; }

/* ---------- Contact ---------- */

.contact-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 36px;
}
.contact-line {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 14px;
  font-size: 1.05rem;
}
.contact-line .label {
  color: var(--brass);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  min-width: 84px;
}

form.simple-form label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
  margin: 18px 0 6px;
}
form.simple-form input,
form.simple-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--parchment);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: var(--ink);
}
form.simple-form textarea { min-height: 130px; resize: vertical; }

form.simple-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--parchment);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: var(--ink);
}

/* ---------- Registration form ---------- */

.reg-section {
  margin-bottom: 52px;
}
.reg-section h3 {
  border-top: 2px solid var(--brass);
  padding-top: 14px;
  margin-bottom: 4px;
}
.reg-section .section-note {
  color: var(--ink);
  opacity: 0.7;
  font-size: 0.92rem;
  margin-bottom: 18px;
}

.field-note {
  font-size: 0.85rem;
  color: var(--ink);
  opacity: 0.75;
  margin: 6px 0 0;
}

.radio-group {
  display: flex;
  gap: 26px;
  margin-top: 10px;
}
.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.98rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  font-weight: 400;
  cursor: pointer;
}
.radio-group input[type="radio"] {
  accent-color: var(--brass);
  width: 17px;
  height: 17px;
}

.conditional-field {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.conditional-field.is-open {
  max-height: 260px;
  margin-top: 16px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .checkbox-grid { grid-template-columns: 1fr; }
}
.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 400;
  cursor: pointer;
}
.checkbox-grid input[type="checkbox"] {
  accent-color: var(--brass);
  width: 16px;
  height: 16px;
}

.referee-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 34px;
}
@media (max-width: 700px) {
  .referee-grid { grid-template-columns: 1fr; }
}
.referee-grid h4 {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--brass);
  margin: 24px 0 4px;
}

.dropzone {
  border: 2px dashed var(--brass);
  background: var(--parchment-dim);
  padding: 46px 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.dropzone.dragover {
  background: #EFE6CE;
  border-color: var(--navy);
}
.dropzone p {
  margin: 0;
  color: var(--navy);
}
.dropzone .dz-hint {
  font-size: 0.85rem;
  color: var(--ink);
  opacity: 0.65;
  margin-top: 6px;
}
.dropzone .dz-filename {
  margin-top: 16px;
  display: none;
  font-size: 0.92rem;
  color: var(--navy);
  font-weight: 600;
}
.dropzone .dz-filename.show { display: block; }

.consent-box {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
  font-size: 0.86rem;
  color: var(--ink);
  line-height: 1.65;
}

.checkbox-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  font-size: 0.92rem;
}
.checkbox-line input[type="checkbox"] {
  accent-color: var(--brass);
  width: 17px;
  height: 17px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ---------- Insights ---------- */

.insight-card {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.insight-card time {
  color: var(--brass);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.coming-soon {
  border: 1px dashed var(--brass);
  padding: 26px;
  color: var(--navy);
  font-style: italic;
}

/* ---------- Footer ---------- */

footer.site-footer {
  background: var(--navy-deep);
  color: rgba(243,238,227,0.75);
  padding: 52px 0 30px;
  font-size: 0.92rem;
}
footer.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}
@media (max-width: 700px) {
  footer.site-footer .footer-grid { grid-template-columns: 1fr; }
}
footer.site-footer h4 {
  color: var(--brass-light);
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
footer.site-footer a {
  color: rgba(243,238,227,0.75);
  text-decoration: none;
}
footer.site-footer a:hover { color: var(--brass-light); }
footer.site-footer ul { list-style: none; margin: 0; padding: 0; }
footer.site-footer li { margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(243,238,227,0.14);
  padding-top: 22px;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(243,238,227,0.55);
}
