:root {
  color-scheme: light;
  --ink: #191817;
  --paper: #f5f2eb;
  --white: #fffdf8;
  --muted: #bcb5aa;
  --rust: #a74d2c;
  --clay: #e5ad90;
  --line: rgba(25, 24, 23, .17);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { scroll-padding-top: 1rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
figure { margin: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 10; padding: .75rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header { min-height: 82px; padding: .75rem clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem 2rem; background: #eae5dc; color: var(--ink); border-bottom: 1px solid rgba(25, 24, 23, .1); }
.site-name { color: inherit; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; text-decoration: none; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); }
.site-header nav a { color: var(--ink); text-decoration: none; font-size: .88rem; }
.site-header nav a:hover, .site-footer a:hover { color: #f0a47f; }

.hero { display: grid; grid-template-columns: 1fr; gap: 1.4rem; padding: clamp(2.5rem, 5vw, 5rem) clamp(1.25rem, 5vw, 5rem) 2rem; background: var(--paper); color: var(--ink); }
.hero-copy { width: min(100%, 1440px); margin: 0 auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 .8rem; color: var(--rust); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 700; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 18ch; margin-bottom: 1.25rem; font-size: clamp(2.8rem, 6.2vw, 6rem); line-height: .98; }
.hero .eyebrow { color: #85452d; }
.hero-lead { max-width: 35rem; margin-bottom: .4rem; color: #514b44; font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.hero-note { margin: 1.35rem 0 0; color: #625c54; font-size: .85rem; }
.hero-apartments { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; width: min(100%, 1440px); margin: 0 auto; }
.hero-apartment { position: relative; display: block; min-width: 0; overflow: hidden; background: #282622; color: var(--white); text-decoration: none; outline-offset: 4px; }
.hero-apartment img { width: 100%; height: clamp(220px, 20vw, 320px); aspect-ratio: auto; object-fit: cover; transition: transform .35s ease; }
.hero-apartment:hover img { transform: scale(1.025); }
.hero-apartment::after { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(20,19,18,.76)); content: ""; pointer-events: none; }
.hero-apartment-caption { position: absolute; z-index: 1; left: clamp(1rem, 2vw, 2rem); bottom: clamp(1rem, 2vw, 2rem); display: grid; gap: .1rem; }
.hero-apartment-caption > span { color: #e1b39d; font-size: .7rem; font-weight: 700; letter-spacing: .17em; }
.hero-apartment-caption strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1.05; }
.hero-apartment-caption small { color: #f0ece6; font-size: .9rem; }
.hero-apartment-arrow { position: absolute; z-index: 1; right: clamp(1rem, 2vw, 2rem); bottom: clamp(1rem, 2vw, 2rem); display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 1.3rem; }
.hero-note { width: min(100%, 1440px); margin: .1rem auto 0; color: #625c54; font-size: .85rem; }

.quality { display: grid; grid-template-columns: minmax(220px, .78fr) minmax(0, 2fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 9vw, 9rem); background: var(--paper); }
.quality-heading h2 { max-width: 10ch; margin: 0; font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1.05; }
.quality-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem 2.5rem; }
.quality-point { display: grid; grid-template-columns: 2.4rem 1fr; gap: .65rem; padding-top: .85rem; border-top: 1px solid var(--line); }
.quality-point > span { color: var(--rust); font-family: Georgia, 'Times New Roman', serif; font-size: 1rem; }
.quality-point h3 { margin: 0 0 .3rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.2rem; font-weight: 400; }
.quality-point p { max-width: 32rem; margin: 0; color: #534e47; font-size: .9rem; line-height: 1.55; }

.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: end; padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 9vw, 9rem) clamp(2rem, 5vw, 4rem); }
.section-heading h2 { max-width: 15ch; margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.05; }
.intro-text { max-width: 34rem; margin: 0 0 .3rem; color: #534e47; font-size: 1.05rem; }

.apartment { padding: clamp(3rem, 6vw, 5.5rem) clamp(1.25rem, 6vw, 6rem); }
.apartment-harley { background: var(--white); }
.apartment-triumph { background: #e5e1d7; }
.apartment-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin: 0 auto 2rem; max-width: 1440px; }
.apartment-heading h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1; }
.apartment-heading h2 span { color: #716b63; }
.apartment-size { margin: 0 .1rem .15rem 0; color: var(--rust); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.apartment-size small { font-family: Arial, Helvetica, sans-serif; font-size: .85rem; }
.quick-facts { display: flex; flex-wrap: wrap; max-width: 1440px; margin: 0 auto 1.4rem; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.quick-facts li { padding: .62rem 1.1rem .62rem 0; margin-right: 1.1rem; color: #534e47; font-size: .84rem; }
.quick-facts li + li { padding-left: 1.1rem; border-left: 1px solid var(--line); }
.photo-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: repeat(2, minmax(160px, 250px)); gap: .8rem; max-width: 1440px; margin: 0 auto; }
.photo { position: relative; overflow: hidden; background: #d4d0c8; }
.photo-main { grid-row: span 2; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.photo:hover img { transform: scale(1.025); }
.photo figcaption { position: absolute; left: .75rem; bottom: .75rem; padding: .35rem .55rem; background: rgba(25,24,23,.82); color: white; font-size: .78rem; }
.apartment-description { max-width: 52rem; margin: 1.6rem auto 0; color: #4b4741; font-family: Georgia, serif; font-size: clamp(1.15rem, 1.8vw, 1.45rem); }
.details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; max-width: 1440px; margin: 2.5rem auto 0; }
.detail-card { padding-top: .9rem; border-top: 1px solid var(--line); }
.detail-card h3, .shared-card h3 { margin: 0 0 .5rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; font-weight: 400; }
.detail-card p { max-width: 32rem; margin: 0; color: #534e47; font-size: .94rem; }
.shared-info { padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 7vw, 7rem); background: var(--paper); }
.shared-info > .section-heading, .shared-grid { max-width: 1440px; margin-inline: auto; }
.shared-info > .section-heading { margin-bottom: 2rem; }
.shared-info > .section-heading h2 { max-width: 18ch; }
.shared-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.shared-card { padding: clamp(1.2rem, 2.5vw, 2rem); background: var(--white); }
.shared-card ul, .around-list { margin: 0; padding: 0; list-style: none; }
.shared-card li { padding: .5rem 0; border-top: 1px solid var(--line); color: #534e47; }
.around { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 9vw, 9rem); background: var(--ink); color: var(--white); }
.around h2 { max-width: 13ch; margin: 0 0 1rem; font-size: clamp(2.4rem, 4.8vw, 4.5rem); line-height: 1.04; }
.around > div > p:last-child { max-width: 32rem; color: #dedbd5; }
.around-list { align-self: center; }
.around-list li { display: flex; flex-direction: column; gap: .15rem; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.around-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.around-list strong { font-weight: 600; }
.around-list span { color: #c9c4bc; font-size: .9rem; }

.contact { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 9vw, 9rem); background: var(--clay); color: #1d1714; }
.contact .eyebrow { color: #542817; }
.contact h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.08; }
.contact-link { display: inline-flex; align-items: center; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid currentColor; font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding: 1.5rem clamp(1.25rem, 5vw, 5rem); background: var(--ink); color: var(--white); }
.footer-name { color: var(--white); font-size: .82rem; text-decoration: none; }
.site-footer p { margin: 0; color: var(--muted); font-size: .8rem; }
.site-footer nav a { color: var(--white); font-size: .82rem; text-decoration: none; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-content { width: min(760px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(3rem, 8vw, 6rem) 0; }
.legal-content h1 { max-width: none; font-size: clamp(2.6rem, 6vw, 4rem); }
.legal-content h2 { margin-top: 2rem; font-size: 1.5rem; }
.legal-content p, .legal-content li { color: #48443f; }
.draft-notice { margin: 1.5rem 0; padding: 1rem 1.2rem; border-left: 4px solid var(--rust); background: #ece5da; }
.back-link { display: inline-block; margin-top: 2rem; color: #7a3e28; font-weight: 700; }

@media (max-width: 850px) {
  .hero { gap: 1.2rem; padding-top: 3rem; }
  .quality { grid-template-columns: 1fr; gap: 1.4rem; }
  .quality-heading h2 { max-width: 18ch; }
  .intro { grid-template-columns: 1fr; gap: 1.2rem; padding-inline: 1.5rem; }
  .details-grid { grid-template-columns: 1fr; gap: 1.1rem; margin-top: 1.8rem; }
  .shared-grid { grid-template-columns: 1fr; }
  .around { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .site-header { min-height: 72px; padding-inline: 1rem; gap: .5rem .75rem; }
  .site-name { font-size: .98rem; }
  .site-header nav { gap: .65rem; margin-left: auto; }
  .site-header nav a { font-size: .75rem; }
  .hero-apartments { grid-template-columns: 1fr; }
  .hero-apartment img { height: 220px; }
  .quality { padding-inline: 1rem; }
  .quality-grid { grid-template-columns: 1fr; gap: 1.1rem; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 165px); gap: .55rem; }
  .photo-main { grid-row: auto; grid-column: span 2; }
  .apartment { padding-inline: 1rem; }
  .apartment-heading { margin-bottom: 1.4rem; }
  .quick-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-facts li { margin: 0; padding: .55rem .5rem .55rem 0; }
  .quick-facts li + li { padding-left: .7rem; }
  .quick-facts li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .quick-facts li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .photo figcaption { left: .45rem; bottom: .45rem; font-size: .72rem; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 1.5rem 1rem; }
  .site-footer nav { gap: 1.3rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
