@font-face {
  font-family: "Fredoka";
  src: url("custom-font.ttf") format("truetype");
}

body {
  margin: 0;
  background-color: #FAF3E7;
  color: #2B2118;
  font-family: "Fredoka", Arial, sans-serif;
  line-height: 1.7;
}

h1, h2, h3, h4, p, ul, figure {
  margin: 0;
  padding: 0;
}

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

a {
  color: #2B2118;
  text-decoration: none;
}

h2 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
}

.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 48px 40px 48px;
}

.btn-black {
  display: inline-block;
  background-color: #2B2118;
  color: #FAF3E7;
  padding: 14px 34px;
  border-radius: 14px;
  font-weight: bold;
  font-size: 15px;
}

.tag-mini {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #EAD9BE;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: bold;
}

.tag-mini.accent {
  background-color: #E8862E;
  border-color: #E8862E;
  color: #FFFFFF;
}

.step-label {
  font-size: 14px;
  font-weight: bold;
  color: #C4552D;
  margin-bottom: 26px;
}

.pager {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 36px;
}

.pager.center {
  justify-content: center;
}

.pager button {
  border: 2px solid #2B2118;
  background-color: transparent;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #2B2118;
}

.hero {
  position: relative;
  height: 92vh;
  min-height: 640px;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 33, 24, 0.25);
}

.topbar {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  box-sizing: border-box;
}

.nav-links {
  background-color: #FAF3E7;
  padding: 6px;
  border-radius: 999px;
  display: flex;
  gap: 4px;
}

.nav-links a {
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
}

.book-top {
  background-color: #2B2118;
  color: #FAF3E7;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
}

.hero-title {
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 150px;
  font-weight: 900;
  color: #FFF7EA;
  line-height: 1;
}

.hero-row {
  position: absolute;
  bottom: 100px;
  left: 48px;
  right: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-blurb {
  color: #FFF3DF;
  font-size: 15px;
  font-weight: bold;
}

.pill-light {
  background-color: #FAF3E7;
  color: #2B2118;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
}

.hero-dashed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  border-top: 2px dashed #FAF3E7;
  display: flex;
  justify-content: space-between;
  padding: 26px 48px 20px 48px;
}

.tag-link {
  color: #FFE9C8;
  font-size: 14px;
  font-weight: bold;
}

.intro {
  text-align: center;
  padding: 110px 24px 90px 24px;
}

.trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 44px;
}

.avatars img {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FAF3E7;
  margin-left: -12px;
}

.intro-title {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.3;
}

.hl-sand {
  background-color: #EAD9BE;
  border-radius: 24px;
  padding: 0 26px;
}

.hl-orange {
  background-color: #E8862E;
  color: #FFFFFF;
  border-radius: 24px;
  padding: 0 26px;
}

.step-dots {
  margin-top: 54px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EAD9BE;
  margin-right: 10px;
}

.dot.on {
  background-color: #E8862E;
}

.scroll-text {
  font-size: 11px;
  letter-spacing: 3px;
  color: #5C4633;
  font-weight: bold;
}

.value-grid {
  display: flex;
  gap: 60px;
  align-items: center;
}

.value-text {
  width: 40%;
}

.value-text p {
  margin: 26px 0 36px 0;
  color: #5C4633;
  font-size: 15px;
}

.value-cards {
  width: 60%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.v-card {
  background-color: #FFFFFF;
  border-radius: 22px;
  padding: 12px;
  box-sizing: border-box;
}

.v-card img {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}

.v-card figcaption {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 6px 4px 6px;
  color: #5C4633;
}

.v1 {
  width: 38%;
}

.v1 img {
  height: 300px;
}

.v2 {
  width: 29%;
  margin-top: 44px;
}

.v2 img {
  height: 230px;
}

.v3 {
  width: 33%;
}

.v3 img {
  height: 250px;
}

.loc {
  display: inline-block;
  background-color: #2B2118;
  color: #FAF3E7;
  font-size: 11px;
  padding: 3px 12px;
  border-radius: 999px;
  margin-right: 8px;
}

.works-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.works-head h2 {
  font-size: 80px;
}

.side-note {
  color: #5C4633;
  font-size: 14px;
  text-align: right;
}

.work-cards {
  display: flex;
  gap: 28px;
  margin-top: 44px;
}

.w-card {
  width: 33%;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 20px;
  box-sizing: border-box;
}

.w-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.w-card h3 {
  font-size: 20px;
  font-weight: 900;
}

.w-head p {
  font-size: 13px;
  color: #5C4633;
}

.seat {
  background-color: #EAD9BE;
  color: #C4552D;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.w-img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.w-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.open-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background-color: #FAF3E7;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 999px;
}

.w-meta {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 14px;
  background-color: rgba(43, 33, 24, 0.55);
  border-radius: 12px;
  padding: 8px 14px;
  color: #FFF3DF;
  font-size: 12px;
  font-weight: bold;
}

.w-service {
  font-size: 12px;
  color: #5C4633;
  font-weight: bold;
  margin-top: 16px;
}

.w-book {
  margin-top: 14px;
  border-radius: 12px;
}

.w-card.featured {
  border: 2px solid #E8862E;
}

.explore-title {
  text-align: center;
  font-size: 96px;
  font-weight: 900;
  margin-bottom: 64px;
}

.strip {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  overflow-x: auto;
  padding: 10px 4px 30px 4px;
}

.s-item {
  position: relative;
  flex: 0 0 auto;
  width: 230px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.s-item.tall {
  height: 340px;
}

.s-item.down {
  margin-top: 44px;
}

.s-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-item figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background-color: rgba(43, 33, 24, 0.6);
  color: #FFF3DF;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 999px;
}

.book-seat {
  text-align: center;
  margin-top: 70px;
}

.book-seat p {
  color: #5C4633;
  font-size: 16px;
  margin-bottom: 30px;
}

.plan-grid {
  display: flex;
  gap: 28px;
  margin-top: 54px;
}

.plan-card {
  width: 60%;
  background-color: #FFFFFF;
  border-radius: 28px;
  padding: 32px;
  box-sizing: border-box;
}

.plan-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
}

