:root {
  --black: #080807;
  --black-soft: #0d0d0c;
  --ivory: #e6dfd5;
  --muted: #b8afa2;
  --gold: #b58a4a;
  --gold-light: #d0a966;
  --line: rgba(187, 145, 80, 0.38);
  --container: 1320px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 20% 22%, rgba(121, 89, 48, 0.045), transparent 22%),
    var(--black);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: 76px 0; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 15px;
  color: #111;
  background: var(--gold-light);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 250ms ease, position 250ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  background: rgba(7, 7, 6, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
}

.header-inner { height: 126px; display: flex; align-items: center; justify-content: space-between; }

.brand {
  width: 170px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  text-transform: uppercase;
}

.brand-logo { width: 118px; height: 63px; object-fit: contain; }

.brand-rule { width: 120px; height: 15px; display: flex; align-items: center; gap: 10px; }
.brand-rule::before, .brand-rule::after { height: 1px; content: ""; background: var(--gold); flex: 1; }
.brand-rule i { width: 8px; height: 8px; display: block; background: var(--gold-light); transform: rotate(45deg); }

.main-nav { display: flex; align-items: center; gap: clamp(25px, 3.2vw, 54px); }
.main-nav > a:not(.btn) { position: relative; font-size: 17px; color: #ddd5cc; }
.main-nav > a:not(.btn)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform 180ms ease; }
.main-nav > a:not(.btn):hover, .main-nav > a.active { color: var(--gold-light); }
.main-nav > a:not(.btn):hover::after, .main-nav > a.active::after { transform: scaleX(1); }

