:root {
  --bg: #f7f6f5; --surface: #efefef; --surface-2: #e9e8e6; --card: #ffffff;
  --border: #e4e3e2; --border-strong: #d6d5d3;
  --ink: #191919; --text: #191919; --muted: #696969; --faint: #a4a3a3;
  --accent: #2200ff;
  --font-sans: "MT Everyday Sans", "Inter Tight", "Inter", system-ui, -apple-system, sans-serif;
  --rhythm: 21.258px; --container: 1436.477px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-sans); font-size: 17.315px; line-height: 25.972px; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.outer { padding-inline: var(--rhythm); }
.container { width: 100%; max-width: var(--container); margin-inline: auto; border-left: 1px dashed var(--border); border-right: 1px dashed var(--border); }
.dark-container { border-color: var(--border); }
h1, h2, h3, p { margin: 0; }
h1 { font-size: 66.289px; line-height: 66.289px; font-weight: 700; letter-spacing: -1.3258px; }
h2 { font-size: 55.66px; line-height: 64.01px; font-weight: 500; letter-spacing: -1.1132px; }
h3 { font-size: 19.315px; line-height: 23.177px; font-weight: 500; }
.lead { font-size: 20.252px; line-height: 28.352px; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 10px; padding-block: 8px; color: var(--muted); font-size: 12.5px; line-height: 15px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.body-copy { font-size: 17.315px; line-height: 25.972px; color: var(--muted); }

/* Navigation */
.site-header { background: var(--bg); color: var(--text); }
.site-header .container { border-color: var(--border); }
.nav { min-height: 72px; display: flex; align-items: stretch; border-bottom: 1px solid var(--border); }
.nav-brand { flex: 0 0 auto; display: flex; align-items: center; padding: 12.8px 21px; gap: 12px; color: var(--text); text-decoration: none; border-right: 1px solid var(--border); font-size: 17.315px; line-height: 25.972px; font-weight: 700; letter-spacing: .3463px; }
.nav-spacer { flex: 1 1 auto; }
.nav-links { flex: 0 0 50%; display: flex; margin: 0; padding: 0; list-style: none; }
.nav-links li { flex: 1 1 33.333%; min-width: 0; }
.nav-links a { height: 72px; padding: 12px 21px; display: flex; align-items: center; text-decoration: none; border-left: 1px solid var(--border); font-size: 17.315px; line-height: 25.972px; white-space: nowrap; color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.nav-links a[aria-current="page"] { color: var(--text); font-weight: 700; box-shadow: inset 0 -3px 0 var(--accent); }
.brand-mark { width: 22px; height: 22px; display: block; flex: 0 0 22px; }
.arrow { width: 24px; height: 24px; flex: 0 0 24px; stroke: currentColor; fill: none; stroke-width: 1.5; }

/* Hero */
.hero { background: var(--bg); color: var(--text); border-bottom: 1px solid var(--border); }
.hero .eyebrow { color: var(--muted); }
.hero h1 { color: var(--text); }
.hero-grid { min-height: 574px; display: grid; grid-template-columns: 1fr 1fr; }
.hero-details { padding: var(--rhythm); display: flex; flex-direction: column; justify-content: flex-start; }
.hero-details-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.hero-details-list li { display: flex; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--border); color: var(--muted); }
.hero-details-list li:last-child { border-bottom: 0; }
.hero-statement { margin: auto 0 0; padding-top: var(--rhythm); border-top: 1px solid var(--border); font-size: 33px; line-height: 41px; font-weight: 500; letter-spacing: -0.66px; }
.hero-statement em { font-style: normal; color: var(--accent); }
.hero-content { border-left: 1px solid var(--border); border-right: 1px solid var(--border); display: flex; flex-direction: column; }
.hero-upper { min-height: 498.711px; padding: var(--rhythm); border-bottom: 1px solid var(--border); display: flex; flex-direction: column; }
.hero-upper h1 { flex: 1; display: flex; align-items: flex-end; padding-bottom: 19.887px; }
.hero-links { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; min-height: 75.289px; }
.hero-link { padding: var(--rhythm); color: var(--text); display: flex; align-items: center; justify-content: space-between; text-decoration: none; font-size: 21.852px; line-height: 32.777px; font-weight: 500; }
.hero-link:hover { color: var(--accent); }
.hero-link + .hero-link { border-left: 1px solid var(--border); }
.hero-link--primary { background: var(--ink); color: #ffffff; }
.hero-link--primary:hover { background: var(--accent); color: #ffffff; }

.page-home .hero-details { background: linear-gradient(to bottom, rgba(25, 25, 25, 0.35), rgba(25, 25, 25, 0.05) 40%, rgba(247, 246, 245, 0.9) 80%, var(--bg) 97%), url("dubai.jpg") center 62% / cover no-repeat; }
.page-home .hero-details .eyebrow { color: rgba(255, 255, 255, 0.88); }
.hero-partner-logo { width: 160px; height: auto; margin-top: 10px; align-self: flex-start; }

/* Per-day identity */
.day-mark { margin-top: auto; padding-top: var(--rhythm); font-size: 232px; line-height: .78; font-weight: 700; letter-spacing: -8px; color: transparent; -webkit-text-stroke: 1.5px var(--mark, var(--border-strong)); }
.page-day-1 .hero { background: var(--card); }
.page-day-1 .day-mark { --mark: var(--accent); }
.page-day-1 .card-section { background: var(--card); }
.page-day-2 .hero { background: var(--surface); }
.page-day-2 .day-mark { --mark: var(--ink); }
.page-day-3 .hero { background: var(--surface-2); }
.page-day-3 .day-mark { --mark: #9e9882; }

/* Sections and grids */
.section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split-left { display: flex; flex-direction: column; }
.split-cell { padding: var(--rhythm); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.split-cell:last-child { border-bottom: 1px solid var(--border); }
.split-cell p { color: var(--muted); }
.split-title { padding-top: 111.321px; }
.split-right { grid-column: 2; grid-row: 1 / span 4; padding: var(--rhythm); background: var(--card); color: var(--text); border-bottom: 1px solid var(--border); display: flex; flex-direction: column; justify-content: flex-start; }
.split-right .eyebrow { color: var(--muted); }
.split-right ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--border); }
.split-right li { padding-block: 14px; border-bottom: 1px solid var(--border); }
.split-right--ink { background: var(--surface); color: var(--text); }
.split-right--ink ul { border-top-color: var(--border-strong); }
.split-right--ink li { border-bottom-color: var(--border-strong); }
.split-right--panel { background: var(--surface-2); color: var(--text); }
.split-right--panel ul { border-top-color: var(--border-strong); }
.split-right--panel li { border-bottom-color: var(--border-strong); }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; }
.split-cell .button-row { padding-top: 8px; }
.section-intro { padding: 42.516px var(--rhythm); }
.section-intro h2 { margin-top: 17.315px; }
.section-intro p { max-width: 720px; margin-top: 17.315px; }
.card-section { background: var(--card); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.card { min-height: 245.531px; padding: var(--rhythm); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.card h3::before { content: ""; display: block; width: 26px; height: 3px; margin-bottom: 14px; background: var(--accent); }
.card:nth-child(4n) { border-right: 0; }
.card-filler { display: block; }
.card p { max-width: 316px; padding-top: 9.657px; color: var(--muted); }
.quote-cell { padding: 42.516px var(--rhythm); border-top: 1px solid var(--border); background: var(--surface); }
.quote-cell p { max-width: 900px; font-size: 20.252px; line-height: 28.352px; }
.quote-cell cite { display: block; margin-top: 17.315px; color: var(--muted); font-style: normal; }
.accent-section { background: var(--surface); color: var(--text); border-bottom: 1px solid var(--border); }
.accent-section .eyebrow { color: var(--muted); }
.accent-grid { display: grid; grid-template-columns: 1fr 1fr; }
.accent-cell { padding: var(--rhythm); border-right: 1px solid var(--border); }
.accent-cell:last-child { border-right: 0; }
.accent-cell h2 { margin-top: 64px; }
.accent-cell p { margin-top: 17.315px; color: var(--muted); }
.accent-actions { margin-top: 42.516px; }

/* Buttons */
.btn { width: 314.602px; max-width: 100%; min-height: 50px; padding: 12.6px 18px; display: inline-flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: #ffffff; text-decoration: none; font-size: 18px; line-height: 23.4px; font-weight: 500; transition: background-color .15s ease, color .15s ease, border-color .15s ease; }
.btn:hover { background: var(--accent); border-color: var(--accent); color: #ffffff; }
.btn--secondary { background: transparent; color: var(--text); border-color: var(--border-strong); }
.btn--secondary:hover { background: var(--card); color: var(--text); border-color: var(--ink); }
.dark-container .btn--secondary { color: var(--text); border-color: var(--border-strong); }
.accent-section .btn:hover, .dark-container .btn:hover { background: var(--accent); color: #ffffff; border-color: var(--accent); }

/* Footer */
.site-footer { padding-top: 42.516px; background: var(--bg); color: var(--text); border-top: 1px solid var(--border); }
.footer-inner { padding: 0 var(--rhythm) 42.516px; border-color: var(--border); display: grid; grid-template-columns: 165px 1fr 1fr; gap: 42.516px; }
.footer-brand { font-size: 17.315px; line-height: 25.972px; font-weight: 500; }
.footer-brand .brand-mark { width: 26px; height: 26px; flex: none; margin-bottom: 14px; }
.footer-byline { margin-top: 4px; color: var(--muted); font-size: 13.852px; line-height: 20px; font-weight: 400; }
.footer-col h4 { margin: 0 0 17.315px; color: var(--faint); font-size: 13.852px; line-height: 13.852px; letter-spacing: .6926px; font-weight: 500; text-transform: uppercase; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li + li { margin-top: 17.315px; }
.footer-col a { text-decoration: none; color: var(--muted); }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { padding: 17.315px var(--rhythm); border-top: 1px solid var(--border); color: var(--faint); font-size: 13.852px; line-height: 13.852px; }

@media (max-width: 1100px) {
  h1 { font-size: 44px; line-height: 46px; letter-spacing: -.88px; }
  h2 { font-size: 34px; line-height: 40px; letter-spacing: -.68px; }
  .lead { font-size: 18px; line-height: 26px; }
  .day-mark { font-size: 160px; letter-spacing: -5px; }
  .hero-statement { font-size: 26px; line-height: 33px; letter-spacing: -.5px; }
}
@media (max-width: 900px) {
  .nav { flex-wrap: wrap; }
  .nav-brand { flex: 0 0 auto; }
  .nav-spacer { display: none; }
  .nav-links { flex: 1 1 0; flex-wrap: wrap; }
  .nav-links a { height: 58px; }
  .hero-grid, .split, .accent-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-details { min-height: 300px; }
  .day-mark { font-size: 128px; letter-spacing: -4px; }
  .hero-content { border-top: 1px solid var(--border); }
  .hero-upper { min-height: 420px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .card-filler { display: none; }
  .card:nth-child(4n) { border-right: 1px solid var(--border); }
  .card:nth-child(2n) { border-right: 0; }
  .split-right { grid-column: 1; grid-row: auto; min-height: 340px; border-top: 1px solid var(--border); }
  .split-cell { border-right: 0; }
  .accent-cell { border-right: 0; border-bottom: 1px solid var(--border); }
  .accent-cell:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 165px 1fr; }
  .footer-col:last-child { grid-column: 2; }
}
@media (max-width: 620px) {
  .outer { padding-inline: 10px; }
  .nav-brand { flex-basis: 100%; border-right: 0; border-bottom: 1px solid var(--border); }
  .nav-links { flex-basis: 100%; }
  .nav-links a { height: 52px; }
  .hero-details { min-height: 250px; }
  .hero-upper { min-height: 380px; }
  .hero-links { grid-auto-flow: row; grid-auto-columns: unset; }
  .hero-link { min-height: 66px; }
  .hero-link + .hero-link { border-left: 0; border-top: 1px solid var(--border); }
  .split-title { padding-top: 42.516px; }
  .card-grid { grid-template-columns: 1fr; }
  .card, .card:nth-child(4n), .card:nth-child(2n) { min-height: 0; border-right: 0; }
  .card-filler { display: none; }
  .button-row { flex-direction: column; }
  .btn { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-col:last-child { grid-column: auto; }
}
