/* -- homepage editorial redesign block only -- */

body.homepage-editorial{
  background:
    radial-gradient(circle at top, rgba(166,136,90,.1), transparent 28%),
    linear-gradient(180deg, #dfe2d5 0%, #ebe6dd 14%, #f3eee5 100%);
}

body.homepage-editorial .home-shell{
  max-width:1480px;
  margin:14px auto 0;
  background:var(--paper);
  border-radius:24px 24px 0 0;
  overflow:hidden;
  box-shadow:0 24px 64px rgba(31,24,18,.08);
}

body.homepage-editorial .notice.home-utility{
  background:#b6bca8;
  color:rgba(248,244,236,.94);
  font-size:.68rem;
  letter-spacing:.28em;
  padding:.75rem 1rem;
}

body.homepage-editorial header.site{
  position:relative;
  top:auto;
  background:var(--paper);
  border-bottom:1px solid rgba(42,33,26,.08);
}

body.homepage-editorial .home-header-row{
  display:flex;
  align-items:center;
  gap:2rem;
  padding:1.35rem 2.2rem 1.3rem;
}

body.homepage-editorial .home-brand{
  display:inline-flex;
  align-items:center;
  gap:.9rem;
  text-decoration:none;
  min-width:max-content;
}

body.homepage-editorial .home-brand-mark{
  width:56px;
  height:56px;
  object-fit:contain;
  flex:0 0 auto;
}

body.homepage-editorial .home-brand-text{
  display:flex;
  flex-direction:column;
  line-height:.98;
}

body.homepage-editorial .home-brand-kicker{
  font-family:var(--serif);
  font-size:1.02rem;
  color:#9f8960;
  font-style:italic;
}

body.homepage-editorial .home-brand-main{
  font-family:var(--serif);
  font-size:2rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--espresso);
}

body.homepage-editorial .home-nav{
  flex:1;
  justify-content:flex-end;
  gap:clamp(1rem,1.6vw,2rem);
  padding:0;
  flex-wrap:nowrap;
}

body.homepage-editorial .home-nav a{
  font-size:.68rem;
  letter-spacing:.18em;
}

body.homepage-editorial .home-nav a.cta{
  margin-left:1rem;
  padding:1rem 1.5rem;
  background:transparent;
  color:#8f7446;
  border:1px solid rgba(166,136,90,.72);
}

body.homepage-editorial .home-nav a.cta:hover{
  background:#8f7446;
  border-color:#8f7446;
  color:var(--paper);
}

body.homepage-editorial .home-hero{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.18fr);
  gap:clamp(2rem,4vw,4rem);
  align-items:center;
  padding:2rem 2.2rem 0;
}

body.homepage-editorial .home-hero-copy{
  padding:2.2rem 1rem 2rem .6rem;
  max-width:35rem;
}

body.homepage-editorial .home-hero-copy .eyebrow{
  color:rgba(42,33,26,.78);
  margin-bottom:1.2rem;
}

body.homepage-editorial .home-hero-copy h1{
  font-size:clamp(3.4rem,5vw,5.6rem);
  line-height:.96;
  letter-spacing:-.02em;
  max-width:9.5em;
}

body.homepage-editorial .home-hero-services{
  margin-top:1.7rem;
  font-family:var(--serif);
  font-size:1.3rem;
  line-height:1.55;
  color:#8f7446;
  max-width:28rem;
}

body.homepage-editorial .home-hero-lede,
body.homepage-editorial .home-hero-destination{
  max-width:30rem;
  color:rgba(31,24,18,.8);
  font-size:1rem;
  line-height:1.72;
}

body.homepage-editorial .home-hero-lede{
  margin-top:1.25rem;
}

body.homepage-editorial .home-hero-destination{
  margin-top:1rem;
}

body.homepage-editorial .home-hero-actions{
  margin-top:1.9rem;
}

body.homepage-editorial .home-outline-btn{
  border-color:rgba(166,136,90,.72);
  color:#8f7446;
  background:transparent;
}

body.homepage-editorial .home-outline-btn:hover{
  background:#8f7446;
  border-color:#8f7446;
  color:var(--paper);
}

body.homepage-editorial .home-hero-image{
  margin:0;
  min-height:680px;
}

body.homepage-editorial .home-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}

body.homepage-editorial .home-gallery{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:.75rem;
  padding:.75rem 2.2rem 1.65rem;
}

