:root {
  --ink: #f4f0e8;
  --paper: #f6f3ed;
  --paper-deep: #d7d0c4;
  --dark: #080908;
  --forest: #101a16;
  --gold: #b99a62;
  --line: rgba(185, 154, 98, 0.28);
  --muted: #9e988f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--dark);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 clamp(20px, 4.5vw, 72px);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, height .35s ease;
}
.site-header.scrolled {
  height: 68px;
  background: rgba(8, 9, 8, .96);
  border-color: rgba(197, 166, 108, .18);
  backdrop-filter: blur(12px);
}
.brand img { width: 190px; }
nav { display: flex; gap: 26px; justify-content: center; }
nav a, .header-cta {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
nav a { color: rgba(246, 240, 231, .78); }
nav a:hover, .header-cta:hover { color: var(--gold); }
.header-cta { justify-self: end; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }

.hero, .cinematic { position: relative; overflow: hidden; }
.hero { height: 100svh; min-height: 720px; display: grid; align-items: end; }
.motion-film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 4, 3, .82), rgba(3, 4, 3, .1) 68%),
    linear-gradient(0deg, rgba(3, 4, 3, .88), transparent 58%);
}
.hero-topline {
  position: absolute; z-index: 2; top: 112px; left: clamp(20px, 5vw, 78px); right: clamp(20px, 5vw, 78px);
  display: flex; justify-content: space-between;
  color: rgba(246, 240, 231, .68);
  font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
}
.hero-content { position: relative; z-index: 2; width: min(920px, 90vw); padding: 0 0 72px clamp(20px, 5vw, 78px); }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, .manifesto-copy { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; letter-spacing: 0; }
h1 { margin: 0; font-size: 190px; line-height: .72; }
.hero-deck { max-width: 610px; margin: 32px 0 0; color: rgba(246, 240, 231, .88); font-family: "Cormorant Garamond", Georgia, serif; font-size: 36px; line-height: 1.04; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 22px; border: 1px solid currentColor;
  font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.button.light:hover { background: var(--ink); color: var(--dark); border-color: var(--ink); }
.button.gold { background: var(--gold); border-color: var(--gold); color: #11130f; }
.button.gold:hover { background: #d7ba83; border-color: #d7ba83; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 16px; }
.motion-caption { position: absolute; z-index: 2; right: clamp(20px, 5vw, 78px); bottom: 26px; margin: 0; color: rgba(246, 240, 231, .62); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.manifesto { position: relative; padding: clamp(100px, 14vw, 210px) clamp(20px, 8vw, 130px); background: var(--dark); }
.manifesto::before { content: "A"; position: absolute; right: 7vw; top: 40px; color: rgba(185,154,98,.055); font-family: "Cormorant Garamond", Georgia, serif; font-size: 360px; line-height: 1; pointer-events: none; }
.manifesto-copy { max-width: 1120px; margin: 0; font-size: 90px; line-height: .92; }
.manifesto-meta { margin-top: 70px; padding-top: 18px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; color: var(--muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.why-aurelia { padding: clamp(100px, 12vw, 180px) clamp(20px, 6vw, 96px); background: var(--paper); color: #181914; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid #d7c9b5; background: #d7c9b5; }
.value-grid article { min-height: 250px; padding: 30px; background: #f7f2ea; }
.value-grid span { color: #9a7945; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.value-grid h3 { margin: 56px 0 14px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; font-weight: 400; line-height: .98; }
.value-grid p { margin: 0; color: #6d665b; font-size: 13px; line-height: 1.7; }

.advertise { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 820px; background: #0b0c0b; color: var(--ink); }
.advertise-image { position: relative; overflow: hidden; min-height: 720px; }
.advertise-image::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(244,240,232,.22); pointer-events: none; }
.advertise-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.72); }
.advertise-copy { align-self: center; padding: clamp(58px, 8vw, 130px); }
.advertise-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(246,240,231,.78); font-size: 15px; line-height: 1.9; }
.benefit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 42px; border: 1px solid rgba(185,154,98,.34); background: rgba(185,154,98,.34); }
.benefit-list span { min-height: 92px; display: flex; align-items: center; padding: 20px; background: rgba(246,240,231,.045); color: rgba(246,240,231,.86); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

.stories, .worlds { padding: clamp(100px, 12vw, 180px) clamp(20px, 6vw, 96px); }
.stories { background: var(--paper); color: #181914; }
.section-header { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 48px; margin-bottom: 66px; }
.section-header h2, .cinematic h2, .edition h2, .partners h2, .advertise h2, .visual-editorial h2 { margin: 0; font-size: 86px; line-height: .9; }
.section-header > p { max-width: 500px; margin: 0; color: #696257; font-size: 14px; line-height: 1.8; }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 78px 34px; }
.story { display: grid; grid-template-columns: 1fr; gap: 20px; }
.story-feature { grid-column: span 2; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 44px; }
.story figure { margin: 0; overflow: hidden; position: relative; background: #0b0c0b; }
.story figure::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(244,240,232,.32); pointer-events: none; }
.story figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .8s ease; }
.story-feature figure img { aspect-ratio: 16 / 9; }
.story:hover figure img { transform: scale(1.025); }
.story figcaption { position: absolute; inset: auto 0 0; padding: 32px 16px 13px; background: linear-gradient(transparent, rgba(0,0,0,.62)); color: var(--ink); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.story-copy span { color: var(--gold); font-size: 10px; }
.story-copy h3 { margin: 7px 0 10px; font-size: 56px; line-height: .95; }
.story:not(.story-feature) .story-copy h3 { font-size: 42px; }
.story-copy p { max-width: 460px; margin: 0; color: #6d665b; font-size: 13px; line-height: 1.7; }
.story-copy b { display: inline-block; margin-top: 17px; color: #8e7040; font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.cinematic { height: min(92svh, 980px); min-height: 680px; display: grid; align-items: end; }
.cinematic-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,3,2,.84), transparent 72%), linear-gradient(0deg, rgba(2,3,2,.72), transparent 58%); }
.cinematic::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(244,240,232,.22); pointer-events: none; }
.cinematic-copy { position: relative; z-index: 2; width: min(730px, 86vw); padding: 0 0 72px clamp(20px, 7vw, 110px); }
.cinematic-copy p:not(.eyebrow) { max-width: 560px; color: rgba(246,240,231,.78); font-size: 14px; line-height: 1.8; }

.worlds { background: var(--forest); }
.section-header.compact { grid-template-columns: 1fr; }
.world-list { border-top: 1px solid var(--line); }
.world-list a { display: grid; grid-template-columns: 72px 1fr 1fr 28px; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.world-list a:hover { padding-left: 10px; color: var(--gold); }
.world-list span, .world-list em, .world-list b { font-size: 10px; font-style: normal; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.world-list span, .world-list em { color: var(--muted); }
.world-list strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 48px; font-weight: 400; }
.world-list b { justify-self: end; color: var(--gold); }

.image-band { display: grid; grid-template-columns: 1.25fr .75fr 1fr; min-height: 560px; gap: 1px; background: rgba(185,154,98,.32); }
.image-band figure { position: relative; margin: 0; overflow: hidden; }
.image-band img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, filter .8s ease; }
.image-band figure:hover img { transform: scale(1.03); filter: brightness(.82); }
.image-band figcaption { position: absolute; left: 18px; bottom: 18px; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }

.distribution { padding: clamp(100px, 12vw, 180px) clamp(20px, 6vw, 96px); background: var(--paper); color: #181914; }
.map-panel { position: relative; min-height: 620px; overflow: hidden; border: 1px solid #d1c4b1; background: radial-gradient(circle at 24% 30%, rgba(185,154,98,.2), transparent 18%), radial-gradient(circle at 70% 35%, rgba(16,26,22,.18), transparent 24%), linear-gradient(135deg, #eee7dc, #f8f4ec); }
.map-panel::before { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(185,154,98,.36); pointer-events: none; }
.map-panel::after { content: "EUROPE / DACH / GULF / UNITED STATES"; position: absolute; left: 44px; bottom: 36px; color: #8f6f3c; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.map-line { position: absolute; inset: 0; background: linear-gradient(28deg, transparent 40%, rgba(185,154,98,.16) 40.15%, rgba(185,154,98,.16) 40.35%, transparent 40.5%), linear-gradient(152deg, transparent 43%, rgba(185,154,98,.14) 43.15%, rgba(185,154,98,.14) 43.35%, transparent 43.5%); }
.map-pin { position: absolute; width: 12px; height: 12px; padding: 0; border: 1px solid #8f6f3c; border-radius: 50%; background: #101a16; cursor: pointer; }
.map-pin::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(143,111,60,.25); border-radius: 50%; }
.map-pin span { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); min-width: max-content; color: #231f19; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .72; transition: color .2s ease, opacity .2s ease; }
.map-pin:hover span, .map-pin:focus-visible span { color: #8f6f3c; opacity: 1; }
.map-pin.london { left: 34%; top: 30%; }
.map-pin.paris { left: 37%; top: 40%; }
.map-pin.monaco { left: 43%; top: 52%; }
.map-pin.milan { left: 46%; top: 47%; }
.map-pin.geneva { left: 42%; top: 44%; }
.map-pin.zurich { left: 46%; top: 38%; }
.map-pin.munich { left: 50%; top: 36%; }
.map-pin.vienna { left: 55%; top: 40%; }
.map-pin.dubai { left: 70%; top: 58%; }
.map-pin.doha { left: 73%; top: 62%; }
.map-pin.riyadh { left: 68%; top: 68%; }
.map-pin.newyork { left: 14%; top: 38%; }
.map-pin.miami { left: 19%; top: 62%; }
.map-pin.losangeles { left: 7%; top: 54%; }
.map-pin.aspen { left: 12%; top: 50%; }
.map-pin.palmbeach { left: 22%; top: 59%; }

.visual-editorial { display: grid; grid-template-columns: 1.05fr .95fr .95fr; gap: 1px; background: rgba(185,154,98,.32); color: var(--ink); }
.visual-editorial > div { min-height: 620px; display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 6vw, 92px); background: var(--forest); }
.visual-editorial > div p:not(.eyebrow) { max-width: 430px; color: rgba(246,240,231,.76); font-size: 14px; line-height: 1.8; }
.visual-editorial figure { position: relative; min-height: 310px; margin: 0; overflow: hidden; background: #090a09; }
.visual-editorial .visual-large { grid-row: span 2; }
.visual-editorial img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.86); transition: transform .8s ease, filter .8s ease; }
.visual-editorial figure:hover img { transform: scale(1.03); filter: brightness(.72); }
.visual-editorial figcaption { position: absolute; left: 18px; bottom: 18px; color: rgba(246,240,231,.86); font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.edition { display: grid; grid-template-columns: 1fr 1fr; min-height: 900px; background: var(--paper); color: #11120f; }
.edition-visual { position: relative; min-height: 760px; overflow: hidden; }
.edition-visual > img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.7); }
.cover-type { position: absolute; inset: 28px; display: flex; flex-direction: column; border: 1px solid rgba(244,240,232,.45); padding: 20px; color: var(--ink); }
.cover-type span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 94px; line-height: .8; }
.cover-type strong { margin-top: auto; font-family: "Cormorant Garamond", Georgia, serif; font-size: 104px; font-weight: 400; line-height: .72; }
.cover-type small { margin-top: 20px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.edition-copy { align-self: center; padding: clamp(58px, 8vw, 130px); }
.edition-intro { max-width: 530px; color: #665f54; font-family: "Cormorant Garamond", Georgia, serif; font-size: 36px; line-height: 1.06; }
.edition ol { list-style: none; margin: 48px 0 0; padding: 0; border-top: 1px solid #cfc4b4; }
.edition li { padding: 15px 0; border-bottom: 1px solid #cfc4b4; font-size: 12px; }
.edition li span { display: inline-block; width: 52px; color: #a48148; }
.dark-link { color: #171814; }

.partners { position: relative; padding: clamp(120px, 16vw, 240px) clamp(20px, 9vw, 150px); background: linear-gradient(rgba(3,4,3,.74), rgba(3,4,3,.92)), url("assets/web-luxury/restaurant_room.jpg") center / cover; }
.partners::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(244,240,232,.18); pointer-events: none; }
.partners > * { position: relative; z-index: 1; }
.partners h2 { max-width: 1050px; }
.partners > p:not(.eyebrow) { max-width: 650px; margin: 32px 0 0; color: rgba(246,240,231,.76); font-size: 15px; line-height: 1.8; }
.partner-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; padding: 80px clamp(20px, 7vw, 110px); background: var(--paper); color: #171814; }
.newsletter h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 62px; font-weight: 400; line-height: .92; }
.newsletter form label { display: block; margin-bottom: 8px; color: #6d665b; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.newsletter-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #a7977f; }
.newsletter input { min-width: 0; border: 0; background: transparent; padding: 14px 0; color: #171814; font: inherit; outline: 0; }
.newsletter button { border: 0; background: transparent; color: #8e7040; padding: 0 0 0 20px; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.newsletter form > p { margin: 12px 0 0; color: #80776a; font-size: 9px; }
.form-hidden { position: absolute; left: -9999px; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; padding: 54px clamp(20px, 5vw, 78px); border-top: 1px solid var(--line); background: #090a09; }
footer img { width: 190px; }
footer div { text-align: center; }
footer p, footer a { margin: 5px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
footer > p { text-align: right; }
.footer-legal { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .story figure img, .image-band img, .world-list a { transition: none; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 70px; }
  .brand img { width: 160px; }
  nav { display: none; }
  .hero { min-height: 650px; }
  .hero-topline { top: 90px; }
  h1 { font-size: 120px; }
  .hero-deck { font-size: 31px; }
  .manifesto-copy { font-size: 58px; }
  .section-header h2, .cinematic h2, .edition h2, .partners h2, .advertise h2, .visual-editorial h2 { font-size: 62px; }
  .story-copy h3, .story:not(.story-feature) .story-copy h3 { font-size: 42px; }
  .world-list strong { font-size: 38px; }
  .cover-type span { font-size: 74px; }
  .cover-type strong { font-size: 80px; }
  .manifesto-meta, .section-header, .edition, .newsletter, footer, .advertise, .visual-editorial { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid, .story-feature { grid-template-columns: 1fr; }
  .story-feature { grid-column: auto; }
  .world-list a { grid-template-columns: 44px 1fr 24px; }
  .world-list em { display: none; }
  .image-band { grid-template-columns: 1fr; min-height: 0; }
  .image-band figure { height: 62vw; min-height: 320px; }
  .advertise-image { min-height: 560px; }
  .map-panel { min-height: 660px; }
  .visual-editorial > div { min-height: auto; }
  .visual-editorial .visual-large { grid-row: auto; }
  .edition-visual { min-height: 680px; }
  .edition-copy { padding: 70px 24px; }
  .partner-actions { align-items: flex-start; flex-direction: column; }
  footer div, footer > p { text-align: left; }
  .footer-legal { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .header-cta { font-size: 8px; }
  h1 { font-size: 78px; }
  .hero-deck { font-size: 26px; }
  .manifesto-copy { font-size: 44px; }
  .section-header h2, .cinematic h2, .edition h2, .partners h2, .advertise h2, .visual-editorial h2 { font-size: 50px; }
  .cover-type span { font-size: 58px; }
  .cover-type strong { font-size: 64px; }
  .hero-topline span:first-child { display: none; }
  .hero-topline { justify-content: flex-end; }
  .hero-content { padding-bottom: 50px; }
  .motion-caption { display: none; }
  .actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .manifesto-meta { gap: 12px; }
  .value-grid, .benefit-list { grid-template-columns: 1fr; }
  .value-grid article { min-height: auto; }
  .cinematic { min-height: 620px; }
  .map-panel { min-height: 720px; }
  .map-panel::before { inset: 18px; }
  .map-panel::after { left: 26px; right: 26px; bottom: 24px; }
  .map-pin span { font-size: 8px; }
  .cover-type { inset: 24px; }
  .edition-visual { min-height: 570px; }
}
