@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Medium-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --ew-void: #0B1016;
  --ew-graphite-900: #141A22;
  --ew-graphite-800: #1C232D;
  --ew-graphite-700: #2A323C;
  --ew-gold: #D7A047;
  --ew-gold-bright: #E2B35D;
  --ew-text: #F4F2ED;
  --ew-muted: #B6B9BC;
  --ew-line: #3F4854;
  --header-height: 76px;
  --container: min(1200px, calc(100% - 2 * clamp(20px, 4vw, 64px)));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ew-void); }
body { margin: 0; color: var(--ew-text); background: var(--ew-void); font-family: "Satoshi"; font-size: 16px; font-style: normal; font-weight: 500; line-height: 1.5; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--ew-gold-bright); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-180%); background: var(--ew-gold); color: var(--ew-void); padding: 12px 16px; border: 2px solid var(--ew-gold-bright); font-weight: 500; text-decoration: none; transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
main { scroll-margin-top: var(--header-height); }
main:focus-visible { outline: 3px solid var(--ew-gold-bright); outline-offset: -3px; }

.site-header { position: sticky; top: 0; z-index: 20; height: var(--header-height); background: color-mix(in srgb, var(--ew-void) 94%, transparent); border-bottom: 1px solid var(--ew-line); backdrop-filter: blur(14px); }
.header-inner { width: var(--container); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 44px; color: var(--ew-text); text-decoration: none; }
.brand-mark { display: block; width: 34px; height: 39px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(15px, 2.15vw, 34px); }
.desktop-nav a { display: inline-grid; place-items: center; min-width: 44px; min-height: 44px; color: var(--ew-muted); font-size: 1rem; font-weight: 500; text-decoration: none; text-underline-offset: 5px; }
.desktop-nav a:hover { color: var(--ew-gold-bright); text-decoration: underline; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--ew-line); background: var(--ew-graphite-900); color: var(--ew-text); cursor: pointer; }
.menu-toggle:hover { color: var(--ew-gold-bright); border-color: var(--ew-gold); }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; transition: transform 160ms ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header-height) 0 0; background: var(--ew-graphite-900); color: var(--ew-text); }
.mobile-menu[hidden] { display: none; }
.mobile-menu__inner { width: var(--container); min-height: calc(100dvh - var(--header-height)); margin-inline: auto; padding: 42px 0 30px; display: flex; flex-direction: column; }
.mobile-menu__label { margin: 0 0 24px; color: var(--ew-gold); font-size: .75rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.mobile-menu nav { display: grid; border-top: 1px solid var(--ew-line); }
.mobile-menu nav a { min-height: 62px; display: flex; align-items: center; border-bottom: 1px solid var(--ew-line); color: var(--ew-text); font-size: clamp(1.45rem, 6vw, 2.1rem); font-weight: 500; letter-spacing: -.04em; text-decoration: none; }
.mobile-menu nav a:hover { color: var(--ew-gold-bright); }
.menu-mail { margin-top: auto; min-height: 44px; display: inline-flex; align-items: center; width: max-content; color: var(--ew-gold-bright); font-weight: 500; text-decoration-thickness: 1px; text-underline-offset: 6px; }

.hero { min-height: max(650px, calc(100svh - var(--header-height))); display: grid; align-items: center; background: var(--ew-void); color: var(--ew-text); overflow: clip; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(260px, 5fr); align-items: center; gap: clamp(28px, 7vw, 100px); padding-block: clamp(88px, 10vw, 154px); }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 20px; color: var(--ew-gold); font-size: .75rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow--dark { color: var(--ew-gold); }
.eyebrow--light { color: var(--ew-gold); }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 12ch; font-size: clamp(2.75rem, 6vw, 5.75rem); line-height: .99; }
h2 { max-width: 18ch; font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1.03; }
.hero-intro { max-width: 62ch; margin: 32px 0 0; color: var(--ew-muted); font-size: clamp(1.0625rem, 1.25vw, 1.25rem); line-height: 1.62; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; background: transparent; font-size: 1rem; font-weight: 500; text-align: center; text-decoration: none; transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--ew-gold); color: var(--ew-void); }
.button--primary:hover { background: var(--ew-gold-bright); }
.button--secondary { border-color: var(--ew-gold); color: var(--ew-text); }
.button--secondary:hover { background: var(--ew-gold); color: var(--ew-void); }
.hero-mark-wrap { position: relative; min-height: 350px; display: grid; place-items: center; border: 1px solid var(--ew-line); }
.hero-mark { position: relative; z-index: 1; width: min(66%, 250px); height: auto; }