body.homepage-editorial .home-gallery-card{
  margin:0;
  min-height:268px;
  overflow:hidden;
  background:#e8e2d6;
}

body.homepage-editorial .home-gallery-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

body.homepage-editorial .home-gallery-room img{
  object-position:center;
}

body.homepage-editorial .home-approach-band{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) auto;
  gap:2rem;
  align-items:center;
  padding:3rem 2.8rem;
  margin:0 1rem;
  background:
    radial-gradient(circle at center, rgba(166,136,90,.08), transparent 44%),
    linear-gradient(180deg, #f8f4ec 0%, #f3eee4 100%);
  overflow:hidden;
}

body.homepage-editorial .home-approach-copy{
  position:relative;
  z-index:1;
  max-width:45rem;
}

body.homepage-editorial .home-approach-copy h2{
  font-size:clamp(2.9rem,4.1vw,4.6rem);
  line-height:1;
  max-width:10em;
}

body.homepage-editorial .home-approach-copy p{
  margin-top:1rem;
  max-width:38rem;
  color:rgba(31,24,18,.76);
}

body.homepage-editorial .home-approach-cta{
  position:relative;
  z-index:1;
  justify-self:center;
}

body.homepage-editorial .home-outline-gold{
  border-color:rgba(166,136,90,.72);
  color:#8f7446;
  background:transparent;
}

body.homepage-editorial .home-outline-gold:hover{
  background:#8f7446;
  border-color:#8f7446;
  color:var(--paper);
}

body.homepage-editorial .home-approach-watermark{
  position:absolute;
  right:1.75rem;
  top:50%;
  width:min(26vw,320px);
  height:auto;
  transform:translateY(-50%);
  opacity:.09;
  pointer-events:none;
}

body.homepage-editorial .home-section-rule{
  width:70px;
  height:2px;
  margin:1rem 0 0;
  background:rgba(166,136,90,.8);
}

body.homepage-editorial .home-story-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
  gap:2rem;
  align-items:stretch;
  padding:1.5rem 2.2rem .75rem;
}

body.homepage-editorial .home-story-image{
  margin:0;
  min-height:430px;
}

body.homepage-editorial .home-story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
}

body.homepage-editorial .home-story-copy{
  padding:2.2rem 1.2rem 2.2rem 1rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

body.homepage-editorial .home-story-copy h2{
  font-size:clamp(2.9rem,4vw,4.5rem);
  line-height:1.02;
}

body.homepage-editorial .home-story-copy p{
  margin-top:1rem;
  color:rgba(31,24,18,.76);
  max-width:30rem;
}

body.homepage-editorial .home-story-copy .btn{
  align-self:flex-start;
  margin-top:1.8rem;
}

body.homepage-editorial .home-card-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:.75rem;
  padding:0 2.2rem 2.2rem;
}