.btn {
  min-width: 202px;
  min-height: 54px;
  padding: 15px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 3px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-gold {
  color: #17110b;
  background: linear-gradient(135deg, #dfb973 0%, #d3aa68 45%, #b98945 100%);
  background-position: 100% 50%;
  background-size: 180% 100%;
  transition: background-position 220ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.btn-gold:hover {
  background-position: 0 50%;
  box-shadow: 0 8px 22px rgba(181, 138, 74, 0.2);
}
.btn-outline { color: var(--gold-light); background: rgba(5, 5, 4, 0.2); }
.btn-outline:hover { color: #15100a; background: var(--gold-light); }
.nav-cta { min-width: 156px; min-height: 48px; }

.menu-toggle { width: 44px; height: 44px; padding: 8px; display: none; border: 0; color: white; background: none; }
.menu-toggle span { width: 100%; height: 1px; display: block; margin: 7px 0; background: var(--gold-light); transition: transform 180ms, opacity 180ms; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero {
  min-height: 760px;
  padding-top: 126px;
  position: relative;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background-image: url('../img/landing-1.png');
  background-position: center;
  background-size: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 5, 4, 0.88) 0%, rgba(5, 5, 4, 0.56) 48%, rgba(5, 5, 4, 0.08) 83%);
}

.hero-content { padding: 66px 0 72px 19%; }
.hero h1 { max-width: 700px; margin: 17px 0 24px; font-size: clamp(54px, 5.2vw, 82px); font-weight: 400; line-height: 0.94; text-transform: uppercase; letter-spacing: -0.02em; text-wrap: balance; }
.hero p { margin: 0 0 34px; font-size: 23px; line-height: 1.45; color: #d5ccc2; }
.hero em { color: var(--gold-light); font-style: normal; }
.hero-actions { display: flex; gap: 22px; }

.ornament { width: 245px; display: flex; align-items: center; gap: 17px; }
.ornament span { height: 1px; flex: 1; background: var(--gold); }
.ornament i { color: var(--gold-light); font-size: 22px; font-style: normal; line-height: 1; }
.ornament.small { width: 150px; margin: -2px auto 2px; gap: 10px; }
.ornament.small i { font-size: 15px; }
.ornament.left { margin-inline: 0; }

.section-heading { max-width: 900px; margin: 0 auto 48px; text-align: center; }
.eyebrow { margin: 0; color: var(--gold-light); font-size: 18px; text-transform: uppercase; letter-spacing: 0.09em; }
.section-heading h2, .opportunity-content h2, .about-content h2 { margin: 5px 0 5px; font-size: clamp(42px, 4.2vw, 62px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.section-heading > p:last-child { margin: 10px 0 0; color: #c2a578; font-size: 19px; }

.services { padding-top: 49px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-card { min-height: 260px; padding: 12px 37px; position: relative; text-align: center; }
.service-card + .service-card::before { position: absolute; top: 86px; bottom: 0; left: 0; width: 1px; content: ""; background: var(--line); }
.service-icon { width: 68px; height: 68px; margin: 0 auto 16px; color: var(--gold-light); }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { min-height: 59px; margin: 0; font-size: 22px; font-weight: 500; line-height: 1.2; text-transform: uppercase; }
.service-card p { max-width: 250px; margin: 12px auto 0; color: #c7beb4; font-size: 17px; }

.stats {
  padding: 47px 0 52px;
  position: relative;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(rgba(12, 12, 11, 0.7), rgba(12, 12, 11, 0.7));
}

.stats::after { position: absolute; bottom: 15px; left: 50%; color: var(--gold); content: "✦"; font-size: 12px; transform: translateX(-50%); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 120px; padding: 0 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { color: var(--gold-light); font-size: 58px; font-weight: 400; line-height: 1; }
.stat span { max-width: 230px; margin-top: 12px; color: #cbb28c; font-size: 18px; line-height: 1.25; }

.opportunities { padding-bottom: 36px; }
.opportunity-card {
  min-height: 470px;
  padding: 54px 68px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--gold);
  border-radius: 9px;
  background-image: linear-gradient(90deg, rgba(4, 4, 3, 0.98) 0%, rgba(4, 4, 3, 0.8) 38%, rgba(4, 4, 3, 0.05) 78%), url('../img/landing3.png');
  background-position: center;
  background-size: cover;
}

.opportunity-content { max-width: 550px; position: relative; z-index: 1; }
.opportunity-content h2 { margin: 16px 0 18px; font-size: clamp(47px, 4.8vw, 72px); }
.opportunity-content > p:not(.eyebrow) { margin: 0 0 29px; color: #c8bbae; font-size: 18px; }

.about { padding-top: 0; padding-bottom: 60px; }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 76px; align-items: center; }
.about-image { min-height: 390px; position: relative; overflow: hidden; }
.about-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 55%, rgba(8, 8, 7, 0.56)); pointer-events: none; }
.about-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; filter: saturate(0.5) brightness(0.58); }
.about-content { padding-right: 5%; }
.about-content h2 { margin: 12px 0 18px; }
.about-content > p:not(.eyebrow) { max-width: 640px; margin: 0 0 27px; color: #c8beb5; font-size: 17px; }
.about-content .btn { min-width: 170px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4, 4, 3, 0.78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.modal-panel { width: min(100%, 570px); padding: 54px 48px 46px; position: relative; z-index: 1; border: 1px solid var(--gold); border-radius: 7px; background: linear-gradient(145deg, #12110f, #080807); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.65); text-align: center; }
.modal-panel h2 { margin: 12px 0 16px; font-size: clamp(36px, 5vw, 52px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.modal-panel > p:not(.eyebrow) { max-width: 430px; margin: 0 auto 28px; color: #d3cac0; font-size: 18px; }
.modal-close { width: 38px; height: 38px; position: absolute; top: 12px; right: 14px; border: 0; color: var(--gold-light); background: transparent; font-family: Arial, sans-serif; font-size: 30px; font-weight: 300; line-height: 1; cursor: pointer; }
.modal-close:hover { color: #fff; }
body.modal-open { overflow: hidden; }

.site-footer { border-top: 1px solid rgba(255, 255, 255, 0.16); }
.footer-grid { min-height: 180px; display: grid; grid-template-columns: 260px 1fr 240px; align-items: center; }
.footer-brand { width: 210px; padding-right: 40px; border-right: 1px solid var(--line); }
.footer-brand .brand-logo { width: 132px; height: 71px; }
.contact-list { padding: 0 70px; display: grid; grid-template-columns: 1fr 0.65fr; gap: 14px 36px; border-right: 1px solid var(--line); color: #fff; font-family: Verdana, Geneva, sans-serif; }
.contact-list a, .contact-list > span { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 14px; }
.round-icon { width: 31px; height: 31px; display: inline-grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); }
.round-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.round-icon.whatsapp-icon svg { width: 18px; height: 18px; }
.round-icon svg .fill-phone { fill: currentColor; stroke: none; }
.social-block { padding-left: 70px; }
.social-block p { margin: 0 0 12px; color: var(--gold-light); font-size: 14px; text-transform: uppercase; letter-spacing: 0.07em; }
.social-links { display: flex; gap: 13px; }
.social-links a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #15100a; background: var(--gold-light); font-family: var(--sans); font-size: 15px; font-weight: 600; transition: transform 180ms ease; }
.social-links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-links svg .fill-dot { fill: currentColor; stroke: none; }
.social-links a:hover { transform: translateY(-2px); }
.copyright { min-height: 64px; padding: 10px 24px; display: flex; align-items: center; justify-content: center; gap: 28px; border-top: 1px solid rgba(255, 255, 255, 0.12); text-align: center; }
.copyright p { margin: 0; color: #fff; font-size: 14px; }
.amadeus-credit { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #fff; font-family: "Roboto", Arial, sans-serif; font-size: 9px; font-weight: 300; }
.amadeus-credit img { width: auto; height: 30.48px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-card:nth-child(2), .stat:nth-child(2) { transition-delay: 90ms; }
.service-card:nth-child(3), .stat:nth-child(3) { transition-delay: 180ms; }
.service-card:nth-child(4), .stat:nth-child(4) { transition-delay: 270ms; }

@media (max-width: 1100px) {
  .header-inner { height: 104px; }
  .brand { width: 145px; }
  .brand-logo { width: 104px; height: 56px; }
  .main-nav { gap: 21px; }
  .main-nav > a:not(.btn) { font-size: 15px; }
  .nav-cta { min-width: 125px; padding-inline: 18px; }
  .hero { min-height: 690px; padding-top: 104px; }
  .hero-content { padding-left: 10%; }
  .service-card { padding-inline: 20px; }
  .contact-list { padding-inline: 35px; }
  .social-block { padding-left: 38px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .main-nav { position: fixed; inset: 0; z-index: 2; padding: 125px 30px 45px; display: flex; flex-direction: column; justify-content: flex-start; gap: 24px; background: rgba(18, 14, 11, 0.92); box-shadow: -20px 0 55px rgba(0, 0, 0, 0.45); backdrop-filter: blur(18px) saturate(0.75); -webkit-backdrop-filter: blur(18px) saturate(0.75); transform: translateX(100%); visibility: hidden; transition: transform 250ms ease, visibility 250ms; }
  .main-nav.is-open { visibility: visible; background-color: rgba(18, 14, 11, 0.94); transform: translateX(0); }
  .main-nav > a:not(.btn) { font-size: 24px; }
  body.menu-open { overflow: hidden; }
  body.menu-open .site-header.is-scrolled { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .hero { min-height: 760px; background-position: right center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,4,.93), rgba(5,5,4,.64) 70%, rgba(5,5,4,.32)); }
  .hero-content { padding-left: 4%; }
  .hero h1 { max-width: 100%; font-size: clamp(40px, 7.4vw, 56px); letter-spacing: -0.03em; }
  .hero p { font-size: 20px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }
  .service-card:nth-child(3)::before { content: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .stat { padding-block: 28px; }
  .opportunity-card { padding: 50px 42px; background-position: 60% center; }
  .about-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-image { min-height: 430px; }
  .about-content { padding-inline: 8%; }
  .footer-grid { padding-block: 36px; grid-template-columns: 220px 1fr; row-gap: 35px; }
  .contact-list { border-right: 0; }
  .social-block { grid-column: 1 / -1; padding: 25px 0 0; border-top: 1px solid var(--line); text-align: center; }
  .social-links { justify-content: center; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 58px 0; }
  .header-inner { height: 91px; }
  .brand { width: 125px; align-items: center; }
  .brand-logo { width: 96px; height: 52px; }
  .brand-rule { width: 105px; }
  .hero { min-height: 720px; padding-top: 91px; background-position: right center; }
  .hero-content { padding: 45px 3% 55px; }
  .hero h1 { max-width: 100%; margin-top: 18px; font-size: clamp(34px, 9vw, 44px); line-height: 0.98; letter-spacing: -0.035em; }
  .hero p { font-size: 18px; }
  .hero p br { display: none; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .btn { width: min(100%, 270px); }
  .ornament { width: 180px; }
  .section-heading h2, .about-content h2 { font-size: 40px; }
  .section-heading > p:last-child { font-size: 17px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 0 15px 36px; }
  .service-card + .service-card::before { top: -18px; right: 25%; bottom: auto; left: 25%; width: auto; height: 1px; }
  .service-card:nth-child(3)::before { content: ""; }
  .service-card h3 { min-height: auto; }
  .stats { padding-block: 25px; }
  .stat { min-height: 150px; padding-inline: 12px; }
  .stat strong { font-size: 43px; }
  .stat span { font-size: 16px; }
  .opportunities { padding-top: 35px; }
  .opportunity-card { min-height: 560px; padding: 38px 25px; align-items: flex-end; background-image: linear-gradient(0deg, rgba(4,4,3,.98), rgba(4,4,3,.65) 72%, rgba(4,4,3,.2)), url('../img/landing3.png'); background-position: 69% center; }
  .opportunity-content h2 { font-size: 42px; }
  .opportunity-content > p:not(.eyebrow) br { display: none; }
  .about-image { min-height: 330px; }
  .about-content { padding-inline: 3%; }
  .about-content h2 br { display: none; }
  .modal { padding: 15px; }
  .modal-panel { padding: 50px 23px 36px; }
  .modal-panel > p:not(.eyebrow) { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; }
  .footer-brand { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-list { width: 100%; padding: 0; grid-template-columns: 1fr; }
  .contact-list a, .contact-list > span { font-size: 14px; }
  .social-block { grid-column: auto; width: 100%; }
  .copyright { padding-block: 15px; flex-direction: column; gap: 7px; }
  .copyright p { font-size: 12px; }
}

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