:root {
  --night: #101214;
  --night-soft: #17191b;
  --stone: #e8dfd1;
  --paper: #f4eee4;
  --clay: #b99579;
  --bronze: #b78856;
  --cobalt: #1d3d63;
  --cobalt-bright: #356c9c;
  --line: rgba(232, 223, 209, .22);
  --ink-line: rgba(16, 18, 20, .18);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--night);
  color: var(--stone);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.ar-wrap { width: min(var(--max), calc(100% - 72px)); margin-inline: auto; }
.ar-kicker, .ar-meta, .ar-label {
  font-family: "Courier New", Courier, monospace;
  font-size: .67rem;
  line-height: 1.3;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ar-kicker { color: var(--bronze); }
.ar-display {
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
}
.ar-copy { max-width: 690px; color: #c9c1b6; }
.ar-copy.large { font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.55; }
.ar-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--stone);
  cursor: pointer;
  font-family: "Courier New", Courier, monospace;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .2s ease;
}
.ar-button:hover, .ar-button:focus-visible { border-color: var(--bronze); color: #fff; transform: translateY(-1px); }
.ar-button.primary { background: var(--bronze); border-color: var(--bronze); color: #101214; }
.ar-button.primary:hover, .ar-button.primary:focus-visible { background: #d0ad82; border-color: #d0ad82; }
.ar-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.ar-skip { position: fixed; left: 16px; top: -70px; z-index: 90; background: var(--paper); color: var(--night); padding: 11px 15px; }
.ar-skip:focus { top: 16px; }

.ar-utility { border-bottom: 1px solid var(--line); background: #0b0d0e; }
.ar-utility .ar-wrap { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #9f988e; }
.ar-utility a:hover { color: var(--stone); }
.ar-header { position: relative; z-index: 40; background: var(--night); border-bottom: 1px solid var(--line); }
.ar-nav-row { min-height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.ar-nav-side { display: flex; gap: clamp(12px, 1.6vw, 27px); align-items: center; }
.ar-nav-side.right { justify-content: flex-end; }
.ar-nav-side a { color: #b9b1a6; font-size: .73rem; }
.ar-nav-side a:hover, .ar-nav-side a.active { color: var(--bronze); }
.ar-brand { min-width: 180px; text-align: center; }
.ar-brand strong { display: block; font: 400 1.5rem/1 Didot, "Times New Roman", serif; letter-spacing: -.035em; }
.ar-brand small { display: block; margin-top: 7px; color: var(--bronze); font: .58rem/1 "Courier New", monospace; letter-spacing: .22em; text-transform: uppercase; }
.ar-menu-toggle { display: none; border: 0; background: none; color: var(--stone); padding: 10px; cursor: pointer; }
.ar-menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }
.ar-mobile-nav { display: none; }

.ar-hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.4fr); }
.ar-hero-copy { display: flex; align-items: flex-end; padding: clamp(80px, 9vw, 145px) clamp(34px, 6vw, 100px) 82px max(36px, calc((100vw - var(--max)) / 2)); background: var(--paper); color: var(--night); }
.ar-hero-copy h1 { margin: 16px 0 25px; font-size: clamp(4.5rem, 8.2vw, 8.7rem); }
.ar-hero-copy p { max-width: 490px; color: #4f4b46; }
.ar-hero-copy .ar-button { color: var(--night); border-color: var(--ink-line); }
.ar-hero-copy .ar-button.primary { color: var(--paper); background: var(--cobalt); border-color: var(--cobalt); }
.ar-hero-photo { position: relative; min-height: 580px; overflow: hidden; }
.ar-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ar-hero-stamp { position: absolute; right: 30px; bottom: 28px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.42); background: rgba(12,13,14,.54); backdrop-filter: blur(8px); color: #fff; }
.ar-facts { border-bottom: 1px solid var(--line); background: var(--night-soft); }
.ar-fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ar-fact { padding: 26px 30px; border-left: 1px solid var(--line); }
.ar-fact:last-child { border-right: 1px solid var(--line); }
.ar-fact strong { display: block; color: var(--paper); font: 400 1.7rem/1 Didot, serif; }
.ar-fact span { color: #938c83; }

.ar-section { padding: clamp(80px, 10vw, 142px) 0; }
.ar-section.paper { background: var(--paper); color: var(--night); }
.ar-section.blue { background: var(--cobalt); }
.ar-section.soft { background: var(--night-soft); border-block: 1px solid var(--line); }
.ar-section-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .65fr); gap: 50px; align-items: end; margin-bottom: 52px; }
.ar-section-head h2, .ar-section-head h1 { margin: 13px 0 0; font-size: clamp(3.5rem, 6vw, 6.8rem); }
.paper .ar-copy { color: #5a554e; }
.ar-datum { display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; }
.ar-datum::before { content: ""; height: 7px; margin-top: 9px; border-top: 1px solid var(--bronze); border-bottom: 1px solid var(--bronze); }
.ar-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(38px, 8vw, 120px); align-items: center; }
.ar-split.reverse > :first-child { order: 2; }
.ar-media { position: relative; min-height: 540px; overflow: hidden; background: #222; }
.ar-media.short { min-height: 410px; }
.ar-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.ar-media:hover img { transform: scale(1.025); }
.ar-media::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.24); pointer-events: none; }
.ar-editorial h2 { margin: 14px 0 26px; font-size: clamp(3rem, 5.5vw, 6rem); }
.ar-note { margin-top: 34px; padding-top: 20px; border-top: 1px solid currentColor; opacity: .75; }

.ar-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 32px; }
.ar-card-grid.four { grid-template-columns: repeat(4, 1fr); }
.ar-card { position: relative; padding: 22px 0 28px; border-top: 1px solid var(--line); }
.paper .ar-card { border-color: var(--ink-line); }
.ar-card h3 { margin: 14px 0 12px; font: 400 1.9rem/1.06 Didot, "Times New Roman", serif; }
.ar-card p { margin: 0; color: #aaa39a; }
.paper .ar-card p { color: #605a53; }
.ar-card .ar-link { display: inline-block; margin-top: 20px; color: var(--bronze); font-size: .75rem; border-bottom: 1px solid currentColor; }
.ar-image-card { padding-top: 0; }
.ar-image-card img { display: block; width: 100%; height: 260px; object-fit: cover; margin-bottom: 23px; }
.ar-room-list { border-top: 1px solid var(--line); }
.ar-room-row { display: grid; grid-template-columns: 64px minmax(160px,.8fr) 1.4fr auto; gap: 28px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.ar-room-row strong { font: 400 1.75rem/1 Didot, serif; }
.ar-room-row p { color: #aaa39a; }
.ar-tag { display: inline-flex; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #bcb4a9; }
.paper .ar-tag { border-color: var(--ink-line); color: #514c47; }

.ar-page-hero { padding: 96px 0 60px; border-bottom: 1px solid var(--line); background: var(--night-soft); }
.ar-page-hero .ar-wrap { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.ar-page-hero h1 { margin: 18px 0 0; font-size: clamp(4.2rem, 8vw, 8rem); }
.ar-page-hero p { color: #b1aaa1; }
.ar-image-hero { position: relative; height: min(70vw, 720px); min-height: 520px; overflow: hidden; }
.ar-image-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ar-image-hero .ar-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 55px max(36px, calc((100vw - var(--max)) / 2)); background: linear-gradient(0deg, rgba(10,12,14,.78), transparent 65%); }
.ar-image-hero h1 { max-width: 900px; margin: 12px 0; font-size: clamp(4rem, 8vw, 8rem); }

.ar-filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.ar-filter { border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; background: transparent; color: #a9a198; cursor: pointer; }
.ar-filter:hover, .ar-filter.active { background: var(--bronze); border-color: var(--bronze); color: var(--night); }
.paper .ar-filter { border-color: var(--ink-line); color: #56514b; }
.ar-filter-item[hidden] { display: none !important; }
.ar-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 16px; }
.ar-gallery figure { position: relative; margin: 0; overflow: hidden; cursor: zoom-in; background: #202326; }
.ar-gallery figure:nth-child(4n+1) { grid-row: span 2; }
.ar-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.ar-gallery figure:hover img { transform: scale(1.035); }
.ar-gallery figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; padding: 8px 10px; background: rgba(10,12,14,.67); color: #fff; font-size: .72rem; }
.ar-lightbox { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; padding: 28px; background: rgba(6,7,8,.94); }
.ar-lightbox.open { display: grid; }
.ar-lightbox img { max-width: min(1200px, 92vw); max-height: 82vh; object-fit: contain; }
.ar-lightbox button { position: absolute; right: 26px; top: 22px; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; font-size: 1.5rem; cursor: pointer; }

.ar-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ar-field { display: grid; gap: 8px; }
.ar-field.full { grid-column: 1 / -1; }
.ar-field label { color: #a8a097; font: .67rem/1.2 "Courier New", monospace; letter-spacing: .11em; text-transform: uppercase; }
.ar-field input, .ar-field select, .ar-field textarea {
  width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; background: #0d0f10; color: var(--stone);
}
.ar-field textarea { min-height: 130px; resize: vertical; }
.ar-field input:focus, .ar-field select:focus, .ar-field textarea:focus { outline: 2px solid var(--cobalt-bright); outline-offset: 2px; }
.ar-steps { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; max-width: 650px; margin-bottom: 42px; }
.ar-step { color: #706a62; }
.ar-step.active { color: var(--stone); }
.ar-step-line { height: 1px; background: var(--line); }
.ar-form-step[hidden] { display: none; }
.ar-success { display: none; margin-top: 22px; padding: 18px; border-left: 3px solid var(--bronze); background: var(--night-soft); }
.ar-success.show { display: block; }
.ar-contact-list { display: grid; gap: 22px; margin-top: 32px; }
.ar-contact-list div { padding-top: 16px; border-top: 1px solid var(--line); }
.ar-contact-list strong, .ar-contact-list span { display: block; }
.ar-contact-list span { color: #aaa39a; }

.ar-faq { border-top: 1px solid var(--line); }
.ar-faq button { width: 100%; display: flex; justify-content: space-between; gap: 24px; padding: 23px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--stone); cursor: pointer; text-align: left; font: 400 1.45rem Didot, serif; }
.ar-faq button + div { display: none; padding: 0 0 23px; color: #aaa39a; max-width: 780px; }
.ar-faq button[aria-expanded="true"] + div { display: block; }
.ar-faq .plus { color: var(--bronze); }
.paper .ar-faq { border-color: rgba(16,18,20,.2); }
.paper .ar-faq button { border-color: rgba(16,18,20,.16); color: #17191b; }
.paper .ar-faq button:hover, .paper .ar-faq button:focus-visible { color: var(--cobalt); }
.paper .ar-faq button + div { color: #514c46; }
.paper .ar-faq .plus { color: #9a6738; }
.ar-legal { max-width: 860px; }
.ar-legal h2 { margin: 48px 0 14px; color: var(--bronze); font: 400 2rem Didot, serif; }
.ar-legal h3 { margin: 30px 0 10px; font-size: 1rem; }
.ar-legal p, .ar-legal li { color: #b1aaa1; }

.ar-footer { border-top: 1px solid var(--line); background: #090b0c; padding: 78px 0 24px; }
.ar-footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1.1fr; gap: 48px; }
.ar-footer h2 { margin: 10px 0 18px; font: 400 2.7rem/.98 Didot, serif; }
.ar-footer h3 { margin: 0 0 18px; color: var(--bronze); font: .67rem "Courier New", monospace; letter-spacing: .14em; text-transform: uppercase; }
.ar-footer p, .ar-footer li, .ar-footer a { color: #9b948b; font-size: .83rem; }
.ar-footer a:hover { color: var(--stone); }
.ar-footer ul { list-style: none; padding: 0; margin: 0; }
.ar-footer li { margin: 8px 0; }
.ar-footer-meta { display: grid; grid-template-columns: 1fr auto; gap: 20px; margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--line); color: #766f68; font-size: .69rem; }
.ar-footer-link { padding: 0; border: 0; background: transparent; color: #9b948b; cursor: pointer; font: inherit; }
.ar-footer-link:hover, .ar-footer-link:focus-visible { color: var(--stone); }
.ar-responsible { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); text-align: center; color: #9b948b; font-size: .73rem; }
.ar-cookie { position: fixed; z-index: 70; left: 50%; bottom: 24px; width: min(980px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(260px, 1fr) auto; align-items: center; gap: 32px; padding: 20px 22px; transform: translateX(-50%); border: 1px solid rgba(196,139,91,.38); background: rgba(13,15,16,.97); box-shadow: 0 24px 70px rgba(0,0,0,.46); backdrop-filter: blur(16px); }
.ar-cookie[hidden], .ar-consent-layer[hidden] { display: none; }
.ar-cookie p { margin: 0; color: #aaa39a; font-size: .78rem; }
.ar-cookie .ar-cookie-title { margin-bottom: 5px; color: var(--stone); font: 400 1.2rem Didot, serif; }
.ar-cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.ar-cookie .ar-button { min-height: 36px; padding: 0 13px; font-size: .58rem; }
.ar-consent-layer { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 24px; background: rgba(5,7,8,.78); backdrop-filter: blur(10px); }
.ar-consent-panel { position: relative; width: min(670px, 100%); padding: 40px; border: 1px solid rgba(196,139,91,.4); background: #111516; box-shadow: 0 30px 90px rgba(0,0,0,.58); }
.ar-consent-panel h2 { margin: 10px 0 14px; color: var(--stone); font: 400 clamp(2.4rem, 6vw, 3.7rem)/.98 Didot, serif; }
.ar-consent-panel > p:not(.ar-kicker) { max-width: 560px; margin: 0; color: #aaa39a; font-size: .9rem; }
.ar-consent-close { position: absolute; top: 18px; right: 20px; width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; color: var(--stone); cursor: pointer; font: 300 1.7rem/1 sans-serif; }
.ar-consent-close:hover, .ar-consent-close:focus-visible { border-color: var(--bronze); color: var(--bronze-light); }
.ar-consent-options { margin: 30px 0 26px; border-top: 1px solid var(--line); }
.ar-consent-option { display: grid; grid-template-columns: 22px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.ar-consent-option input { width: 17px; height: 17px; margin: 4px 0 0; accent-color: var(--bronze); }
.ar-consent-option:has(input:disabled) { cursor: default; }
.ar-consent-option strong, .ar-consent-option small { display: block; }
.ar-consent-option strong { color: var(--stone); font: 400 1.17rem Didot, serif; }
.ar-consent-option small { margin-top: 5px; color: #918a82; font-size: .76rem; line-height: 1.55; }
.ar-consent-actions { display: flex; justify-content: flex-end; gap: 10px; }
body.consent-open { overflow: hidden; }

@media (max-width: 1080px) {
  .ar-nav-side { display: none; }
  .ar-nav-row { grid-template-columns: 52px 1fr 52px; min-height: 78px; }
  .ar-menu-toggle { display: block; }
  .ar-mobile-nav { position: fixed; inset: 112px 0 0; z-index: 39; overflow: auto; padding: 34px 36px 70px; background: var(--night); }
  .ar-mobile-nav.open { display: grid; align-content: start; gap: 0; }
  .ar-mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font: 400 1.7rem Didot, serif; }
  .ar-mobile-nav a.active { color: var(--bronze); }
  .ar-card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .ar-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .ar-wrap { width: min(100% - 34px, var(--max)); }
  .ar-utility .ar-wrap { justify-content: center; }
  .ar-utility .ar-wrap span:first-child { display: none; }
  .ar-hero { min-height: auto; grid-template-columns: 1fr; }
  .ar-hero-copy { padding: 74px 17px 58px; }
  .ar-hero-copy > div { width: 100%; }
  .ar-hero-copy h1 { font-size: 4.5rem; }
  .ar-hero-photo { min-height: 490px; }
  .ar-fact-grid { grid-template-columns: repeat(2, 1fr); }
  .ar-fact { border-bottom: 1px solid var(--line); }
  .ar-section-head, .ar-split, .ar-page-hero .ar-wrap { grid-template-columns: 1fr; gap: 28px; }
  .ar-split.reverse > :first-child { order: 0; }
  .ar-section-head h2, .ar-section-head h1, .ar-page-hero h1 { font-size: 4rem; }
  .ar-card-grid, .ar-card-grid.four { grid-template-columns: 1fr; }
  .ar-room-row { grid-template-columns: 42px 1fr; gap: 11px; }
  .ar-room-row p, .ar-room-row .ar-button { grid-column: 2; }
  .ar-room-row .ar-button { justify-self: start; }
  .ar-image-hero { min-height: 560px; }
  .ar-gallery { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .ar-gallery figure:nth-child(4n+1) { grid-row: auto; }
  .ar-form { grid-template-columns: 1fr; }
  .ar-field.full { grid-column: auto; }
  .ar-steps { grid-template-columns: 1fr 26px 1fr; }
  .ar-footer-grid { grid-template-columns: 1fr 1fr; }
  .ar-footer-grid > :first-child, .ar-footer-grid > :last-child { grid-column: 1 / -1; }
  .ar-footer-meta { grid-template-columns: 1fr; }
  .ar-cookie { grid-template-columns: 1fr; left: 14px; right: 14px; bottom: 14px; width: auto; transform: none; gap: 16px; }
  .ar-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ar-cookie-actions .ar-button:first-child { grid-column: 1 / -1; }
  .ar-consent-layer { align-items: end; padding: 0; }
  .ar-consent-panel { max-height: 92vh; overflow-y: auto; padding: 32px 20px 24px; border-width: 1px 0 0; }
  .ar-consent-actions { display: grid; grid-template-columns: 1fr; }
}

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