:root {
  --paper: #f5e9d9;
  --paper-deep: #f1e6d4;
  --ink: #372918;
  --muted: #5f412d;
  --red: #781414;
  --gold: #b7864a;
  --line: #cfa36a;
  --soft-line: #ead7b8;
  --shadow: 0 20px 42px rgba(71, 42, 17, .18);
  --serif: "Cormorant Garamond", "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --display: "Awesome Serif", "Bodoni 72", Didot, Georgia, serif;
}

@font-face {
  font-family: "Awesome Serif";
  src: url("../fonts/AwesomeSerif-BoldTall.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: #050505;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  background: #050505;
}

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

.page {
  width: min(100%, 941px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 43px 48px 24px;
  border-radius: 52px;
  background:
    radial-gradient(circle at 24% 18%, rgba(112, 83, 49, .055) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 58%, rgba(120, 20, 20, .03) 0 1px, transparent 1.6px),
    radial-gradient(circle at 46% 86%, rgba(106, 79, 45, .04) 0 1px, transparent 1.4px),
    linear-gradient(180deg, rgba(245, 233, 217, .96), rgba(241, 230, 212, .98)),
    var(--paper);
  background-size: 21px 21px, 29px 29px, 17px 17px, auto, auto;
  overflow: hidden;
}

.intro {
  text-align: center;
}

.emblem {
  display: block;
  width: 178px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 27px;
  mix-blend-mode: multiply;
}

.intro p {
  max-width: 600px;
  margin: 0 auto;
  color: #4b392b;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.22;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 29px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--soft-line);
  border-radius: 50%;
  background: rgba(245, 233, 217, .5);
}

.socials img {
  display: block;
  width: 34px;
  height: 34px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 477px;
  margin-top: 31px;
  border: 3px solid rgba(255, 255, 255, .95);
  border-radius: 28px;
  background: #2c180c;
  box-shadow: var(--shadow);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .05) 45%, rgba(0, 0, 0, .62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, transparent 48%);
  pointer-events: none;
}

.hero-card > img,
.hero-card > video {
  display: block;
  width: 100%;
  height: 477px;
  object-fit: cover;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: 35px;
  bottom: 30px;
  color: #fffaf0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
}

.hero-copy h1 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 43px;
  font-weight: 700;
  line-height: .98;
  letter-spacing: 0;
}

.hero-copy p {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-arrow {
  position: absolute;
  z-index: 2;
  right: 31px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 50%;
  color: #fffaf0;
  background: rgba(82, 67, 42, .92);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.booking-panel {
  margin-top: 42px;
  padding: 0 15px 14px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: #f2e7d9;
}

.panel-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 22px auto 18px;
}

.panel-title h2 {
  margin: 0;
  padding: 0;
  color: var(--red);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.panel-title span {
  display: none;
}

.booking-rows {
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 19px;
  background: #fbf4eb;
}

.booking-row {
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr 122px;
  align-items: center;
  min-height: 155px;
  background: #fbf4eb;
}

.booking-row + .booking-row {
  border-top: 1px solid var(--soft-line);
  background: #f8f0e9;
}

.row-thumb {
  width: 240px;
  height: 155px;
  object-fit: cover;
}

.row-copy {
  display: grid;
  gap: 9px;
  padding: 20px 18px;
}

.eyebrow {
  color: #9d723c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.row-title {
  color: var(--red);
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.08;
}

.row-subtitle {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.2;
}

.row-brand {
  position: absolute;
  top: 50%;
  right: 154px;
  justify-self: center;
  color: rgba(151, 104, 69, .17);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.row-brand-airbnb {
  font-size: 57px;
}

.row-brand-booking {
  font-size: 42px;
  letter-spacing: 0;
}

.row-action {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 70px;
  height: 70px;
  padding: 0 1px 0 0;
  border-radius: 50%;
  color: #fffaf0;
  background: var(--red);
  box-shadow: 0 8px 18px rgba(93, 21, 15, .18);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.heritage-strip {
  display: block;
  margin-top: 20px;
  padding: 0;
  border: 1px solid rgba(207, 163, 106, .55);
  border-radius: 18px;
  background: #f1e6d4;
  overflow: hidden;
}

.heritage-strip img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .page {
    padding: 34px 18px 18px;
    border-radius: 36px;
  }

  .emblem {
    width: 156px;
    margin-bottom: 20px;
  }

  .intro p {
    max-width: 360px;
    font-size: 19px;
    line-height: 1.22;
  }

  .socials {
    gap: 18px;
    margin-top: 24px;
  }

  .socials a {
    width: 54px;
    height: 54px;
  }

  .socials img {
    width: 29px;
    height: 29px;
  }

  .hero-card {
    min-height: 390px;
    margin-top: 29px;
    border-radius: 24px;
  }

  .hero-card > img,
  .hero-card > video {
    height: 390px;
  }

  .hero-copy {
    left: 22px;
    bottom: 24px;
  }

  .hero-copy h1 {
    font-size: 33px;
  }

  .hero-copy p {
    max-width: 260px;
    font-size: 16px;
  }

  .hero-arrow {
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    font-size: 34px;
  }

  .booking-panel {
    margin-top: 38px;
    padding: 0 10px 12px;
  }

  .panel-title {
    width: 100%;
    margin: 18px auto 16px;
  }

  .panel-title h2 {
    padding: 0;
    font-size: 27px;
  }

  .booking-row {
    grid-template-columns: 96px 1fr 62px;
    min-height: 124px;
  }

  .row-thumb {
    width: 96px;
    height: 124px;
  }

  .row-copy {
    gap: 7px;
    padding: 14px 12px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .row-title {
    font-size: 22px;
  }

  .row-subtitle {
    font-size: 14px;
  }

  .row-brand {
    display: none;
  }

  .row-action {
    width: 43px;
    height: 43px;
    font-size: 28px;
  }

  .heritage-strip {
    border-radius: 14px;
  }
}
