@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,700&family=Inter:wght@400;500;600&display=swap');

:root {
  --ink: #090a0d;
  --paper: #f4f0e8;
  --panel: #11131a;
  --line: rgba(244, 240, 232, 0.22);
  --muted: #b8b7bb;
  --violet: #7b58cf;
  --cyan: #50cbd3;
  --orange: #ff6b34;
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .9rem clamp(1rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); background: rgba(9, 10, 13, .88); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-family: var(--display); font-size: 1.25rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.brand img { width: 2rem; height: 2rem; object-fit: contain; }
nav { display: flex; align-items: center; gap: 1.5rem; }
nav a { color: var(--muted); text-decoration: none; font-size: .86rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-contact { padding: .55rem .9rem; border: 1px solid rgba(80, 203, 211, .65); color: var(--cyan); }

.hero { min-height: calc(100svh - 65px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: clamp(3.5rem, 7vw, 7.5rem) clamp(1.25rem, 7vw, 7.5rem); overflow: hidden; background: radial-gradient(circle at 15% 35%, rgba(123,88,207,.22), transparent 32%), linear-gradient(135deg, #0d0d12 0%, #090a0d 60%, #10141a 100%); }
.eyebrow, .section-number { margin: 0 0 1.25rem; color: var(--cyan); font-family: var(--display); font-size: .88rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); line-height: .95; text-transform: uppercase; }
h1 { max-width: 900px; margin: 0; font-size: clamp(4rem, 9.3vw, 9rem); font-weight: 800; letter-spacing: -.045em; }
h1 em { color: transparent; -webkit-text-stroke: 1px var(--cyan); font-style: normal; }
.hero-intro { max-width: 690px; margin: 2rem 0 0; color: #d5d3d4; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .8rem 1.2rem; border: 1px solid var(--line); text-decoration: none; font-weight: 700; }
.button-primary { background: var(--orange); border-color: var(--orange); color: #090a0d; }
.button-secondary:hover { border-color: var(--cyan); color: var(--cyan); }

.poster { position: relative; width: min(100%, 520px); justify-self: end; aspect-ratio: .74; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; border: 1px solid rgba(255,255,255,.26); background: linear-gradient(145deg, rgba(123,88,207,.88), rgba(50,98,145,.78) 47%, rgba(80,203,211,.86)); box-shadow: 26px 28px 0 rgba(255,107,52,.82); transform: rotate(1.5deg); }
.poster::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; }
.poster-top, .poster-bottom { position: relative; display: flex; justify-content: space-between; font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .12em; }
.poster-logo { position: relative; display: flex; flex-direction: column; align-items: center; width: 86%; margin: auto; color: #fff; filter: drop-shadow(0 12px 30px rgba(0,0,0,.28)); }
.poster-logo img { width: 50%; max-width: 230px; margin-bottom: 1rem; object-fit: contain; }
.poster-logo strong { font-family: var(--display); font-size: clamp(3.1rem, 5.7vw, 6.2rem); font-weight: 800; letter-spacing: -.035em; line-height: .8; text-transform: uppercase; white-space: nowrap; }
.poster-logo span { margin-top: 1rem; font-family: var(--display); font-size: clamp(.9rem, 1.55vw, 1.55rem); font-weight: 700; letter-spacing: .34em; line-height: 1; text-transform: uppercase; }
.poster-bands { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: .3rem; }
.poster-bands span { padding: .28rem .45rem; border: 1px solid rgba(0,0,0,.48); color: #08090c; font-family: var(--display); font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 800; line-height: 1; text-align: center; }

.pivot, .history { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.pivot { background: var(--paper); color: var(--ink); }
.pivot .section-number, .history .section-number { color: #59409f; }
.pivot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 8rem); margin-bottom: 4rem; }
h2 { margin: 0; font-size: clamp(3rem, 6.5vw, 6.5rem); font-weight: 800; letter-spacing: -.035em; }
.lead { margin-top: 0; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 600; line-height: 1.4; }
.destinations { border-top: 1px solid rgba(9,10,13,.24); }
.destination { display: grid; grid-template-columns: 3rem 1fr auto; gap: 1.25rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid rgba(9,10,13,.24); text-decoration: none; transition: padding .2s ease, background .2s ease; }
.destination:hover, .destination:focus-visible { padding-left: 1rem; padding-right: 1rem; background: white; }
.destination-index { color: #6b6870; font-family: var(--display); font-weight: 700; }
.destination h3 { margin: 0 0 .25rem; font-size: clamp(1.75rem, 3vw, 3rem); }
.destination p { margin: 0; color: #59575b; }
.arrow { font-size: 2rem; color: #59409f; }

.history { background: #101219; }
.history-heading { display: grid; grid-template-columns: .55fr 1fr; column-gap: clamp(2rem, 8vw, 9rem); align-items: end; }
.history-heading .section-number { grid-column: 1 / -1; }
.history-heading p:last-child { max-width: 600px; margin: 0; color: #c2c0c4; font-size: 1.1rem; }
.service-board { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-board article { min-height: 280px; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.025), transparent); }
.service-board article span { color: var(--orange); font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .14em; }
.service-board h3 { margin: 2rem 0 1rem; font-size: clamp(2rem, 3.5vw, 3.8rem); }
.service-board p { max-width: 540px; color: #bbb9be; }
.history-note { max-width: 780px; margin: 2.5rem 0 0; padding-left: 1.25rem; border-left: 3px solid var(--cyan); color: #d0ced2; font-size: 1.05rem; }

.contact-band { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(2rem, 8vw, 9rem); padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); color: #081012; background: var(--cyan); }
.contact-band .section-number { color: #2b3270; }
.contact-band p { max-width: 650px; margin-top: 0; font-size: 1.15rem; }
.contact-link { display: inline-flex; align-items: center; gap: 1rem; margin-top: 1rem; padding-bottom: .25rem; border-bottom: 3px solid #081012; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); font-weight: 800; line-height: 1; text-decoration: none; text-transform: uppercase; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 1.5rem clamp(1.25rem, 7vw, 7.5rem); border-top: 1px solid var(--line); color: #aaa9ad; font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: .7rem; color: white; font-family: var(--display); font-size: 1rem; font-weight: 700; text-transform: uppercase; }
.footer-brand img { width: 1.8rem; height: 1.8rem; }
footer a { color: var(--cyan); }

@media (max-width: 880px) {
  nav a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .poster { width: min(82vw, 440px); justify-self: center; margin: 2rem 1.5rem 2rem 0; }
  .pivot-grid, .history-heading, .contact-band { grid-template-columns: 1fr; }
  .service-board { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: .35rem; }
}

@media (max-width: 560px) {
  .site-header { gap: .75rem; }
  .brand span { font-size: 1rem; }
  .nav-contact { font-size: .78rem; }
  .hero { padding-top: 3rem; }
  h1 { font-size: clamp(3.5rem, 18vw, 5.5rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .poster { width: calc(100% - 1.4rem); margin-right: 1.4rem; box-shadow: 14px 16px 0 rgba(255,107,52,.82); }
  .destination { grid-template-columns: 2rem 1fr auto; gap: .65rem; }
  .destination p { font-size: .9rem; line-height: 1.45; }
  .service-board article { min-height: 0; }
  .contact-link { font-size: 1.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
