body { background: #f1efe9; overflow-x: hidden; }
.site-header { position: sticky; z-index: 50; top: 0; min-height: 92px; display: grid; grid-template-columns: 220px 1fr 180px; align-items: center; gap: 2rem; padding: .6rem 3vw; border-bottom: 1px solid #9b9b94; background: rgba(241,239,233,.96); backdrop-filter: blur(12px); }
.brand img { width: 164px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: 2.2rem; text-transform: uppercase; font-size: .7rem; letter-spacing: .13em; }
.book-link { justify-self: end; font: 1.25rem/1 var(--display); }
.book-link span { display: block; font: .62rem var(--sans); text-transform: uppercase; letter-spacing: .12em; }

.hero { position: relative; min-height: calc(100vh - 122px); display: grid; grid-template-columns: 1.2fr .75fr .35fr; grid-template-rows: 1fr auto; border-bottom: 1px solid #999; }
.hero > * { min-width: 0; }
.hero-title { display: flex; flex-direction: column; justify-content: center; padding: 6vw 3vw 5vw; }
.hero-title h1 { margin: 1rem 0 0; font: 400 clamp(5rem,9.6vw,11rem)/.72 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.hero-title h1 i { color: #a8736a; font-style: italic; text-transform: none; }
.hero-photo { position: relative; overflow: hidden; border-left: 1px solid #999; border-right: 1px solid #999; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 28%; filter: saturate(.72) contrast(.97); }
.vertical { position: absolute; top: 1rem; right: .7rem; color: white; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-side { display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 2rem 1rem; background: var(--blush); }
.hero-side > p { font: 1.25rem/1.1 var(--display); writing-mode: vertical-rl; transform: rotate(180deg); }
.round-link { width: 116px; height: 116px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); text-align: center; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s; }
.round-link:hover { transform: rotate(6deg); }
.round-link b { font-size: 1.2rem; }
.hero-side small { font: 1.4rem/1 var(--display); }
.ticker { grid-column: 1/-1; display: flex; justify-content: space-around; align-items: center; gap: 2rem; overflow: hidden; padding: 1rem 2vw; color: white; background: var(--ink); font: 1.2rem var(--display); text-transform: uppercase; white-space: nowrap; }
.ticker i { color: var(--blush); font-style: normal; }

.intro { padding: 9rem 7vw; border-bottom: 1px solid #999; }
.intro > div { display: grid; grid-template-columns: 1fr minmax(250px,390px); gap: 7vw; align-items: end; }
.intro h2 { margin: 0; font: 400 clamp(3.4rem,7vw,8rem)/.86 var(--display); text-transform: uppercase; }
.intro h2 i { color: #a8736a; font-style: italic; text-transform: none; }
.intro div p { margin: 0 0 .8rem; font-size: 1.05rem; line-height: 1.7; }

.services { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 850px; border-bottom: 1px solid #999; }
.service-visual { position: relative; overflow: hidden; background: #111; }
.service-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.65) contrast(.96); opacity: .92; }
.service-visual > span { position: absolute; left: 2rem; bottom: 2rem; color: white; font: clamp(2rem,4vw,5rem)/.85 var(--display); text-transform: uppercase; }
.service-list { padding: 6vw 5vw; }
.service-list > a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid #999; }
.service-list > a span { font-size: .65rem; }
.service-list h3 { margin: 0; font: 400 clamp(2.4rem,4.5vw,5rem)/1 var(--display); text-transform: uppercase; transition: transform .2s; }
.service-list > a:hover h3 { transform: translateX(.4rem); color: #a8736a; }
.service-list > a b { font-size: 1.4rem; }
.service-note { max-width: 430px; margin: 2.5rem 0 0 auto; color: #545955; line-height: 1.6; }

.places { padding: 8rem 4vw; }
.places-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 4rem; }
.places-heading h2 { margin: 0; text-align: right; font: 400 clamp(4rem,8vw,9rem)/.78 var(--display); text-transform: uppercase; }
.places-heading h2 i { color: #a8736a; font-style: italic; text-transform: none; }
.place { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; min-height: 550px; margin-bottom: 1rem; overflow: hidden; }
.place > * { min-width: 0; }
.place > div { z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 4vw; }
.place img { width: 100%; height: 100%; object-fit: cover; }
.place span { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.place h3 { margin: .7rem 0 1.5rem; font: 400 clamp(3rem,6vw,7rem)/.85 var(--display); text-transform: uppercase; }
.place p { max-width: 360px; font-size: 1rem; line-height: 1.6; }
.place a { align-self: flex-start; margin-top: 1rem; border-bottom: 1px solid; padding-bottom: .3rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.place > strong { position: absolute; z-index: 2; right: 1rem; bottom: -.18em; color: rgba(255,255,255,.8); font: 400 clamp(6rem,16vw,18rem)/.75 var(--display); }
.place.stone { color: var(--ink); background: #cdbdb2; }
.place.pink { grid-template-columns: 1.28fr .72fr; background: var(--blush); }
.place.pink strong { right: auto; left: 1rem; color: rgba(121,83,77,.58); }

.story { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 850px; color: white; background: #211e1c; }
.story > * { min-width: 0; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw 5vw; }
.story-copy h2 { margin: 1rem 0 2rem; font: 400 clamp(4rem,7vw,8rem)/.8 var(--display); text-transform: uppercase; }
.story-copy h2 i { color: var(--blush); font-style: italic; text-transform: none; }
.story-copy > p:not(.eyebrow) { max-width: 520px; color: #c2cbc8; line-height: 1.7; }
.story-copy blockquote { margin: 3rem 0; color: var(--blush); font: 2rem var(--display); }
.story-copy > a { align-self: flex-start; border-bottom: 1px solid; padding-bottom: .3rem; }
.story-copy small { margin-top: 2rem; color: #808986; }
.story-images { position: relative; min-width: 0; overflow: hidden; }
.story-images .portrait { width: 76%; height: 100%; margin-left: auto; object-fit: cover; filter: saturate(.7); }
.story-images .detail { position: absolute; left: 0; bottom: 5vw; width: 42%; border: 12px solid #211e1c; }

.editorial { padding: 8rem 4vw; background: var(--sand); }
.editorial-title { display: flex; justify-content: space-between; align-items: end; }
.editorial-title h2 { margin: 1rem 0 4rem; font: 400 clamp(4rem,8vw,9rem)/.8 var(--display); text-transform: uppercase; }
.editorial-title h2 i { color: #a8736a; font-style: italic; text-transform: none; }
.editorial-title > a { margin-bottom: 4.5rem; border-bottom: 1px solid; padding-bottom: .3rem; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 1rem; }
.editorial-grid > a { display: flex; flex-direction: column; }
.editorial-grid span { margin-bottom: .8rem; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.editorial-grid img { width: 100%; height: 500px; object-fit: cover; }
.editorial-grid h3 { margin: 1rem 0; font: 400 2rem/1 var(--display); }
.editorial-grid .job { position: relative; justify-content: flex-end; min-height: 590px; padding: 2rem; color: white; background: var(--taupe); }
.editorial-grid .job h3 { font-size: clamp(2.8rem,5vw,5.8rem); text-transform: uppercase; }
.editorial-grid .job b { position: absolute; top: 2rem; right: 2rem; font-size: 2rem; }

.booking-cta { padding: 9rem 4vw; text-align: center; color: var(--ink); background: var(--blush); }
.booking-cta h2 { margin: 1rem 0 3rem; font: 400 clamp(5rem,11vw,12rem)/.72 var(--display); text-transform: uppercase; }
.booking-cta h2 i { color: var(--rose-deep); text-transform: none; }
.booking-cta a { display: inline-block; border-bottom: 1px solid; padding: .7rem; text-transform: uppercase; letter-spacing: .12em; }

footer { position: relative; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 3rem; padding: 5rem 4vw 8rem; color: white; background: #171514; }
.footer-logo img { width: 190px; }
footer div:not(.footer-logo) { display: flex; flex-direction: column; gap: .7rem; }
footer span { color: #a89991; margin-bottom: .7rem; text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; }
footer p { color: #c8bdb7; line-height: 1.5; }
footer small { position: absolute; left: 4vw; bottom: 2.5rem; color: #766b66; }
.mobile-booking { display: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; }
  .brand img { width: 140px; }
  .desktop-booking { display: none; }
  .hero { grid-template-columns: 1fr .22fr; }
  .hero-title { padding: 4rem 5vw; }
  .hero-title h1 { font-size: clamp(4rem,17vw,8rem); }
  .hero-photo { min-height: 650px; grid-column: 1; grid-row: 2; border-left: 0; }
  .hero-side { grid-column: 2; grid-row: 1/3; }
  .hero-side p { font-size: 1rem; }
  .round-link { width: 82px; height: 82px; font-size: .62rem; }
  .intro > div, .services, .story { grid-template-columns: 1fr; }
  .intro > div { gap: 2rem; }
  .service-visual { min-height: 620px; }
  .place, .place.pink { grid-template-columns: 1fr; }
  .place.pink img { order: 2; }
  .place img { min-height: 420px; }
  .story-images { min-height: 760px; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .editorial-grid .job { grid-column: 1/-1; min-height: 450px; }
  footer { grid-template-columns: 1fr 1fr; }
  .mobile-booking { position: fixed; z-index: 60; right: 1rem; bottom: 1rem; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: .68rem; text-transform: uppercase; }
}

@media (max-width: 560px) {
  .concept-bar { justify-content: flex-start; }
  .hero { grid-template-columns: 1fr; }
  .hero-title h1 { font-size: clamp(3.45rem,16vw,6rem); }
  .hero-photo { grid-column: 1; min-height: 520px; }
  .hero-side { grid-column: 1; grid-row: auto; min-height: 150px; flex-direction: row; }
  .hero-side > p { max-width: 150px; writing-mode: initial; transform: none; }
  .ticker { justify-content: flex-start; }
  .places-heading, .editorial-title { display: block; }
  .places-heading h2 { text-align: left; }
  .place > div { padding: 3rem 6vw; }
  .place h3 { overflow-wrap: anywhere; font-size: clamp(2.8rem, 14.5vw, 4rem); }
  .story-images { min-height: 570px; }
  .story-copy h2 { font-size: clamp(3.1rem, 14vw, 4.5rem); overflow-wrap: anywhere; }
  .story-images .portrait { width: 88%; }
  .editorial-title > a { display: inline-block; margin-bottom: 3rem; }
  .editorial-title h2 { font-size: clamp(3rem, 14.5vw, 5rem); overflow-wrap: anywhere; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-grid .job { grid-column: auto; }
  .editorial-grid img { height: 440px; }
  footer { grid-template-columns: 1fr; }
}