.section { scroll-margin-top: calc(var(--header-height) + 16px); padding-block: clamp(72px, 10vw, 128px); }
.section--paper { background: var(--ew-graphite-900); }
.section--mist { background: var(--ew-graphite-800); }
.section-grid { display: grid; grid-template-columns: minmax(84px, 2fr) minmax(0, 8fr) minmax(0, 2fr); gap: clamp(20px, 4vw, 64px); }
.section-index { margin: 3px 0 0; color: var(--ew-gold); font-size: .75rem; font-weight: 500; letter-spacing: .1em; }
.section-content > p:not(.eyebrow), .network-copy > p, .contact-inner > p:not(.eyebrow) { max-width: 62ch; margin: 28px 0 0; color: var(--ew-muted); font-size: clamp(1.0625rem, 1.25vw, 1.25rem); line-height: 1.62; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; margin-top: 30px; color: var(--ew-gold-bright); font-size: 1rem; font-weight: 500; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.text-link:hover { color: var(--ew-gold); text-decoration-thickness: 2px; }
.section-rule { width: 1px; min-height: 100%; background: var(--ew-line); justify-self: end; }
.section--network { color: var(--ew-text); background: var(--ew-graphite-800); }
.network-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); gap: clamp(48px, 11vw, 160px); align-items: end; }
.section-index--light { color: var(--ew-gold); margin-bottom: 38px; }
.section--network h2 { max-width: 14ch; }
.network-copy { padding-bottom: 3px; }
.network-copy > p { color: var(--ew-muted); margin-top: 0; }
.text-link--light { color: var(--ew-gold-bright); }
.section--contact { padding-block: clamp(72px, 10vw, 128px); color: var(--ew-text); background: var(--ew-graphite-700); }
.contact-inner { display: flex; flex-direction: column; align-items: flex-start; }
.contact-inner h2 { max-width: 16ch; }
.contact-inner > p:not(.eyebrow) { color: var(--ew-muted); }
.contact-phone, .contact-mail { min-height: 52px; display: inline-flex; align-items: center; gap: 12px; color: var(--ew-gold-bright); font-size: clamp(1.3rem, 3vw, 2.35rem); font-weight: 500; letter-spacing: -.035em; text-decoration-thickness: 1px; text-underline-offset: 8px; overflow-wrap: anywhere; }
.contact-phone { margin-top: 34px; }
.contact-mail { margin-top: 10px; }
.contact-phone:hover, .contact-mail:hover { color: var(--ew-gold); }
.site-footer { color: var(--ew-muted); background: var(--ew-void); border-top: 1px solid var(--ew-line); }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand--footer { color: var(--ew-text); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ew-muted); font-weight: 500; text-decoration-thickness: 1px; text-underline-offset: 5px; overflow-wrap: anywhere; }
.footer-links a:hover { color: var(--ew-gold-bright); }
.legal-back { min-height: 44px; display: inline-flex; align-items: center; color: var(--ew-muted); text-underline-offset: 5px; }
.legal-back:hover { color: var(--ew-gold-bright); }
.legal-content { max-width: min(760px, calc(100% - 2 * clamp(20px, 4vw, 64px))); padding-block: clamp(76px, 10vw, 128px); }
.legal-content h1 { max-width: none; font-size: clamp(2rem, 8vw, 4.2rem); overflow-wrap: anywhere; }
.legal-content section { margin-top: clamp(34px, 5vw, 56px); }
.legal-content h2 { max-width: none; font-size: clamp(1.5rem, 2.8vw, 2.2rem); }
.legal-content p { max-width: 68ch; margin: 18px 0 0; color: var(--ew-muted); font-size: 1.0625rem; line-height: 1.65; }
.legal-content a { color: var(--ew-gold-bright); text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }
.legal-content a:hover { color: var(--ew-gold); }

@media (max-width: 1023px) {
  .hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(230px, .88fr); gap: clamp(26px, 5vw, 55px); }
  .hero-mark-wrap { min-height: 290px; }
  .section-grid { grid-template-columns: minmax(64px, 1fr) minmax(0, 8fr) minmax(0, 1fr); }
}
@media (max-width: 767px) {
  :root { --header-height: 70px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 76px 62px; gap: 48px; }
  .hero-mark-wrap { order: -1; min-height: 180px; width: min(100%, 440px); }
  .hero-mark { width: 150px; }
  h1 { max-width: 11ch; }
  .section-grid { grid-template-columns: 1fr; gap: 24px; }
  .section-index { margin: 0; }
  .section-rule { display: none; }
  .network-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-index--light { margin-bottom: 26px; }
}
@media (max-width: 479px) {
  .header-inner { gap: 12px; }
  .brand-mark { width: 30px; height: 34px; }
  .hero-grid { padding-top: 58px; }
  .hero-mark-wrap { min-height: 150px; }
  .hero-mark { width: 125px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .footer-inner { min-height: 138px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; }
  .footer-links { justify-content: flex-start; gap: 4px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
