@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600&family=Libre+Caslon+Display&display=swap');

:root {
  color-scheme: light;
  --paper: #f5f3ed;
  --ink: #263b31;
  --muted: #646b60;
  --line: #d9dcd1;
  --accent: #8d7954;
  font-family: 'DM Sans', Arial, sans-serif;
  font-synthesis: none;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
body { margin: 0; }
::selection { background: #ced7c6; color: #20372a; }
.page { max-width: 1680px; min-height: 100svh; margin: 0 auto; padding: 0 5%; display: flex; flex-direction: column; }
.header { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 16px; }
.brand-mark { width: 46px; height: 46px; flex: none; }
.brand-name { font-family: 'Libre Caslon Display', Georgia, serif; font-size: 31px; line-height: 1; letter-spacing: -.7px; }
.brand-name span { white-space: nowrap; }
.header-location { display: flex; align-items: center; gap: 20px; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 2.3px; }
.location-line { height: 1px; width: 38px; background: var(--accent); }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 6%; padding: 40px 0; flex: 1; }
.intro { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 32px 0 34px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 33px; color: #666c5b; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; }
.eyebrow > span { width: 27px; height: 1px; background: var(--accent); }
h1 { margin: 0; font-family: 'Libre Caslon Display', Georgia, serif; font-size: clamp(74px, 7.9vw, 120px); font-weight: 400; line-height: .94; letter-spacing: -3.5px; }
h1 em { color: #667553; font-weight: 400; }
.intro-copy { margin: 30px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.intro-copy, .experience-copy { max-width: 405px; }
.experience-copy { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.announcement { margin-top: 43px; padding-top: 24px; border-top: 1px solid var(--line); width: min(100%, 355px); }
.announcement-title { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; }
.status-dot { width: 6px; height: 6px; background: #738459; border-radius: 50%; flex: none; box-shadow: 0 0 0 4px #73845912; }
.announcement p { margin: 11px 0 0 16px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.landscape { min-height: 640px; position: relative; overflow: hidden; margin: 0; background: #1b3528; }
.landscape img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 47% center; filter: saturate(.62) brightness(.82); }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, #0d24161a 35%, #0d2416b8 100%); }
.image-corner { position: absolute; right: 26px; top: 26px; height: 33px; width: 33px; border-top: 1px solid #ffffff66; border-right: 1px solid #ffffff66; }
figcaption { position: absolute; bottom: 78px; left: 40px; right: 30px; color: #f5f3ed; }
.caption-label { display: block; font-size: 9px; line-height: 1.8; text-transform: uppercase; letter-spacing: 1.8px; color: #e0e5d8; }
.caption-text { display: block; margin-top: 18px; font-family: 'Libre Caslon Display', Georgia, serif; font-size: clamp(30px, 3vw, 45px); line-height: 1.08; letter-spacing: -.5px; }
.caption-rule { display: block; width: 35px; height: 1px; margin-top: 26px; background: #e0e5d88c; }
.image-index { position: absolute; bottom: 25px; left: 40px; color: #d3d9ce; font-size: 8px; letter-spacing: 1.7px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 75px; border-top: 1px solid var(--line); color: #6c7168; font-size: 10px; line-height: 1.7; }
.footer p { margin: 15px 0; }
.footer-note { letter-spacing: .5px; }

@media (min-width: 1500px) {
  .hero { gap: 9%; }
  .landscape { min-height: 700px; }
}
@media (max-width: 1000px) {
  .page { padding: 0 5%; }
  .hero { gap: 5%; grid-template-columns: 1fr 1fr; }
  .header { min-height: 105px; }
  .brand-name { font-size: 27px; }
  h1 { font-size: clamp(64px, 8.5vw, 85px); letter-spacing: -2px; }
  .landscape { min-height: 590px; }
  figcaption { left: 27px; right: 20px; }
  .image-index { left: 27px; }
  .caption-label { font-size: 8px; letter-spacing: 1px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; gap: 10px; }
}
@media (max-width: 680px) {
  .page { padding: 0 7%; }
  .header { min-height: 97px; }
  .brand { gap: 12px; }
  .brand-mark { height: 38px; width: 38px; }
  .brand-name { font-size: 27px; }
  .header-location { display: none; }
  .hero { grid-template-columns: 1fr; gap: 37px; padding: 0 0 28px; }
  .intro { padding: 46px 0 0; }
  .eyebrow { margin-bottom: 28px; }
  h1 { font-size: clamp(75px, 14vw, 96px); letter-spacing: -2.6px; }
  .intro-copy { margin-top: 26px; font-size: 13px; }
  .announcement { margin-top: 30px; padding-top: 22px; width: 100%; }
  .landscape { min-height: 430px; }
  .landscape img { object-position: center 58%; }
  figcaption { bottom: 69px; left: 28px; }
  .caption-text { font-size: 37px; }
  .caption-label { font-size: 8px; letter-spacing: 1.5px; }
  .image-index { left: 28px; }
  .footer { align-items: flex-start; flex-direction: column; gap: 0; padding: 17px 0 21px; font-size: 9px; }
  .footer p { margin: 3px 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .intro, .landscape { animation: arrive 900ms ease-out both; }
  .landscape { animation-delay: 120ms; }
  @keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