body.homepage-editorial .home-card{
  background:linear-gradient(180deg, #eff2e8 0%, #eef1e7 100%);
  overflow:hidden;
}

body.homepage-editorial .home-card-split{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:stretch;
}

body.homepage-editorial .home-card-copy{
  padding:2.1rem 1.8rem 2rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

body.homepage-editorial .home-card-copy h3{
  font-size:clamp(2.1rem,3vw,3.4rem);
  line-height:1.02;
  max-width:9em;
}

body.homepage-editorial .home-card-copy p{
  margin-top:1rem;
  color:rgba(31,24,18,.76);
}

body.homepage-editorial .home-card-copy .btn{
  align-self:flex-start;
  margin-top:1.5rem;
}

body.homepage-editorial .home-card-image{
  margin:0;
  min-height:340px;
}

body.homepage-editorial .home-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

body.homepage-editorial .home-signoff{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  flex-wrap:wrap;
  padding:1rem 1.25rem 1.1rem;
  background:#b6bca8;
  color:rgba(248,244,236,.94);
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.26em;
  text-transform:uppercase;
}

body.homepage-editorial .home-signoff img{
  width:22px;
  height:22px;
  object-fit:contain;
  opacity:.9;
}

body.homepage-editorial footer.site{
  background:#f6f2ea;
  color:rgba(31,24,18,.72);
  padding:3.75rem 0 2rem;
}

body.homepage-editorial footer.site .toile-watermark{
  opacity:.035;
  mix-blend-mode:multiply;
}

body.homepage-editorial footer.site .fword{
  color:var(--espresso);
}

body.homepage-editorial footer.site .ftag{
  color:rgba(31,24,18,.56);
}

body.homepage-editorial footer.site .fcol{
  color:#8f7446;
}

body.homepage-editorial footer.site a{
  color:rgba(31,24,18,.72);
}

body.homepage-editorial footer.site a:hover{
  color:var(--espresso);
}

body.homepage-editorial footer.site .legal{
  border-top:1px solid rgba(42,33,26,.1);
  color:rgba(31,24,18,.48);
}

body.homepage-editorial .menu-toggle{
  margin:0 0 0 auto;
  padding:.25rem 0;
}

@media (max-width:1220px){
  body.homepage-editorial .home-header-row{
    gap:1.25rem;
  }

  body.homepage-editorial .home-nav{
    gap:1rem;
  }

  body.homepage-editorial .home-hero{
    grid-template-columns:minmax(0,1fr);
  }

  body.homepage-editorial .home-hero-copy{
    max-width:none;
    padding:1rem 0 0;
  }

  body.homepage-editorial .home-hero-image{
    min-height:540px;
  }

  body.homepage-editorial .home-approach-band,
  body.homepage-editorial .home-story-grid,
  body.homepage-editorial .home-card-grid{
    margin:0;
  }

  body.homepage-editorial .home-approach-band{
    grid-template-columns:1fr;
  }

  body.homepage-editorial .home-approach-cta{
    justify-self:start;
  }

  body.homepage-editorial .home-approach-watermark{
    width:220px;
    right:-1.5rem;
  }
}

@media (max-width:980px){
  body.homepage-editorial .home-shell{
    margin:8px 8px 0;
    border-radius:18px 18px 0 0;
  }

  body.homepage-editorial .home-header-row{
    flex-wrap:wrap;
    padding:1rem 1rem 1.05rem;
  }

  body.homepage-editorial .home-brand-main{
    font-size:1.65rem;
  }

  body.homepage-editorial .home-nav{
    width:100%;
    justify-content:flex-start;
    padding-top:.4rem;
  }

  body.homepage-editorial .home-gallery{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  body.homepage-editorial .home-story-grid,
  body.homepage-editorial .home-card-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:880px){
  body.homepage-editorial .home-nav{
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:1rem;
    padding:0 0 0;
  }

  body.homepage-editorial .home-nav.open{
    display:flex;
  }

  body.homepage-editorial .home-nav a.cta{
    margin-left:0;
  }

  body.homepage-editorial .home-hero,
  body.homepage-editorial .home-gallery,
  body.homepage-editorial .home-story-grid,
  body.homepage-editorial .home-card-grid{
    padding-left:1rem;
    padding-right:1rem;
  }

  body.homepage-editorial .home-hero{
    padding-top:1.25rem;
  }

  body.homepage-editorial .home-approach-band{
    padding:2.3rem 1rem;
  }

  body.homepage-editorial .home-hero-copy h1{
    font-size:clamp(2.9rem,10vw,4.4rem);
  }

  body.homepage-editorial .home-hero-services{
    font-size:1.08rem;
  }

  body.homepage-editorial .home-card-split{
    grid-template-columns:1fr;
  }

  body.homepage-editorial .home-card-image{
    min-height:300px;
  }
}

@media (max-width:560px){
  body.homepage-editorial .notice.home-utility{
    font-size:.58rem;
    letter-spacing:.2em;
    line-height:1.5;
  }

  body.homepage-editorial .home-brand{
    gap:.7rem;
  }

  body.homepage-editorial .home-brand-mark{
    width:46px;
    height:46px;
  }

  body.homepage-editorial .home-brand-kicker{
    font-size:.92rem;
  }

  body.homepage-editorial .home-brand-main{
    font-size:1.38rem;
    letter-spacing:.12em;
  }

  body.homepage-editorial .home-gallery{
    grid-template-columns:1fr;
  }

  body.homepage-editorial .home-hero-actions{
    gap:.75rem;
  }

  body.homepage-editorial .home-hero-actions .btn{
    width:100%;
    text-align:center;
  }

  body.homepage-editorial .home-signoff{
    gap:.65rem;
    font-size:.62rem;
    letter-spacing:.18em;
  }
}