:root {
  --cream: #f7efe5;
  --paper: #fffaf5;
  --ink: #271a16;
  --muted: #74645d;
  --red: #963522;
  --red-dark: #672116;
  --orange: #d2703c;
  --line: rgba(63, 34, 24, .15);
  --shadow: 0 24px 70px rgba(54, 25, 15, .16);
  --radius: 26px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--red-dark);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  color: #fff;
}
.header__inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand__monogram {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}
.brand__text { display: grid; line-height: 1.15; }
.brand__text strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.brand__text small { margin-top: 5px; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; opacity: .8; }
.navigation { display: flex; align-items: center; gap: 28px; }
.navigation a { font-size: 14px; font-weight: 750; text-decoration: none; }
.navigation__call { padding: 11px 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.menu-button { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 145px 0 80px;
  color: #fff;
  background: linear-gradient(135deg, #5f1f16 0%, #8e3120 48%, #b15431 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero__shape { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.hero__shape--one { width: 520px; height: 520px; left: -250px; bottom: -250px; }
.hero__shape--two { width: 360px; height: 360px; right: -120px; top: 45px; }
.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 70px;
  align-items: center;
}
.hero__content { padding-top: 22px; }
.eyebrow {
  margin: 0 0 18px;
  color: #ffd8bd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow--dark { color: var(--red); }
.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(70px, 8.6vw, 126px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.055em;
}
.hero h1 em { display: block; color: #efb287; font-weight: 400; }
.hero__description { max-width: 520px; margin: 31px 0 0; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 22px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s, background .2s, color .2s, box-shadow .2s;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--primary { color: var(--red-dark); background: #fff; box-shadow: 0 15px 35px rgba(31,10,6,.24); }
.button--secondary { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.button--secondary:hover { color: var(--ink); background: #fff; }
.phone-card {
  display: grid;
  max-width: 340px;
  margin-top: 48px;
  padding: 18px 21px;
  border-left: 3px solid #efb287;
  color: #fff;
  background: rgba(60,16,10,.24);
  text-decoration: none;
}
.phone-card span { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .7; }
.phone-card strong { margin-top: 2px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.hero__photo {
  position: relative;
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 190px 22px 22px 22px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 90px rgba(30,8,4,.35);
  backdrop-filter: blur(5px);
}
.hero__photo img { width: 100%; height: auto; border-radius: 177px 14px 14px 14px; }
.hero__photo figcaption {
  position: absolute;
  left: -34px;
  bottom: 28px;
  padding: 12px 18px;
  color: var(--ink);
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(30,8,4,.22);
}

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }
.section-heading h2, .contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.about__copy > p { max-width: 610px; margin: 0 0 34px; color: var(--muted); font-size: 21px; }
.facts { border-top: 1px solid var(--line); }
.fact {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.fact span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fact strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }

.spaces { background: var(--cream); }
.section-heading--center { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading--center p:last-child { margin: 17px 0 0; color: var(--muted); font-size: 18px; }
.spaces__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.space-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: var(--radius);
  background: #e6d7cb;
  box-shadow: 0 15px 42px rgba(57,27,17,.1);
}
.space-card--large { grid-row: span 2; }
.space-card img { width: 100%; height: 100%; object-fit: cover; }
.space-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(35,12,7,.72)); }
.space-card > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; display: flex; align-items: end; justify-content: space-between; color: #fff; }
.space-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; }
.space-card span { font-size: 11px; font-weight: 800; letter-spacing: .15em; }

.gallery { background: var(--paper); }
.gallery__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.gallery__heading > p { max-width: 390px; margin: 0 0 9px; color: var(--muted); }
.gallery__columns { columns: 3 300px; column-gap: 18px; }
.gallery__item {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 18px;
  border-radius: 18px;
  background: #e3d6ca;
  box-shadow: 0 10px 32px rgba(54,25,15,.1);
  break-inside: avoid;
  text-decoration: none;
}
.gallery__item img { width: 100%; height: auto; transition: transform .45s ease; }
.gallery__item::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(27,10,6,.64)); pointer-events: none; }
.gallery__item span { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.gallery__item:hover img, .gallery__item:focus-visible img { transform: scale(1.025); }

.contact { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: var(--red-dark); }
.contact::before { content: "HC"; position: absolute; right: -35px; bottom: -105px; color: rgba(255,255,255,.055); font-family: Georgia, "Times New Roman", serif; font-size: min(36vw, 480px); line-height: .8; }
.contact__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.contact h2 { font-size: clamp(58px, 8vw, 108px); }
.contact h2 + p { margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: 20px; }
.contact__action { display: grid; justify-items: start; }
.contact__action > span { color: #efb287; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.contact__action > a:not(.button) { margin: 7px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 40px); text-decoration: none; white-space: nowrap; }
.button--light { color: var(--red-dark); background: #fff; }

.footer { color: rgba(255,255,255,.8); background: #241512; }
.footer__inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer__inner > div { display: grid; }
.footer strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.footer span { margin-top: 3px; font-size: 12px; }
.footer a { color: #e9ad83; font-weight: 800; text-decoration: none; }

.floating-call {
  position: fixed;
  z-index: 800;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background: var(--red);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(27,10,6,.28);
  transition: transform .2s;
}
.floating-call:hover, .floating-call:focus-visible { transform: translateY(-4px); }
.floating-call svg { width: 27px; height: 27px; fill: currentColor; }

.lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 70px 90px;
  color: #fff;
  background: rgba(22,10,7,.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { max-width: min(1100px, 100%); max-height: 100%; display: grid; justify-items: center; gap: 12px; margin: 0; }
.lightbox__image { max-width: 100%; max-height: calc(100vh - 150px); object-fit: contain; border-radius: 8px; box-shadow: 0 25px 80px rgba(0,0,0,.48); }
.lightbox__caption { color: rgba(255,255,255,.72); font-size: 14px; }
.lightbox__close, .lightbox__button {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.06);
  cursor: pointer;
}
.lightbox__close { top: 20px; right: 22px; width: 48px; height: 48px; border-radius: 50%; font-size: 31px; }
.lightbox__button { top: 50%; width: 54px; height: 70px; border-radius: 999px; font-size: 44px; transform: translateY(-50%); }
.lightbox__button--previous { left: 22px; }
.lightbox__button--next { right: 22px; }
.lightbox__close:hover, .lightbox__button:hover { background: var(--red); }

@media (max-width: 960px) {
  :root { --container: min(100% - 32px, 760px); }
  .header__inner { min-height: 78px; }
  .brand__text small { display: none; }
  .menu-button {
    position: relative;
    z-index: 2;
    display: grid;
    place-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50%;
    background: transparent;
  }
  .menu-button span { width: 20px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .navigation {
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    padding: 110px 34px 45px;
    color: #fff;
    background: #6b2318;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: opacity .25s, visibility .25s, transform .25s;
  }
  .navigation.is-open { opacity: 1; visibility: visible; transform: none; }
  .navigation a { font-family: Georgia, "Times New Roman", serif; font-size: 37px; font-weight: 400; }
  .navigation .navigation__call { margin-top: 7px; font-family: "Segoe UI", Arial, sans-serif; font-size: 15px; font-weight: 800; }
  .hero { padding-top: 125px; }
  .hero__grid { grid-template-columns: 1fr; gap: 65px; }
  .hero__content { max-width: 680px; }
  .hero__photo { max-width: 680px; justify-self: end; }
  .about__grid { grid-template-columns: 1fr; gap: 45px; }
  .spaces__grid { grid-template-columns: 1fr 1fr; }
  .space-card--large { grid-column: 1 / -1; grid-row: auto; min-height: 470px; }
  .contact__grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 28px); --radius: 18px; }
  .section { padding: 78px 0; }
  .brand__monogram { width: 44px; height: 44px; }
  .brand__text strong { font-size: 17px; }
  .hero { min-height: 0; padding: 115px 0 68px; }
  .hero h1 { font-size: clamp(62px, 19vw, 88px); }
  .hero__description { font-size: 17px; }
  .hero__actions { align-items: stretch; flex-direction: column; max-width: 310px; }
  .hero__actions .button { width: 100%; }
  .phone-card { max-width: 100%; margin-top: 35px; }
  .phone-card strong { font-size: 22px; }
  .hero__photo { padding: 8px; border-radius: 105px 17px 17px 17px; }
  .hero__photo img { border-radius: 97px 12px 12px 12px; }
  .hero__photo figcaption { position: static; margin: 8px 4px 0; color: rgba(255,255,255,.75); background: transparent; box-shadow: none; font-size: 10px; }
  .section-heading h2 { font-size: 50px; }
  .about__copy > p { font-size: 18px; }
  .fact { grid-template-columns: 1fr; gap: 6px; }
  .spaces__grid { grid-template-columns: 1fr; }
  .space-card, .space-card--large { grid-column: auto; min-height: 390px; }
  .gallery__heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .gallery__columns { columns: 1; }
  .gallery__item { margin-bottom: 14px; }
  .contact { padding: 82px 0; }
  .contact__action > a:not(.button) { white-space: normal; }
  .footer__inner { min-height: 190px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .floating-call { right: 14px; bottom: 14px; width: 56px; height: 56px; }
  .lightbox { padding: 68px 14px 80px; }
  .lightbox__close { top: 12px; right: 12px; }
  .lightbox__button { top: auto; bottom: 17px; width: 58px; height: 46px; transform: none; }
  .lightbox__button--previous { left: calc(50% - 68px); }
  .lightbox__button--next { right: calc(50% - 68px); }
  .lightbox__image { max-height: calc(100vh - 170px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
