:root {
  --ink: #121416;
  --paper: #efede6;
  --white: #fffdf8;
  --blue: #1b304c;
  --blue-deep: #12243a;
  --night: #0b0e12;
  --gold: #b99756;
  --gold-light: #ddc282;
  --gold-deep: #896b36;
  --line: rgba(16,17,19,.18);
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { min-height: 34px; padding: 7px 30px; color: var(--white); background: var(--night); display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.announcement p { margin: 0; display: flex; align-items: center; gap: 9px; }
.announcement a { text-decoration: underline; text-underline-offset: 3px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--gold-light); box-shadow: 0 0 0 4px rgba(221,194,130,.16); }

.site-header { position: absolute; z-index: 3; top: 34px; left: 0; right: 0; min-height: 88px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.brand strong { display: block; font-family: var(--display); font-size: 16px; font-style: italic; letter-spacing: -.08em; text-transform: uppercase; }
.brand-mark { width: 39px; color: var(--gold-light); }
.brand-mark svg { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-weight: 700; font-size: 13px; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--gold-light); transition: width .22s ease; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 11px 15px; border: 1px solid rgba(255,255,255,.7); transition: background .2s, color .2s; }
.nav-cta:hover { color: var(--ink); background: var(--white); }
.menu-toggle { display: none; }

.hero { min-height: min(780px, calc(100svh - 34px)); position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--night); isolation: isolate; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -3; filter: saturate(.9) contrast(1.08); }
.hero-scrim { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,12,19,.94) 0%, rgba(8,12,19,.7) 42%, rgba(8,12,19,.2) 82%), linear-gradient(0deg, rgba(3,5,9,.84), transparent 55%); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero-content { padding-block: 155px 112px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-deep); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.075em; line-height: .88; }
h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(54px, 8.3vw, 122px); letter-spacing: -.065em; line-height: .94; }
h1 em, h2 em { color: var(--gold-light); font-style: italic; }
.hero-copy { max-width: 430px; margin-bottom: 32px; font-size: 18px; line-height: 1.45; color: rgba(255,255,255,.9); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 49px; padding: 13px 18px; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--night); background: var(--gold-light); }
.button-primary:hover { background: #f0d99d; }
.button-quiet { border: 1px solid rgba(255,255,255,.64); }
.button-quiet:hover { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--blue-deep); }
.button-dark:hover { color: var(--night); background: var(--gold-light); }
.button-outline { color: var(--white); border: 1px solid rgba(255,255,255,.7); }
.button-outline:hover { color: var(--ink); background: var(--white); }
.hero-caption { position: absolute; right: 28px; bottom: 22px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .82; }
.scroll-hint { position: absolute; left: max(24px, calc((100% - 1180px) / 2)); bottom: 18px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-hint i { color: var(--gold-light); font-size: 22px; font-style: normal; animation: bob 1.4s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.marquee { overflow: hidden; white-space: nowrap; color: var(--night); background: var(--gold-light); border-block: 1px solid rgba(18,20,22,.15); }
.marquee-track { width: max-content; min-height: 69px; display: flex; align-items: center; gap: 30px; padding-left: 30px; font-family: var(--display); font-size: 21px; letter-spacing: -.045em; animation: marquee 28s linear infinite; }
.marquee-track b { color: var(--gold-deep); font-size: 16px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: 124px; }
.split-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 50px; align-items: end; margin-bottom: 58px; }
h2 { margin-bottom: 0; font-size: clamp(46px, 6vw, 88px); }
.section-intro { max-width: 430px; padding-bottom: 5px; }
.section-intro p, .about-copy > p:not(.eyebrow), .community-heading > p { color: #4c5159; font-size: 16px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--gold-deep); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { font-size: 17px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.shop-meta { display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; gap: 0; margin-bottom: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-stat { min-height: 97px; padding: 18px 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.trust-stat strong { font-family: var(--display); font-size: 27px; letter-spacing: -.07em; line-height: 1; }
.trust-stat span, .shop-meta > p { margin: 7px 0 0; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shop-meta > p { align-self: center; padding-left: 22px; color: #555b64; line-height: 1.55; }
.listing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.listing-card { min-width: 0; position: relative; display: flex; background: var(--white); border-top: 2px solid var(--gold); border-right: 1px solid rgba(16,17,19,.12); border-bottom: 1px solid rgba(16,17,19,.12); border-left: 1px solid rgba(16,17,19,.12); transition: transform .22s, box-shadow .22s; }
.listing-card:hover { transform: translateY(-5px); box-shadow: 8px 8px 0 rgba(185,151,86,.32); }
.listing-copy { width: 100%; min-height: 238px; display: flex; flex-direction: column; padding: 22px; }
.listing-kicker { display: flex; justify-content: space-between; margin-bottom: 36px; color: var(--gold-deep); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.listing-copy h3 { margin-bottom: 24px; font-family: var(--display); font-size: 19px; letter-spacing: -.045em; line-height: 1.08; text-transform: uppercase; }
.listing-copy h3 a:hover { color: var(--gold-deep); }
.listing-bottom { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(16,17,19,.14); }
.listing-price { color: var(--night); font-family: var(--display); font-size: 25px; letter-spacing: -.06em; }
.listing-link { color: var(--gold-deep); font-size: 10px; font-weight: 900; letter-spacing: .07em; line-height: 1.2; text-align: right; text-transform: uppercase; }.listing-link span { display: block; margin-top: 3px; font-size: 17px; }
.center-action { margin-top: 35px; text-align: center; }

.services { background: #e8e6e0; border-block: 1px solid rgba(16,17,19,.08); }
.services .split-heading { margin-bottom: 48px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.service-card { min-height: 340px; position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; overflow: hidden; background: var(--white); border: 1px solid rgba(16,17,19,.11); transition: transform .22s, box-shadow .22s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 10px 10px 0 rgba(185,151,86,.45); }
.service-card-blue { color: var(--white); background: var(--blue); }.service-card-dark { color: var(--white); background: var(--night); }
.service-number { position: absolute; right: 18px; top: -15px; color: rgba(16,17,19,.055); font-family: var(--display); font-size: 104px; font-style: italic; letter-spacing: -.13em; line-height: 1; }
.service-card-blue .service-number, .service-card-dark .service-number { color: rgba(255,255,255,.16); }
.service-card h3 { position: relative; max-width: 270px; margin: 20px 0 14px; font-family: var(--display); font-size: clamp(27px, 3vw, 37px); letter-spacing: -.065em; line-height: .92; text-transform: uppercase; }
.service-card p { max-width: 290px; margin-bottom: 24px; color: #555b64; font-size: 14px; line-height: 1.58; }
.service-card-blue p, .service-card-dark p { color: rgba(255,255,255,.82); }
.service-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--gold-deep); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.service-link span { font-size: 17px; }.service-card-blue .service-link { color: var(--gold-light); }.service-card-dark .service-link { color: var(--gold-light); }.pending-link { color: #657080; cursor: default; }.service-card-blue .pending-link, .service-card-dark .pending-link { color: rgba(255,255,255,.72); }.tag-coming { color: var(--ink); background: var(--gold-light); }

.community { color: var(--white); background: var(--night); position: relative; overflow: hidden; }
.community::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 11%, rgba(185,151,86,.28), transparent 31%), radial-gradient(circle at 14% 90%, rgba(185,151,86,.11), transparent 33%); pointer-events: none; }
.community .container { position: relative; }
.community-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: end; margin-bottom: 54px; }
.community-heading > p { margin-bottom: 6px; color: rgba(255,255,255,.72); }
.update-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 14px; }
.feature-update { min-height: 510px; position: relative; overflow: hidden; }
.feature-update > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s; }
.feature-update:hover > img { transform: scale(1.04); }
.feature-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,5,11,.95), transparent 69%); }
.feature-copy { position: absolute; bottom: 0; left: 0; padding: 32px; }
.tag { display: inline-block; padding: 6px 8px; color: var(--night); background: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.tag-blue { color: var(--gold-deep); background: rgba(185,151,86,.16); }
.feature-copy h3 { max-width: 420px; margin: 16px 0 9px; font-family: var(--display); font-size: clamp(29px, 3.2vw, 44px); letter-spacing: -.06em; line-height: .93; text-transform: uppercase; }
.feature-copy p { max-width: 400px; margin-bottom: 17px; color: rgba(255,255,255,.78); font-size: 14px; }
.feature-copy a { color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.updates-list { display: grid; gap: 1px; background: rgba(255,255,255,.14); }
.update-card { min-height: 164px; padding: 23px; display: grid; grid-template-columns: 31px 1fr 20px; gap: 12px; background: #11141b; transition: background .22s; }
.update-card:hover { background: #1c2638; }
.update-number { color: var(--gold-light); font-family: var(--display); font-size: 13px; }
.update-card h3 { margin: 13px 0 6px; font-family: var(--display); font-size: 23px; letter-spacing: -.05em; line-height: .95; text-transform: uppercase; }
.update-card p { margin-bottom: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }
.card-arrow { color: var(--gold-light); font-size: 21px; }
.curation-note { margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .035em; }
.curation-note span { color: var(--gold-light); }

.developments { overflow: hidden; background: #e6e0d2; }
.development-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.development-intro { position: relative; padding: 55px 0; }.development-intro h2 { margin-bottom: 28px; }.development-intro > p:last-of-type { max-width: 365px; color: #414a59; font-size: 16px; line-height: 1.68; }.development-link { margin-top: 18px; }
.development-stamp { width: 165px; height: 165px; display: flex; flex-direction: column; justify-content: space-between; margin-top: 40px; padding: 13px; color: var(--white); background: var(--ink); transform: rotate(-7deg); }
.development-stamp span { align-self: center; margin-top: 2px; font-family: var(--display); font-size: 69px; font-style: italic; letter-spacing: -.14em; line-height: 1; }.development-stamp small { font-size: 9px; font-weight: 900; letter-spacing: .1em; line-height: 1.35; }
.development-list { border-top: 1px solid rgba(16,17,19,.22); }.development-item { min-height: 157px; display: grid; grid-template-columns: 40px 1fr .85fr; gap: 16px; align-items: center; padding: 23px 0; border-bottom: 1px solid rgba(16,17,19,.22); }.development-item > span { color: var(--blue-deep); font-family: var(--display); font-size: 13px; }.development-item .eyebrow { margin: 0 0 9px; color: var(--blue-deep); font-size: 9px; }.development-item h3 { margin: 0; font-family: var(--display); font-size: clamp(22px, 2.4vw, 33px); letter-spacing: -.06em; line-height: .94; text-transform: uppercase; }.development-item > a { justify-self: start; color: var(--blue-deep); font-size: 11px; font-weight: 900; letter-spacing: .06em; line-height: 1.45; text-transform: uppercase; }.development-item > a span { font-size: 17px; }

.about { min-height: 700px; display: grid; grid-template-columns: .68fr 1.07fr .85fr; gap: 45px; align-items: center; position: relative; overflow: hidden; }
.about-signpost { align-self: stretch; display: flex; flex-direction: column; justify-content: center; color: rgba(16,17,19,.055); font-family: var(--display); font-size: clamp(80px, 12vw, 170px); font-style: italic; line-height: .64; letter-spacing: -.14em; }
.about-copy { max-width: 525px; padding-block: 80px; }
.about-copy h2 { margin-bottom: 31px; }
.about-copy .lead { color: var(--ink); font-size: 20px; font-weight: 600; line-height: 1.5; }
.about-art { min-height: 370px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--blue-deep); }
.ring { position: absolute; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.ring-one { width: 210px; height: 210px; }.ring-two { width: 330px; height: 330px; }.ring-three { width: 480px; height: 480px; }
.about-art-word { position: relative; z-index: 1; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: clamp(88px,11vw,145px); font-weight: 700; letter-spacing: -.12em; line-height: .84; text-align: center; }
.about-art p { position: absolute; left: 20px; bottom: 18px; margin: 0; font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1.5; }

.cta-strip { padding-block: 104px; color: var(--white); background: var(--blue-deep); text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; }
.cta-strip h2 { margin-bottom: 34px; color: var(--white); }.cta-strip h2 em { color: var(--gold-light); }
.cta-actions { justify-content: center; }.cta-strip .button-primary { color: var(--night); background: var(--gold-light); }.cta-strip .button-primary:hover { background: #f0d99d; }

.site-footer { color: rgba(255,255,255,.75); background: var(--night); }
.footer-top { padding-block: 50px; display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.15); }.footer-brand { color: var(--white); }.footer-links { display: flex; flex-direction: column; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; }.footer-links a:hover { color: var(--gold-light); }.footer-bottom { padding-block: 18px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }.footer-bottom p { margin: 0; }

@media (max-width: 860px) {
  .site-header { min-height: 72px; }.main-nav { gap: 17px; font-size: 12px; }.nav-cta { padding: 9px 11px; }.split-heading, .community-heading { grid-template-columns: 1fr; gap: 24px; }.shop-meta { grid-template-columns: repeat(3,1fr); }.shop-meta > p { grid-column: span 3; margin: 0; padding: 13px 20px; border-top: 1px solid var(--line); }.listing-grid { grid-template-columns: repeat(2, 1fr); }.service-grid { grid-template-columns: repeat(3, 1fr); }.service-card { min-height: 370px; padding: 24px; }.development-layout { gap: 50px; }.development-item { grid-template-columns: 32px 1fr; }.development-item > p { grid-column: 2; }.update-grid { grid-template-columns: 1fr; }.feature-update { min-height: 430px; }.about { grid-template-columns: 1fr 1.25fr; }.about-signpost { display: none; }.about-art { min-height: 310px; }.footer-top { gap: 35px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 34px, 1180px); }.announcement { padding-inline: 17px; font-size: 8px; }.announcement a { display: none; }.site-header { top: 34px; padding-inline: 17px; }.brand { font-size: 13px; }.brand strong { font-size: 14px; }.brand-mark { width: 32px; }.menu-toggle { width: 45px; height: 40px; display: grid; align-content: center; justify-content: center; gap: 6px; padding: 0; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.5); }.menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; }.main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 20px 17px; background: #0b101c; border-bottom: 1px solid rgba(255,255,255,.25); }.main-nav.open { display: flex; flex-direction: column; align-items: stretch; }.nav-cta { text-align: center; }.hero { min-height: 690px; }.hero-image { object-position: 62% center; }.hero-scrim { background: linear-gradient(90deg, rgba(4,8,18,.95), rgba(4,8,18,.45)), linear-gradient(0deg, rgba(3,5,9,.85), transparent 60%); }.hero-content { padding-bottom: 105px; }.hero-copy { font-size: 16px; }.hero-caption { right: 17px; bottom: 12px; max-width: 150px; text-align: right; font-size: 7px; }.scroll-hint { left: 17px; bottom: 10px; }.section { padding-block: 78px; }.split-heading { margin-bottom: 35px; } h2 { font-size: 52px; }.shop-meta { display: grid; grid-template-columns: 1fr 1fr; }.trust-stat { min-height: 87px; padding: 15px; }.trust-stat:nth-child(2) { border-right: 0; }.trust-stat:nth-child(3) { grid-column: span 2; border-top: 1px solid var(--line); border-right: 0; }.shop-meta > p { grid-column: span 2; padding: 13px 15px; }.listing-grid { grid-template-columns: 1fr; }.listing-copy { min-height: 205px; }.listing-copy h3 { min-height: auto; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 292px; }.development-layout { grid-template-columns: 1fr; gap: 25px; }.development-intro { padding: 0; }.development-stamp { margin-top: 28px; }.development-item { min-height: 0; padding: 24px 0; grid-template-columns: 29px 1fr; }.development-item > p { grid-column: 2; }.community-heading { margin-bottom: 34px; }.feature-update { min-height: 420px; }.feature-copy { padding: 23px; }.update-card { min-height: 144px; padding: 18px; }.about { min-height: auto; grid-template-columns: 1fr; gap: 0; }.about-copy { padding-block: 78px 45px; }.about-art { min-height: 280px; }.cta-strip { padding-block: 77px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 29px; }.footer-brand { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 7px; }.marquee-track { min-height: 55px; font-size: 17px; }
}
