
:root{
  --pavilion:#1F3D2B;
  --moss:#6F7F73;
  --stone:#E6E2D9;
  --parchment:#F3EFE6;
  --fern:#4E5F4B;
  --rose:#B88A8A;
  --brass:#B08D57;
  --ivy:#0F1F18;
  --white:#fffaf3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--parchment);color:var(--ivy);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,.footer-wordmark{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em}
.site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:88px;display:flex;align-items:center;justify-content:space-between;padding:14px 5vw;background:rgba(15,31,24,.84);backdrop-filter:blur(14px);color:var(--white);border-bottom:1px solid rgba(255,255,255,.13)}
.brand img{width:145px;height:58px;object-fit:cover;object-position:center;background:var(--parchment);border-radius:2px}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;letter-spacing:.04em}
.nav a{opacity:.9}.nav a:hover{opacity:1}
.nav-cta{border:1px solid rgba(255,255,255,.55);padding:11px 16px;border-radius:999px}
.menu-btn{display:none;border:0;background:transparent;color:white;font:inherit}
.hero{height:100vh;min-height:680px;position:relative;color:white;overflow:hidden}
.hero-media{position:absolute;inset:0;height:100%;object-fit:cover}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,31,24,.82) 0%,rgba(15,31,24,.44) 45%,rgba(15,31,24,.18) 100%)}
.hero-copy{position:absolute;left:7vw;bottom:14vh;max-width:760px}
.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;margin:0 0 20px}
.eyebrow.dark{color:var(--fern)}
h1{font-size:clamp(72px,10vw,150px);line-height:.78;margin:0 0 32px}
.lead{max-width:580px;font-size:20px;margin:0 0 34px}
.button{display:inline-block;padding:14px 20px;border-radius:999px;font-size:14px;letter-spacing:.04em;transition:.2s transform,.2s opacity}
.button:hover{transform:translateY(-2px)}
.button.light{background:var(--parchment);color:var(--ivy)}
.button.dark{background:var(--pavilion);color:white}
.scroll-note{position:absolute;right:4vw;bottom:4vh;writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.18em;font-size:10px}
.section{padding:110px 7vw}
.story{display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw;background:var(--stone)}
.story h2,.section-heading h2,.experience h2,.contact h2{font-size:clamp(52px,6vw,92px);line-height:.95;margin:0}
.story-body{max-width:760px}
.large-copy{font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,3vw,40px);line-height:1.2;margin-top:0}
.story-body p:last-child{max-width:610px;font-size:18px}
.image-band{height:76vh;min-height:620px;position:relative;overflow:hidden}
.image-band img{height:100%;object-fit:cover}
.image-band:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,31,24,.5),transparent 60%)}
.image-band-copy{position:absolute;z-index:2;left:7vw;right:7vw;bottom:6vh;display:flex;justify-content:space-between;color:white;font-family:Georgia,"Times New Roman",serif;font-size:28px}
.dark-section{background:var(--ivy);color:var(--parchment)}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}
.stay-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.feature-card{background:var(--pavilion);overflow:hidden;border-radius:4px}
.feature-card img{height:520px;object-fit:cover}
.card-copy{padding:28px}
.card-copy h3{font-size:34px;margin:0 0 8px}.card-copy p{max-width:500px;color:#d8d4cc}
.experience{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}
.experience-photo img{height:720px;object-fit:cover}
.experience-copy p:not(.eyebrow){font-size:18px;max-width:580px}
.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.pill-row span{border:1px solid rgba(31,61,43,.28);border-radius:999px;padding:9px 12px;font-size:13px}
.quote{position:relative;min-height:650px;display:grid;place-items:center;padding:10vw;color:white;text-align:center;overflow:hidden}
.quote>img{position:absolute;inset:0;height:100%;object-fit:cover}
.quote-shade{position:absolute;inset:0;background:rgba(15,31,24,.62)}
blockquote{position:relative;z-index:2;margin:0;max-width:980px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,86px);line-height:1.06}
.contact{display:grid;grid-template-columns:1fr .8fr;gap:8vw;background:var(--stone)}
.contact-card{background:var(--parchment);padding:42px;border:1px solid rgba(15,31,24,.12)}
.contact-card p{font-size:17px;margin:0 0 24px}
.contact-card a:not(.button){text-decoration:underline;text-underline-offset:4px}
footer{background:var(--ivy);color:var(--parchment);padding:80px 7vw 40px;text-align:center}
.footer-wordmark{font-size:clamp(52px,7vw,100px)}
footer p{opacity:.75}
@media (max-width: 860px){
  .site-header{height:76px}
  .brand img{width:125px;height:48px}
  .menu-btn{display:block}
  .nav{position:absolute;top:76px;left:0;right:0;background:var(--ivy);padding:24px 5vw 32px;display:none;flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .hero-copy{left:6vw;right:6vw;bottom:13vh}
  .story,.experience,.contact{grid-template-columns:1fr;gap:50px}
  .stay-grid{grid-template-columns:1fr}
  .section{padding:80px 6vw}
  .feature-card img{height:430px}
  .experience-photo img{height:540px}
  .image-band-copy{font-size:20px;flex-direction:column;gap:8px}
}
@media (max-width: 520px){
  h1{font-size:68px}
  .hero{min-height:620px}
  .lead{font-size:17px}
  .feature-card img{height:320px}
  .experience-photo img{height:430px}
  .contact-card{padding:28px}
  .scroll-note{display:none}
}
.brand img {
  width: 145px;
  height: 66px;
  object-fit: contain;
  object-position: center;
  background: #F3EFE6;
}

@media (max-width: 860px) {
  .brand img {
    width: 125px;
    height: 58px;
    object-fit: contain;
  }
}
  
