:root {
  --ink: #17242a;
  --ink-deep: #101b21;
  --muted: #536169;
  --paper: #f6f7f4;
  --white: #ffffff;
  --line: #d7dedb;
  --accent: #d9bb6a;
  --max: 1200px;
  --font: "Inter", "Noto Sans", -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: 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
section[id] { scroll-margin-top: 96px; }
.section-wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 8px 12px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.page-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 80px; padding: 12px max(32px, calc((100vw - var(--max)) / 2)); background: var(--white); border-bottom: 1px solid var(--line); }
.page-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.2; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: var(--ink); color: var(--white); font-family: Georgia, serif; font-size: 1.9rem; font-weight: 700; letter-spacing: -0.17em; padding-right: 6px; }
.brand-mark span { color: var(--accent); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: .96rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.page-header nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 32px); }
.page-header nav a { text-decoration: none; font-size: .84rem; font-weight: 700; }
.page-header nav a:hover, .text-link:hover, .location-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.page-header nav .header-contact { padding: 11px 17px; border: 1px solid var(--ink); }
.page-header nav .header-contact:hover { color: var(--white); background: var(--ink); text-decoration: none; }

.hero { display: grid; grid-template-columns: minmax(420px, 47%) minmax(0, 53%); min-height: 660px; background: var(--ink-deep); color: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 94px) clamp(32px, 6vw, 108px) 38px max(32px, calc((100vw - var(--max)) / 2)); }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 620px; margin-bottom: 24px; font: 400 clamp(3rem, 5.8vw, 5.6rem)/1.03 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.hero-lede { max-width: 510px; margin-bottom: 28px; color: #d5dbd9; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 54px; padding: 14px 21px; text-decoration: none; font-weight: 750; line-height: 1.2; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink-deep); background: var(--accent); }
.button-primary:hover { background: #edd493; }
.text-link { color: var(--white); font-weight: 700; text-decoration: none; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; width: 100%; max-width: 570px; margin-top: auto; padding-top: 72px; }
.hero-facts > div { padding-top: 15px; border-top: 1px solid #536167; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: .86rem; }
.hero-facts span { margin-top: 3px; color: #adb9ba; font-size: .72rem; }
.hero-image { position: relative; min-height: 660px; margin: 0; overflow: hidden; }
.hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,27,33,.22), transparent 28%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 28%); content: ""; pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-image figcaption { position: absolute; z-index: 1; right: 28px; bottom: 24px; color: var(--white); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding-block: 112px 64px; }
.dark-eyebrow { color: #8b7341; }
h2 { font: 400 clamp(2.3rem, 4vw, 4rem)/1.14 Georgia, "Times New Roman", serif; letter-spacing: -.044em; }
.intro h2 { max-width: 480px; margin-bottom: 0; }
.intro-copy { padding-top: 8px; color: var(--muted); font-size: 1.03rem; line-height: 1.78; }
.intro-copy p:last-child { margin-bottom: 0; }
.highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-bottom: 116px; }
.highlights article { padding: 30px 28px 28px; background: var(--white); border-top: 3px solid var(--accent); }
.highlight-number { color: #8b7341; font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.highlights h3 { margin: 19px 0 9px; font: 400 1.55rem/1.2 Georgia, serif; }
.highlights p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.details-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6%; padding-bottom: 112px; }
.details-section h2 { max-width: 440px; margin-bottom: 0; }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; margin: 0; border-top: 1px solid var(--line); }
.details-grid > div { padding: 19px 0 20px; border-bottom: 1px solid var(--line); }
.details-grid dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.details-grid dd { margin: 7px 0 0; font-size: 1.02rem; font-weight: 700; line-height: 1.4; }
.details-grid small { display: block; margin-top: 3px; color: var(--muted); font-size: .7rem; font-weight: 500; }

.photo-section { padding-block: 100px 112px; background: #e8ece9; }
.photo-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 36px; }
.photo-heading h2 { max-width: 700px; margin-bottom: 0; }
.photo-heading > p { max-width: 270px; margin-bottom: 5px; color: var(--muted); font-size: .88rem; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.photo-card { margin: 0; background: var(--white); }
.photo-card-wide { grid-column: span 2; }
.photo-card a { display: block; overflow: hidden; }
.photo-card img { width: 100%; height: 270px; object-fit: cover; transition: transform .35s ease; }
.photo-card-wide img { height: 350px; }
.photo-card a:hover img { transform: scale(1.035); }
.photo-card figcaption { padding: 13px 17px 15px; font-size: .81rem; font-weight: 750; }

.layout-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8%; padding-block: 116px; }
.layout-copy h2 { max-width: 550px; }
.layout-copy p:not(.eyebrow) { max-width: 520px; margin-bottom: 28px; color: var(--muted); line-height: 1.8; }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { color: var(--white); background: var(--ink); }
.layout-preview { position: relative; display: block; max-height: 515px; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 60px rgba(16,27,33,.08); }
.layout-preview img { width: 100%; height: 510px; object-fit: contain; padding: 14px; }
.layout-preview > span { position: absolute; right: 16px; bottom: 16px; padding: 8px 11px; color: var(--white); background: var(--ink); font-size: .76rem; font-weight: 700; }

.contact-section { color: var(--white); background: var(--ink-deep); }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; padding-block: 82px; }
.contact-inner h2 { max-width: 650px; margin-bottom: 16px; }
.contact-inner p:not(.eyebrow) { max-width: 590px; margin-bottom: 0; color: #c6d0ce; }
.contact-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--accent); }
.location-link { color: #d4dcda; font-size: .88rem; text-decoration: none; }
.page-footer { display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; padding-block: 27px; color: var(--muted); font-size: .76rem; }
.page-footer a { color: var(--ink); font-weight: 700; }
.analytics-note { grid-column: 1 / -1; font-size: inherit; }

@media (max-width: 960px) {
  .page-header { padding-inline: 24px; }
  .page-header nav { gap: 16px; }
  .page-header nav a:not(.header-contact) { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding: 62px 28px 30px; }
  .hero h1 { font-size: clamp(2.8rem, 6vw, 4.4rem); }
  .hero-facts { gap: 12px; }
  .hero-image { min-height: 610px; }
  .photo-card img { height: 230px; }
  .photo-card-wide img { height: 300px; }
}
@media (max-width: 700px) {
  .section-wrap { width: min(var(--max), calc(100% - 36px)); }
  .page-header { min-height: 70px; padding: 10px 18px; }
  .brand-mark { width: 36px; height: 36px; font-size: 1.7rem; }
  .brand-copy strong { font-size: .83rem; }
  .brand-copy small { font-size: .58rem; }
  .page-header nav .header-contact { padding: 9px 10px; font-size: .68rem; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { order: 2; padding: 44px 22px 36px; }
  .hero-image { order: 1; min-height: 0; height: 290px; }
  .hero-image figcaption { right: 14px; bottom: 12px; font-size: .65rem; }
  .hero h1 { max-width: 500px; font-size: clamp(2.9rem, 12vw, 4.6rem); }
  .hero-lede { font-size: .97rem; line-height: 1.7; }
  .hero-actions { gap: 16px; }
  .hero-facts { padding-top: 42px; }
  .hero-facts strong { font-size: .75rem; }
  .hero-facts span { font-size: .65rem; }
  .intro, .layout-section, .contact-inner, .details-section { grid-template-columns: 1fr; gap: 25px; }
  .intro { padding-block: 72px 42px; }
  .intro-copy { padding-top: 0; }
  .highlights { grid-template-columns: 1fr; gap: 12px; padding-bottom: 76px; }
  .details-section { padding-bottom: 76px; }
  .highlights article { padding: 22px; }
  .highlights h3 { margin-top: 10px; }
  .photo-section { padding-block: 76px 80px; }
  .photo-heading { display: block; }
  .photo-heading > p { max-width: none; margin-top: 14px; }
  .photo-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .details-grid { gap: 0 18px; }
  .photo-card-wide { grid-column: span 2; }
  .photo-card img { height: 165px; }
  .photo-card-wide img { height: 250px; }
  .photo-card figcaption { padding: 9px 10px; font-size: .72rem; }
  .layout-section { padding-block: 80px; }
  .layout-preview img { height: 420px; }
  .contact-inner { padding-block: 70px; }
  .page-footer { grid-template-columns: 1fr; gap: 8px; padding-block: 24px; }
}
@media (max-width: 390px) {
  .page-header nav .header-contact { max-width: 96px; text-align: center; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts > div:last-child { grid-column: span 2; }
}