.brand {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.pill-line {
  display: inline-block;
  border: 2px solid #2B2118;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
}

.collage {
  display: flex;
  gap: 16px;
}

.collage img {
  width: 33%;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}

.plan-card-foot {
  display: flex;
  gap: 60px;
  margin-top: 28px;
  border-top: 2px dashed #EAD9BE;
  padding-top: 22px;
}

.plan-card-foot b {
  font-size: 14px;
}

.plan-card-foot p {
  font-size: 13px;
  color: #5C4633;
}

.up-card {
  width: 40%;
  background-color: #FFFFFF;
  border-radius: 28px;
  padding: 28px;
  box-sizing: border-box;
}

.up-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.up-head b {
  font-size: 18px;
  font-weight: 900;
}

.up-sub {
  font-size: 13px;
  color: #5C4633;
  margin: 4px 0 18px 0;
}

.up-img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.up-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.up-loc {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background-color: rgba(43, 33, 24, 0.6);
  color: #FFF3DF;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 999px;
}

.up-list {
  list-style: none;
  margin: 20px 0 22px 0;
  font-size: 13px;
  font-weight: bold;
  color: #5C4633;
}

.up-list li {
  padding: 7px 0;
  border-bottom: 1px dashed #EAD9BE;
}

.up-card .btn-black {
  display: block;
  text-align: center;
}

.archive-title {
  font-size: 64px;
  text-align: center;
  margin-bottom: 50px;
}

.archive-title em {
  font-style: normal;
  color: #C4552D;
}

.arch-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.arch-grid img {
  width: 31%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
}

.arch-more {
  text-align: center;
  margin-top: 50px;
}

.arch-more a {
  margin: 0 8px;
}

.footer {
  background-color: #EAD9BE;
  margin-top: 120px;
  padding: 70px 48px 30px 48px;
}

.foot-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
}

.foot-grid > div {
  width: 25%;
}

.foot-grid > div:first-child {
  width: 34%;
}

.footer h4 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 16px;
}

.footer p {
  font-size: 13px;
  color: #5C4633;
  line-height: 2;
}

.copyright {
  max-width: 1280px;
  margin: 48px auto 0 auto;
  font-size: 12px;
  color: #5C4633;
  border-top: 2px dashed #C9B892;
  padding-top: 20px;
}

@media (max-width: 900px) {
  h2 {
    font-size: 36px;
  }
  .hero-title {
    font-size: 64px;
  }
  .intro-title {
    font-size: 44px;
  }
  .works-head h2 {
    font-size: 44px;
  }
  .explore-title {
    font-size: 48px;
  }
  .archive-title {
    font-size: 36px;
  }
  .value-grid, .works-head, .plan-grid, .work-cards, .foot-grid {
    flex-direction: column;
  }
  .value-text, .value-cards, .plan-card, .up-card, .w-card, .foot-grid > div, .foot-grid > div:first-child {
    width: 100%;
  }
  .value-cards {
    flex-direction: column;
    margin-top: 30px;
  }
  .v1, .v2, .v3 {
    width: 100%;
    margin-top: 0;
  }
  .v1 img, .v2 img, .v3 img {
    height: 240px;
  }
  .nav-links {
    display: none;
  }
  .side-note {
    text-align: left;
    margin-top: 14px;
  }
  .hero-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    bottom: 110px;
  }
  .hero-dashed {
    padding: 20px 20px 16px 20px;
  }
  .tag-link {
    font-size: 12px;
  }
  .plan-card-foot {
    flex-direction: column;
    gap: 18px;
  }
  .arch-grid img {
    width: 47%;
    height: 170px;
  }
  .arch-grid {
    gap: 12px;
  }
  .topbar, .hero-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section {
    padding: 70px 20px 30px 20px;
  }
}
