:root {
  --gold: #c08f2d;
  --bg: #161412;
  --panel: #2d2925;
  --text: #ede8de;
  --muted: #b3a190;
  --muted-2: #bfbfc0;
  --frame: 1440px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.home {
  width: min(100%, var(--frame));
  margin: 0 auto;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.home-hero {
  position: relative;
  height: 805px;
  overflow: hidden;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
}

.home-hero__bg-img {
  position: absolute;
  top: 0;
  left: -1.53%;
  width: 106.59%;
  height: 127.2%;
  object-fit: cover;
}

.home-hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.home-hero__content {
  position: relative;
  z-index: 1;
  width: min(908px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 249px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-hero__kicker {
  font-size: 16.01px;
  letter-spacing: 7.0443px;
  text-transform: uppercase;
  color: var(--gold);
}

.home-hero__title {
  margin: 17.012px 0 0;
  width: 804px;
  max-width: 100%;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-size: 95px;
  line-height: 0.95;
  letter-spacing: -2.85px;
  text-transform: uppercase;
  color: var(--text);
}

.home-hero__subtitle {
  margin: 17.012px 0 0;
  font-size: 24.951px;
  line-height: 1.25;
  color: var(--muted);
}

.home-hero__actions {
  margin-top: 47.633px;
  display: flex;
  align-items: center;
  gap: 36.292px;
}

.home-btn {
  height: 54.219px;
  padding: 13.61px 27.219px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20.41px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.home-btn--solid {
  background: var(--gold);
}

.home-btn--outline {
  border: 1.134px solid #fff;
  text-transform: uppercase;
}

.home-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.home-hero > .home-divider {
  position: absolute;
  left: -2px;
  bottom: 0;
  width: calc(100% + 4px);
}

.home-divider--spaced {
  margin: 80px 0 0;
}

.home-main {
  position: relative;
}

.home-section-heading {
  width: min(525px, calc(100% - 48px));
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  text-align: center;
}

.home-signature .home-section-heading {
  width: min(416px, calc(100% - 48px));
  margin-top: 80px;
}

.home-section-kicker {
  font-size: 14px;
  letter-spacing: 6.16px;
  text-transform: uppercase;
  color: var(--gold);
}

.home-section-title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.072;
  color: var(--text);
  text-transform: capitalize;
}

.home-section-underline {
  width: 128px;
  height: 2px;
  background: rgba(192, 143, 45, 0.75);
}

.home-signature__grid {
  width: min(1195px, calc(100% - 48px));
  margin: 36px auto 0;
  display: flex;
  gap: 47px;
  justify-content: center;
}

.sig-card {
  width: 367px;
  height: 253px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #000;
  flex: 0 0 auto;
}

.sig-card__img {
  position: absolute;
  left: 0;
  top: -29.67%;
  width: 100%;
  height: 187.01%;
  object-fit: cover;
}

.sig-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0.769199deg, #000 0.95773%, rgba(0, 0, 0, 0) 99.06%);
}

.sig-card__kicker {
  position: absolute;
  top: 164px;
  left: 16px;
  width: calc(100% - 32px);
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: clamp(26px, 3.1vw, 35.396px);
  line-height: 1.14;
  letter-spacing: 1.7698px;
  text-transform: capitalize;
  color: var(--gold);
  text-align: center;
  overflow-wrap: anywhere;
}

.sig-card__title {
  position: absolute;
  top: 202px;
  left: 16px;
  width: calc(100% - 32px);
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: clamp(20px, 2.5vw, 28.317px);
  line-height: 1.14;
  letter-spacing: 1.4158px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
}

.sig-card__title--muted {
  color: var(--muted-2);
}

.home-story {
  background: var(--panel);
  margin-top: 0;
  padding: 49px 0 95px;
}

.home-story__inner {
  width: min(1225px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  gap: 91px;
  align-items: flex-start;
}

.home-story__frame {
  width: 580px;
  height: 502px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}

.home-story__img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.home-story__img--a {
  left: -187px;
  top: -12px;
  width: 785px;
  height: 523px;
}

.home-story__img--b {
  left: -2px;
  top: -69px;
  width: 580px;
  height: 580px;
}

.home-story__copy {
  width: 552px;
  max-width: 100%;
  padding-top: 37px;
}

.home-story__title {
  margin: 18px 0 0;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.072;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
}

.home-story__underline {
  width: 264px;
  height: 2px;
  background: rgba(192, 143, 45, 0.75);
  margin: 10px auto 18px;
}

.home-story__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.25205;
  color: #cfcfcf;
  text-transform: capitalize;
}

.home-story__text + .home-story__text {
  margin-top: 18px;
}

.home-story__link {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #af8d24;
  text-transform: capitalize;
}

.home-story__chev {
  width: 24px;
  height: 24px;
}

.home-offerings {
  padding-bottom: 0;
}

.home-offerings__grid {
  width: min(var(--container), calc(100% - 48px));
  margin: 40px auto 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.offer-card {
  width: 585px;
  height: 514px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 15.8px -2px rgba(0, 0, 0, 0.25);
  background: #000;
  flex: 0 0 auto;
}

.offer-card__bg {
  position: absolute;
  inset: 0;
}

.offer-card__bg-img {
  position: absolute;
  left: -72px;
  top: -68px;
  width: 725px;
  height: 580px;
  max-width: none;
  object-fit: cover;
}

.offer-card__bg-img--top {
  left: -16px;
  top: -153px;
  width: 600px;
  height: 750px;
}

.offer-card__bg-overlay {
  position: absolute;
  inset: 0;
}

.offer-card__bg-overlay--breakfast {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 24.053%, #000 100%);
}

.offer-card__bg-overlay--lunch {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 52.654%, #000 100%);
}

.offer-card__bg-overlay--lunchTop {
  background: linear-gradient(178.4398deg, rgba(0, 0, 0, 0) 35.674%, #000 76.864%);
}

.offer-card__title {
  position: absolute;
  left: 43px;
  top: 365px;
  font-size: 30px;
  line-height: 1.072;
  text-transform: uppercase;
  color: var(--gold);
}

.offer-card__title--cinzel {
  font-family: "Cinzel", serif;
  font-weight: 600;
}

.offer-card__title--lora {
  font-family: "Lora", serif;
  font-weight: 400;
}

.offer-card__desc {
  position: absolute;
  left: 45px;
  top: 407px;
  width: 500px;
  margin: 0;
  font-size: 15px;
  line-height: 1.08;
  color: #fff;
  text-transform: capitalize;
}

.offer-card__link {
  position: absolute;
  left: 43px;
  top: 451px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: var(--gold);
  text-transform: capitalize;
}

.offer-card__chev {
  width: 24px;
  height: 24px;
}

.home-cta {
  position: relative;
  height: 477px;
  margin-top: 120px;
  overflow: hidden;
}

.home-cta__bg {
  position: absolute;
  inset: 0;
}

.home-cta__bg-img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.home-cta__bg-img--a {
  left: -6.03%;
  top: -86.02%;
  width: 115.32%;
  height: 221.87%;
}

.home-cta__bg-img--b {
  left: 0;
  top: -30.56%;
  width: 100%;
  height: 161.11%;
}

.home-cta__overlay {
  position: absolute;
  inset: 0;
}

.home-cta__overlay--a {
  background: rgba(0, 0, 0, 0.71);
}

.home-cta__overlay--b {
  background: rgba(0, 0, 0, 0.65);
}

.home-cta__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(688px, calc(100% - 48px));
  text-align: center;
  color: #fff;
  z-index: 1;
}

.home-cta__title {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-size: 78.317px;
  line-height: 1.072;
  text-transform: uppercase;
}

.home-cta__subtitle {
  margin-top: 12px;
  font-size: 26.628px;
  line-height: 1.3;
  text-transform: capitalize;
}

.home-cta__actions {
  margin-top: 27px;
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .home {
    width: 100%;
  }
  .home-hero__content {
    padding-top: 200px;
  }
  .home-hero__title {
    font-size: 72px;
    width: 100%;
  }
  .home-hero__subtitle {
    font-size: 20px;
  }
  .home-signature__grid {
    flex-wrap: wrap;
  }
  .home-story__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .home-story__copy {
    width: min(720px, 100%);
    padding-top: 0;
  }
  .home-offerings__grid {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .home-hero__actions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-offerings__grid {
    flex-direction: column;
    align-items: center;
  }
  .home-cta__actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .home-hero {
    height: auto;
    padding-bottom: 54px;
  }
  .home-hero__content {
    padding-top: 160px;
  }
  .home-hero__title {
    font-size: clamp(44px, 8.6vw, 72px);
    letter-spacing: -1.6px;
  }
  .home-hero__subtitle {
    font-size: 16px;
  }
  .home-hero__actions {
    gap: 16px;
  }
  .home-btn {
    font-size: 16px;
    padding: 12px 22px;
    height: 48px;
  }

  .home-section-heading {
    margin-top: 56px;
  }
  .home-section-title {
    font-size: 34px;
  }

  .home-signature__grid {
    margin-top: 28px;
    gap: 22px;
  }
  .sig-card {
    width: min(367px, 100%);
  }
  .sig-card__kicker {
    top: auto;
    bottom: 54px;
  }
  .sig-card__title {
    top: auto;
    bottom: 18px;
  }

  .home-story {
    padding: 42px 0 72px;
  }
  .home-story__frame {
    width: min(580px, 100%);
    height: auto;
    aspect-ratio: 580 / 502;
  }
  .home-story__img--a,
  .home-story__img--b {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .home-story__title {
    font-size: 34px;
  }
  .home-story__text {
    font-size: 16px;
  }

  .offer-card {
    width: 100%;
    max-width: 585px;
  }
  .offer-card__title {
    left: 22px;
  }
  .offer-card__desc {
    left: 22px;
    width: calc(100% - 44px);
  }
  .offer-card__link {
    left: 22px;
  }

  .home-cta {
    height: 420px;
    margin-top: 80px;
  }
  .home-cta__title {
    font-size: clamp(44px, 10vw, 78px);
  }
  .home-cta__subtitle {
    font-size: 18px;
  }
}
