:root {
  --ink: #18212a;
  --paper: #f5f3ef;
  --white: #fff;
  --gold: #c5a46d;
  --line: #d9d5cd;
  --blue: #16324a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.skip {
  position: fixed;
  top: -100px;
  left: 1rem;
  background: white;
  padding: 0.75rem 1rem;
  z-index: 100;
}
.skip:focus {
  top: 1rem;
}
.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 4vw;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.brand img {
  width: 120px;
  height: 52px;
  object-fit: contain;
}
.topbar nav {
  display: flex;
  gap: 2.2rem;
}
.topbar nav a,
.top-call {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
}
.topbar a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 18, 27, 0.22),
    rgba(9, 18, 27, 0.15) 42%,
    rgba(9, 18, 27, 0.78)
  );
}
.hero-copy {
  position: relative;
  padding: 8rem 7vw 7rem;
  width: 100%;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  font-size: 0.75rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
}
.eyebrow.dark {
  color: #7a6b57;
}
.hero h1,
.intro h2,
.highlights h2,
.tour-section h2,
.gallery-section h2,
.location h2,
.contact h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}
.hero h1 {
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  letter-spacing: -0.03em;
}
.city {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  margin: 0.4rem 0 2.2rem;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  max-width: 900px;
}
.hero-meta span {
  padding: 1rem 2rem 0 0;
  margin-right: 2rem;
}
.hero-meta strong {
  font-size: 1.35rem;
  margin-right: 0.3rem;
}
.scroll-cue {
  position: absolute;
  right: 4vw;
  bottom: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.scroll-cue span {
  display: block;
  width: 44px;
  height: 1px;
  background: white;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 8vw;
  padding: 9rem 7vw;
  max-width: 1500px;
  margin: auto;
}
.intro h2,
.highlights h2,
.tour-section h2,
.location h2,
.contact h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}
.intro-copy {
  font-size: 1.13rem;
  max-width: 650px;
}
.intro-copy p {
  margin: 0 0 1.25rem;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.2rem;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.72rem;
  border: 1px solid var(--ink);
  cursor: pointer;
}
.button.primary {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.button.outline {
  background: transparent;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(16, 31, 45, 0.12);
}
.feature-image {
  position: relative;
  margin: 0 2.5vw;
  height: min(75vw, 820px);
}
.feature-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-note {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(14, 35, 52, 0.93);
  color: white;
  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  max-width: 390px;
}
.image-note span {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: #d8c298;
}
.image-note strong {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.highlights {
  padding: 9rem 7vw;
  max-width: 1500px;
  margin: auto;
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 4rem;
  border-top: 1px solid var(--line);
}
.highlight-grid article {
  padding: 2.2rem 2rem 1rem 0;
  border-right: 1px solid var(--line);
}
.highlight-grid article:not(:first-child) {
  padding-left: 2rem;
}
.highlight-grid article:last-child {
  border: 0;
}
.highlight-grid span {
  color: #9b8667;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}
.highlight-grid h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}
.highlight-grid p {
  color: #58616a;
}
.tour-section {
  padding: 8rem 4vw;
  background: #fff;
}
.tour-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 8vw;
  align-items: end;
  max-width: 1450px;
  margin: 0 auto 3rem;
}
.tour-heading > p {
  max-width: 540px;
  margin: 0;
  color: #58616a;
  font-size: 1.1rem;
}
.tour-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 1450px;
  margin: auto;
  background: #0c2336;
  box-shadow: 0 24px 60px rgba(16, 31, 45, 0.16);
  overflow: hidden;
}
.tour-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tour-link {
  display: block;
  width: max-content;
  margin: 1.25rem auto 0;
  border-bottom: 1px solid var(--ink);
  padding: 0.35rem 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 600;
}
.tour-link:hover {
  color: #7a6b57;
  border-color: #7a6b57;
}
.gallery-section {
  background: var(--blue);
  color: #fff;
  padding: 8rem 4vw;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1450px;
  margin: 0 auto 3rem;
}
.gallery-section h2 {
  font-size: clamp(3rem, 6vw, 6rem);
}
.text-button {
  border: 0;
  border-bottom: 1px solid white;
  padding: 0.5rem 0;
  background: transparent;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  cursor: pointer;
}
.gallery-grid {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  grid-template-rows: 300px 300px;
  gap: 10px;
}
.gallery-grid button {
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: #0c2336;
}
.gallery-grid button:first-child {
  grid-row: 1/3;
}
.gallery-grid button:nth-child(2) {
  grid-column: 2/3;
}
.gallery-grid button:nth-child(3) {
  grid-column: 3/4;
}
.gallery-grid button:nth-child(4) {
  grid-column: 2/3;
}
.gallery-grid button:nth-child(5) {
  grid-column: 3/4;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery-grid button:hover img {
  transform: scale(1.03);
}
.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  padding: 9rem 7vw;
  max-width: 1500px;
  margin: auto;
}
.location-copy p:not(.eyebrow) {
  font-size: 1.12rem;
  max-width: 600px;
  margin: 2rem 0;
}
.location-list {
  border-top: 1px solid var(--line);
}
.location-list div {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}
.location-list span {
  color: #9b8667;
  font-size: 0.75rem;
}
.location-list strong {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.location-list small {
  color: #6e777f;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}
.agent-card {
  position: relative;
  min-height: 720px;
  color: white;
  display: flex;
  align-items: flex-end;
}
.agent-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 35%, rgba(9, 24, 35, 0.85));
}
.agent-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.agent-card > div {
  position: relative;
  z-index: 1;
  padding: 4rem 5vw;
}
.agent-card h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}
.agent-card a {
  display: block;
  font-size: 1.1rem;
}
.contact form {
  padding: 6rem 6vw;
  align-self: center;
}
.contact form h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  margin-bottom: 2.5rem;
}
.contact label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.contact input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #b8b5ae;
  background: transparent;
  padding: 0.75rem 0;
  font: inherit;
  font-size: 1rem;
  outline: none;
}
.contact input:focus {
  border-color: var(--blue);
  box-shadow: 0 1px var(--blue);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.contact .consent {
  display: flex;
  gap: 0.6rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
  margin: 1.8rem 0;
}
.contact .consent input {
  width: auto;
}
.form-note {
  font-size: 0.75rem;
  color: #68717a;
}
footer {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 4vw;
  background: #101d28;
  color: #dce1e5;
  font-size: 0.78rem;
}
footer img {
  width: 105px;
  filter: invert(1);
}
footer a {
  margin-left: auto;
}
.mobile-actions {
  display: none;
}
dialog {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  border: 0;
  padding: 2rem;
  background: rgba(7, 16, 23, 0.97);
  color: white;
}
dialog::backdrop {
  background: #071017;
}
dialog img {
  width: 100%;
  height: calc(100vh - 4rem);
  object-fit: contain;
}
.close,
.previous,
.next {
  position: fixed;
  color: white;
  border: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  cursor: pointer;
}
.close {
  right: 2rem;
  top: 1.5rem;
  font-size: 2.4rem;
  width: 52px;
  height: 52px;
}
.previous,
.next {
  top: 50%;
  font-size: 3rem;
  width: 55px;
  height: 80px;
  transform: translateY(-50%);
}
.previous {
  left: 1rem;
}
.next {
  right: 1rem;
}
dialog p {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media (max-width: 900px) {
  body {
    padding-bottom: 62px;
  }
  .topbar {
    padding: 0.8rem 1rem;
  }
  .brand img {
    width: 92px;
  }
  .topbar nav,
  .top-call {
    display: none;
  }
  .hero {
    min-height: 86svh;
  }
  .hero-copy {
    padding: 7rem 1.25rem 3rem;
  }
  .hero-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-meta span {
    margin: 0;
    padding: 0.75rem 0.5rem 0.1rem 0;
  }
  .scroll-cue {
    display: none;
  }
  .intro,
  .location {
    grid-template-columns: 1fr;
    padding: 5rem 1.25rem;
    gap: 2rem;
  }
  .actions .button {
    width: 100%;
  }
  .feature-image {
    margin: 0;
    height: 65vh;
  }
  .image-note {
    right: 0;
  }
  .highlights {
    padding: 5rem 1.25rem;
  }
  .tour-section {
    padding: 5rem 1rem;
  }
  .tour-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
  }
  .tour-frame {
    aspect-ratio: 4 / 3;
  }
  .highlight-grid {
    grid-template-columns: 1fr;
  }
  .highlight-grid article,
  .highlight-grid article:not(:first-child) {
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .gallery-section {
    padding: 5rem 1rem;
  }
  .section-heading {
    align-items: start;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50vw 30vw 30vw;
  }
  .gallery-grid button:first-child {
    grid-column: 1/3;
    grid-row: auto;
  }
  .gallery-grid button:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  .location-list div {
    grid-template-columns: 35px 1fr;
  }
  .location-list small {
    grid-column: 2;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .agent-card {
    min-height: 620px;
  }
  .contact form {
    padding: 4rem 1.25rem;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  footer {
    flex-wrap: wrap;
    padding: 1.5rem;
  }
  footer p {
    width: calc(100% - 140px);
  }
  footer a {
    margin-left: 0;
  }
  .mobile-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    z-index: 20;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.14);
  }
  .mobile-actions a {
    display: grid;
    place-items: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    font-weight: 600;
    border-right: 1px solid #ddd;
  }
  .mobile-actions a:last-child {
    background: var(--blue);
    color: white;
    border: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
