:root {
  color-scheme: light;
  --ink: #17231c;
  --ink-soft: #344137;
  --paper: #f6f3ec;
  --cream: #ede8de;
  --line: #d8d1c2;
  --gold: #b68c56;
  --gold-light: #d8b780;
  --white: #fffefa;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #c48144; outline-offset: 4px; }
::selection { background: #d5b77a; color: #17231c; }
.page-width { width: min(100% - 88px, 1352px); margin-inline: auto; }
.section-pad { padding-block: clamp(90px, 11vw, 150px); }
.skip-link { position: fixed; z-index: 100; top: -90px; left: 16px; background: white; padding: 10px 18px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, p, figure, dl { margin-top: 0; }
h2 { margin-bottom: 0; font: 400 clamp(2.6rem, 5vw, 4.6rem)/1.08 var(--serif); letter-spacing: -.045em; }
h1 em, h2 em, .sunrise-content em { font-weight: 400; }

/* Header */
.site-header { position: relative; z-index: 20; background: #111b17; color: var(--white); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; width: 164px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 100%; height: 79px; object-fit: contain; mix-blend-mode: screen; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 46px); margin-left: auto; }
.main-nav a, .header-book { text-decoration: none; font-size: .84rem; letter-spacing: .04em; transition: color .2s ease; }
.main-nav a:hover, .header-book:hover { color: var(--gold-light); }
.header-book { border: 1px solid rgba(216,183,128,.62); color: #f0d5a2; padding: 12px 19px; white-space: nowrap; margin-left: clamp(10px, 3vw, 44px); }
.header-book span { padding-left: 17px; font-size: 1rem; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 48%) minmax(0, 52%); min-height: min(780px, calc(100svh - 82px)); }
.hero-copy { display: flex; min-width: 0; background: var(--paper); }
.hero-copy-inner { width: 100%; min-width: 0; margin: auto 0; padding: 82px clamp(32px, 4vw, 72px) 48px clamp(36px, max(44px, calc((100vw - 1352px)/2)), 120px); }
.hero .eyebrow { margin-bottom: 28px; }
.tiny-sun { font-size: 1.15rem; vertical-align: -.08em; margin-right: 8px; }
h1 { margin-bottom: 29px; font: 400 clamp(3rem, 4.3vw, 5.1rem)/1.02 var(--serif); letter-spacing: -.06em; }
.hero h1 { overflow-wrap: anywhere; }
h1 em { color: #967348; }
.hero-description { max-width: 470px; color: #445047; font-size: 1.1rem; line-height: 1.7; margin-bottom: 31px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 19px 30px; align-items: center; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 14px 24px; text-decoration: none; font-size: .88rem; font-weight: 600; letter-spacing: .015em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #314536; }
.button span, .text-link span, .underlined-link span { font-size: 1.08rem; }
.text-link { text-decoration: none; border-bottom: 1px solid #9b8c76; padding-bottom: 5px; font-size: .91rem; font-weight: 600; }
.text-link span { margin-left: 9px; }
.text-link:hover, .underlined-link:hover { color: #8b683d; }
.hero-facts { display: grid; grid-template-columns: 1fr 1fr 1.1fr; border-top: 1px solid var(--line); gap: 10px; margin: clamp(58px, 8vh, 103px) 0 0; padding-top: 21px; }
.hero-facts div { min-width: 0; }
.hero-facts dt { color: #747b73; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 3px; }
.hero-facts dd { margin: 0; font: 400 clamp(1rem, 1.45vw, 1.25rem)/1.25 var(--serif); }
.hero-photo-wrap { position: relative; min-height: 560px; overflow: hidden; background: #564a3c; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero-photo-wrap:after { content: ""; position: absolute; inset: auto 0 0; height: 31%; background: linear-gradient(transparent, rgba(0,0,0,.35)); pointer-events: none; }
.photo-label { position: absolute; z-index: 1; left: 36px; right: 36px; bottom: 27px; display: flex; align-items: center; gap: 12px; color: white; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.photo-label-line { width: 26px; height: 1px; background: white; }
.photo-label-small { margin-left: auto; opacity: .8; }

/* Intro and editorial image pair */
.welcome { display: grid; grid-template-columns: 1fr .8fr; gap: 10%; align-items: start; }
.section-intro .eyebrow, .section-heading .eyebrow, .place .eyebrow, .amenities .eyebrow { margin-bottom: 22px; }
.welcome-copy { max-width: 490px; padding-top: 34px; }
.welcome-copy p { color: #566158; font-size: 1.07rem; line-height: 1.8; margin-bottom: 19px; }
.underlined-link { display: inline-flex; align-items: center; gap: 24px; padding: 13px 0 7px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .93rem; font-weight: 650; }
.editorial { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .75fr); align-items: start; gap: clamp(24px, 4vw, 62px); padding-bottom: clamp(110px, 11vw, 170px); }
.editorial figure { margin: 0; }
.editorial-main img { width: 100%; height: clamp(400px, 44vw, 635px); object-fit: cover; }
.editorial-side { margin-top: 104px !important; }
.editorial-side img { width: 100%; height: clamp(360px, 37vw, 510px); object-fit: cover; object-position: 50% 60%; }
.editorial figcaption { margin-top: 15px; color: #6f756d; font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; }
.practice { background: #e9e4d9; }
.practice-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: clamp(60px, 10vw, 150px); }
.practice-intro .eyebrow, .groups .eyebrow { margin-bottom: 22px; }
.practice-intro h2 { max-width: 610px; }
.practice-intro h2 em { color: #9a7648; }
.practice-intro > p:last-child { max-width: 480px; margin-top: 29px; color: #566158; font-size: 1.06rem; line-height: 1.8; }
.practice-services { padding-top: 12px; }
.practice-service { display: grid; grid-template-columns: 46px 1fr; align-items: start; gap: 15px; padding: 27px 0 31px; border-top: 1px solid #c9c2b4; }
.practice-service span { color: #97734b; font-size: .76rem; font-weight: 700; letter-spacing: .1em; }
.practice-service h3 { max-width: 420px; margin: -5px 0 0; font: 400 clamp(1.45rem, 2.3vw, 2.15rem)/1.18 var(--serif); letter-spacing: -.025em; }
.practice-appointment { margin: 12px 0 0; color: #455249; font-size: .98rem; line-height: 1.65; }
.practice-contact { margin: 13px 0 25px; }
.practice-note { padding-top: 18px; border-top: 1px solid #c9c2b4; color: #606c62; font-size: .88rem; }
.sunrise-band { position: relative; isolation: isolate; height: clamp(370px, 41vw, 530px); overflow: hidden; background: #877b5c; }
.sunrise-band img, .sunrise-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.sunrise-band img { object-fit: cover; object-position: center; z-index: -2; }
.sunrise-shade { background: linear-gradient(90deg, rgba(13,25,20,.74), rgba(13,25,20,.06) 78%); z-index: -1; }
.sunrise-content { height: 100%; display: flex; flex-direction: column; justify-content: center; color: white; }
.sunrise-content .eyebrow { color: #f4d7a1; margin-bottom: 25px; }
.sunrise-content > p:last-child { margin-bottom: 0; font: 400 clamp(2.7rem, 5vw, 5rem)/1.07 var(--serif); letter-spacing: -.045em; }
.groups { background: #26382c; color: #f9f7f0; }
.groups-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: clamp(60px, 10vw, 150px); }
.groups h2 { max-width: 610px; }
.groups h2 em { color: #d7b584; }
.groups-copy { padding-top: 26px; }
.groups-copy p { max-width: 525px; color: #d1d8cc; font-size: 1.06rem; line-height: 1.8; }
.groups-copy p + p { margin-top: 20px; }
.group-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.group-tags span { border: 1px solid rgba(215,181,132,.5); padding: 8px 14px; color: #ead5b5; font-size: .79rem; letter-spacing: .02em; }

/* Cards and gallery */
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 42px; }
.section-heading h2 { max-width: 780px; }
.section-heading > p { max-width: 270px; margin-bottom: 4px; color: #687169; font-size: .99rem; }
.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.room-card { display: block; text-decoration: none; }
.room-image { aspect-ratio: .91; overflow: hidden; background: #dad5cc; }
.room-image img { height: 100%; width: 100%; object-fit: cover; transition: transform .45s ease; }
.room-card:hover .room-image img { transform: scale(1.035); }
.room-card:nth-child(2) img { object-position: 58% center; }
.room-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-block: 17px; border-bottom: 1px solid var(--line); font: 400 1.2rem/1.3 var(--serif); }
.room-meta span:last-child { font: 400 1.2rem/1 var(--sans); }
.gallery-section { background: #eae6de; }
.gallery-heading { margin-bottom: 38px; }
.gallery-aside { max-width: 270px; }
.gallery-aside p { color: #687169; font-size: .99rem; margin-bottom: 12px; }
.gallery-aside .underlined-link { font-size: .88rem; gap: 12px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: clamp(210px, 23vw, 325px); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; cursor: zoom-in; text-align: left; color: white; background: #645746; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item:after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.48)); pointer-events: none; }
.gallery-item span { position: absolute; z-index: 1; bottom: 17px; left: 19px; font: 400 1.15rem var(--serif); }

/* Practical information */
.amenities { background: #1c2b21; color: #fffdf8; }
.amenities-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 12%; }
.amenities-intro h2 { max-width: 490px; }
.amenities-intro h2 em { color: #d6b781; }
.amenities-intro > p:last-child { max-width: 360px; margin-top: 27px; color: #b4bdb3; }
.amenities-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 36px; }
.amenities-list li { display: flex; gap: 18px; align-items: baseline; min-height: 79px; padding-block: 22px; border-bottom: 1px solid rgba(255,255,255,.18); font: 400 clamp(1.05rem, 1.5vw, 1.3rem)/1.35 var(--serif); }
.amenities-list li span { flex: 0 0 auto; color: #d6b781; font: 500 .72rem/1.5 var(--sans); letter-spacing: .08em; }
.place { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(65px, 9vw, 140px); align-items: center; }
.place-photo { height: clamp(450px, 49vw, 620px); overflow: hidden; }
.place-photo img { width: 100%; height: 100%; object-fit: cover; }
.place-copy h2 { max-width: 520px; }
.place-copy > p:not(.eyebrow) { max-width: 420px; color: #59635b; line-height: 1.8; margin-top: 30px; }
.booking { background: #b9905b; color: #19251c; }
.booking-inner { min-height: 340px; display: flex; justify-content: space-between; align-items: center; gap: 50px; padding-block: 68px; }
.booking h2 { max-width: 710px; }
.booking h2 em { color: #fff9ef; }
.booking .eyebrow { color: #263528; margin-bottom: 20px; }
.booking p:last-child { max-width: 560px; margin-top: 22px; margin-bottom: 0; }
.button-light { background: #17231c; color: white; flex: 0 0 auto; }
.button-light:hover { background: #314536; }
.site-footer { background: #111b17; color: #e8e7df; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 45px; }
.footer-brand { width: 167px; }
.footer-brand img { height: 92px; }
.footer-top p { margin: 0; font-size: .88rem; color: #bdc3ba; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 26px; }
.footer-links a { font-size: .88rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 6px; white-space: nowrap; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-block: 18px 26px; border-top: 1px solid rgba(255,255,255,.15); color: #aab3a8; font-size: .78rem; }
.footer-bottom a { text-decoration: none; }

/* Gallery dialog */
.lightbox { width: min(100% - 36px, 1440px); max-width: none; max-height: 94svh; height: 94svh; padding: 0; border: 0; background: #111b17; color: white; overflow: hidden; }
.lightbox::backdrop { background: rgba(9,14,11,.88); }
.lightbox-top { height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 20px 0 32px; }
.lightbox-top p { margin: 0; font: 400 1.2rem var(--serif); }
.lightbox-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); color: white; background: transparent; cursor: pointer; font-size: 1.9rem; line-height: 1; }
.lightbox-picture { position: relative; height: calc(100% - 101px); display: flex; align-items: center; justify-content: center; }
.lightbox-picture img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; }
.lightbox-prev, .lightbox-next { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); width: 48px; height: 56px; padding: 0; border: 1px solid rgba(255,255,255,.5); color: white; background: rgba(17,27,23,.77); font: 400 2.2rem/1 var(--serif); cursor: pointer; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }
.lightbox-count { height: 33px; text-align: center; font-size: .75rem; letter-spacing: .12em; color: #d3d5cd; }

@media (max-width: 1120px) {
  .page-width { width: min(100% - 56px, 1352px); }
  .header-inner { gap: 15px; }
  .brand { width: 130px; }
  .main-nav { gap: 19px; }
  .header-book { margin-left: 10px; }
  .hero-copy-inner { padding-inline: 38px; }
  .hero { grid-template-columns: 48% 52%; }
  h1 { font-size: clamp(3rem, 4.3vw, 5.1rem); }
}
@media (max-width: 820px) {
  .site-header .main-nav { display: none; }
  .header-inner { min-height: 74px; }
  .brand img { height: 71px; }
  .header-book { margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy-inner { width: 100%; padding: 67px 28px 48px; }
  .hero-photo-wrap { min-height: 0; height: 58vw; max-height: 560px; }
  .hero-facts { margin-top: 56px; }
  .welcome { gap: 8%; }
  .editorial-side { margin-top: 65px !important; }
  .practice-layout, .groups-layout { grid-template-columns: 1fr; gap: 28px; }
  .practice-services, .groups-copy { max-width: 670px; }
  .section-heading { align-items: start; }
  .room-grid { gap: 15px; }
  .amenities-layout { grid-template-columns: 1fr; gap: 46px; }
  .amenities-intro h2 { max-width: 730px; }
  .place { gap: 45px; }
  .booking-inner { align-items: start; flex-direction: column; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 72px; }
  .page-width { width: min(100% - 36px, 1352px); }
  .section-pad { padding-block: 78px; }
  .header-inner { min-height: 68px; }
  .brand { width: 112px; }
  .brand img { height: 66px; }
  .header-book { font-size: .77rem; padding: 10px 12px; }
  .header-book span { padding-left: 7px; }
  .hero-copy-inner { padding: 57px 22px 42px; }
  .hero .eyebrow { margin-bottom: 23px; }
  h1 { font-size: clamp(3.05rem, 12vw, 4.5rem); }
  .hero-description { font-size: 1.02rem; }
  .hero-actions { gap: 21px; }
  .hero-facts { gap: 5px; margin-top: 48px; }
  .hero-facts dt { font-size: .64rem; }
  .hero-facts dd { font-size: 1.03rem; }
  .hero-photo-wrap { height: 86vw; min-height: 300px; }
  .photo-label { left: 18px; right: 18px; bottom: 16px; font-size: .66rem; }
  h2 { font-size: clamp(2.55rem, 10vw, 3.6rem); }
  .welcome { grid-template-columns: 1fr; gap: 18px; }
  .welcome-copy { padding-top: 0; }
  .welcome-copy p { font-size: 1rem; }
  .editorial { grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 84px; }
  .editorial-main img { height: 350px; }
  .editorial-side { margin-top: 44px !important; }
  .editorial-side img { height: 290px; }
  .editorial figcaption { font-size: .63rem; line-height: 1.4; }
  .practice-intro > p:last-child { font-size: 1rem; }
  .practice-service { grid-template-columns: 34px 1fr; }
  .practice-service h3 { font-size: 1.65rem; }
  .groups-copy { padding-top: 0; }
  .groups-copy p { font-size: 1rem; }
  .sunrise-band { height: 370px; }
  .sunrise-content > p:last-child { font-size: clamp(2.7rem, 10vw, 4rem); }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { max-width: 400px; margin-top: 20px; }
  .gallery-aside { max-width: 400px; margin-top: 20px; }
  .room-grid { grid-template-columns: 1fr; gap: 30px; }
  .room-image { aspect-ratio: 1.16; }
  .room-meta { font-size: 1.28rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 7px; }
  .gallery-item-wide { grid-column: span 2; }
  .gallery-item span { left: 11px; bottom: 10px; font-size: 1rem; }
  .amenities-list { column-gap: 17px; }
  .amenities-list li { min-height: 74px; gap: 10px; font-size: 1.02rem; }
  .amenities-list li span { font-size: .66rem; }
  .place { grid-template-columns: 1fr; gap: 43px; }
  .place-photo { height: 400px; }
  .place-copy > p:not(.eyebrow) { margin-top: 22px; }
  .booking-inner { padding-block: 75px; }
  .footer-top { align-items: start; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .footer-top > div { grid-column: 2; grid-row: 1; padding-top: 22px; }
  .footer-links { justify-self: start; grid-column: 1 / -1; margin-top: 10px; }
  .footer-bottom { font-size: .72rem; }
  .lightbox { width: 100%; height: 100svh; max-height: 100svh; }
  .lightbox-top { padding-inline: 17px; }
  .lightbox-picture { height: calc(100% - 101px); }
  .lightbox-prev, .lightbox-next { width: 40px; height: 48px; }
}
@media (max-width: 380px) {
  .hero-facts dd { font-size: .91rem; }
  .hero-actions .button { width: 100%; }
  .amenities-list { grid-template-columns: 1fr; }
  .amenities-list li { min-height: 58px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
