:root {
  --hi-ink: #171717;
  --hi-muted: #676767;
  --hi-cream: #f4f1ea;
  --hi-line: #dedbd3;
  --hi-deep: #1d2928;
  --hi-gold: #b79a68;
  --hi-shell: 1240px;
}

.hi-home { background:#fff; color:var(--hi-ink); }
.hi-shell { width:min(calc(100% - 40px), var(--hi-shell)); margin:0 auto; }
.hi-eyebrow { margin:0 0 14px; font-size:.73rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.hi-eyebrow--dark { color:#7b6545; }
.hi-home h1,.hi-home h2,.hi-home h3 { font-family:Georgia,"Times New Roman",serif; font-weight:500; letter-spacing:-.035em; }
.hi-home a { text-decoration:none; }

.hi-masthead { position:relative; min-height:72vh; display:flex; align-items:flex-end; color:#fff; overflow:hidden; }
.hi-masthead__image,.hi-masthead__shade { position:absolute; inset:0; }
.hi-masthead__image { background-size:cover; background-position:center; transform:scale(1.01); }
.hi-masthead__shade { background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.72) 100%); }
.hi-masthead__content { position:relative; z-index:2; padding:150px 0 78px; max-width:880px; }
.hi-masthead h1 { max-width:900px; margin:0; font-size:clamp(3.2rem,7vw,7.2rem); line-height:.94; }
.hi-masthead h1 a { color:#fff; }
.hi-masthead__dek { max-width:720px; margin:24px 0 0; font-size:clamp(1rem,1.6vw,1.25rem); line-height:1.7; color:rgba(255,255,255,.9); }
.hi-button { display:inline-flex; align-items:center; justify-content:center; margin-top:28px; min-height:50px; padding:0 24px; border:1px solid currentColor; font-weight:700; letter-spacing:.04em; transition:.18s ease; }
.hi-button:hover { transform:translateY(-2px); }
.hi-button--light { color:#fff; background:transparent; }
.hi-button--light:hover { background:#fff; color:#111; }
.hi-button--dark { color:#fff; background:var(--hi-deep); border-color:var(--hi-deep); }

.hi-intro { padding:72px 0; border-bottom:1px solid var(--hi-line); }
.hi-intro__grid { display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:end; }
.hi-intro h2 { margin:0; font-size:clamp(2.5rem,5vw,5.2rem); line-height:1; }
.hi-intro p:last-child { margin:0; color:var(--hi-muted); font-size:1.13rem; line-height:1.8; }

.hi-section { padding:84px 0; }
.hi-section--tinted { background:var(--hi-cream); }
.hi-section__heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:34px; padding-bottom:18px; border-bottom:1px solid var(--hi-line); }
.hi-section__heading h2 { margin:0; font-size:clamp(2.1rem,4vw,4rem); line-height:1; }
.hi-text-link { color:var(--hi-ink); font-weight:700; border-bottom:1px solid currentColor; }

.hi-grid { display:grid; gap:28px; }
.hi-grid--4 { grid-template-columns:repeat(4,1fr); }
.hi-grid--3 { grid-template-columns:repeat(3,1fr); }
.hi-card { min-width:0; }
.hi-card__image { display:block; aspect-ratio:4/3; overflow:hidden; background:#e7e2d9; }
.hi-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.hi-card:hover .hi-card__image img { transform:scale(1.035); }
.hi-card__placeholder { display:block; width:100%; height:100%; background:linear-gradient(135deg,#d9d3c8,#eeeae2); }
.hi-card__body { padding-top:17px; }
.hi-kicker { color:#8a714d; font-size:.7rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.hi-card__title { margin:8px 0 8px; font-size:1.55rem; line-height:1.08; }
.hi-card__title a { color:var(--hi-ink); }
.hi-card p { margin:0; color:var(--hi-muted); line-height:1.62; }

.hi-feature-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:28px; }
.hi-card--feature { grid-row:span 2; }
.hi-card--feature .hi-card__image { aspect-ratio:4/5; }
.hi-card--feature .hi-card__title { font-size:clamp(2rem,3vw,3.7rem); }

.hi-booking-band { background:var(--hi-deep); color:#fff; padding:70px 0; }
.hi-booking-band__inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.hi-booking-band h2 { margin:0; font-size:clamp(2.3rem,4vw,4.6rem); line-height:1; }
.hi-booking-band p:not(.hi-eyebrow) { margin:15px 0 0; color:rgba(255,255,255,.72); }
.hi-booking-band .hi-button { flex:0 0 auto; margin-top:0; }

.hi-domain-panel { padding:88px 0; background:#ece7dd; }
.hi-domain-panel__inner { display:grid; grid-template-columns:1fr auto; gap:60px; align-items:center; }
.hi-domain-panel h2 { margin:0; font-size:clamp(2.3rem,4vw,4.7rem); line-height:1; }
.hi-domain-panel p:not(.hi-eyebrow) { max-width:800px; color:var(--hi-muted); font-size:1.08rem; line-height:1.75; }
.hi-domain-panel .hi-button { margin-top:0; white-space:nowrap; }

@media (max-width:1000px) {
  .hi-grid--4 { grid-template-columns:repeat(2,1fr); }
  .hi-feature-grid { grid-template-columns:1fr 1fr; }
  .hi-card--feature { grid-row:auto; grid-column:1/-1; }
  .hi-card--feature .hi-card__image { aspect-ratio:16/8; }
  .hi-intro__grid { gap:40px; }
}

@media (max-width:720px) {
  .hi-shell { width:min(calc(100% - 28px), var(--hi-shell)); }
  .hi-masthead { min-height:650px; }
  .hi-masthead__content { padding:125px 0 52px; }
  .hi-intro,.hi-section,.hi-domain-panel { padding:58px 0; }
  .hi-intro__grid,.hi-domain-panel__inner { grid-template-columns:1fr; gap:28px; }
  .hi-grid--4,.hi-grid--3,.hi-feature-grid { grid-template-columns:1fr; }
  .hi-card--feature { grid-column:auto; }
  .hi-card--feature .hi-card__image { aspect-ratio:4/3; }
  .hi-section__heading,.hi-booking-band__inner { display:block; }
  .hi-text-link { display:inline-block; margin-top:16px; }
  .hi-booking-band { padding:56px 0; }
  .hi-booking-band .hi-button { margin-top:24px; }
}
.hi-booking-band h2{color:#fff}
.hi-booking-band .hi-eyebrow{color:#d7bf94}
.hi-domain-panel .hi-eyebrow{color:#8a714d}
