@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;
}

.btn-accent {
  display: inline-block;
  background-color: #E8862E;
  color: #FFFFFF;
  padding: 14px 34px;
  border-radius: 14px;
  font-weight: bold;
  font-size: 15px;
}

.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.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, .pager label {
  display: inline-block;
  border: 2px solid #2B2118;
  background-color: transparent;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #2B2118;
  cursor: pointer;
  user-select: none;
}

#v-page1:checked ~ .pager label[for="v-page1"],
#v-page2:checked ~ .pager label[for="v-page2"] {
  background-color: #2B2118;
  color: #FAF3E7;
}

.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%;
  overflow: hidden;
}

.v-toggle {
  display: none;
}

.v-track {
  display: flex;
  width: 200%;
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.v-set {
  width: 50%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

#v-page2:checked ~ .value-grid .v-track {
  transform: translateX(-50%);
}

.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;
  border: 2px solid transparent;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.w-card:hover {
  border-color: #E8862E;
}

.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;
}

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

.strip {
  overflow: hidden;
  padding: 10px 4px 30px 4px;
}

.strip-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  animation: stripScroll 42s linear infinite;
}

.strip:hover .strip-track {
  animation-play-state: paused;
}

@keyframes stripScroll {
  to {
    transform: translateX(-50%);
  }
}

.s-item {
  position: relative;
  flex: 0 0 auto;
  width: 230px;
  height: 300px;
  margin-right: 24px;
  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 {
    min-height: 600px;
  }
  .hero-title {
    font-size: 56px;
    top: 16%;
  }
  .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 {
    margin-top: 30px;
  }
  .v-set {
    flex-direction: column;
  }
  .v1, .v2, .v3 {
    width: 100%;
    margin-top: 0;
  }
  .v1 img, .v2 img, .v3 img {
    height: 240px;
  }
  .topbar {
    justify-content: flex-end;
  }
  .nav-links {
    display: none;
  }
  .side-note {
    text-align: left;
    margin-top: 14px;
  }
  .hero-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    bottom: 124px;
  }
  .pill-light {
    font-size: 12px;
    padding: 8px 18px;
  }
  .hero-dashed {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    padding: 16px 20px 14px 20px;
  }
  .tag-link {
    font-size: 12px;
    white-space: nowrap;
  }
  .trust {
    flex-wrap: wrap;
    gap: 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;
  }
  .cta-row {
    flex-direction: column;
    gap: 12px;
  }
  .cta-row a {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    text-align: center;
  }
  .arch-more a {
    display: block;
    margin: 0 auto 12px auto;
    max-width: 320px;
    box-sizing: border-box;
  }
  .pager {
    justify-content: center;
  }
  .footer {
    padding: 50px 20px 24px 20px;
    margin-top: 70px;
  }
}

/* ===== Animations (pure CSS) ===== */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sway {
  from { transform: rotate(-1.6deg) translateY(0); }
  to { transform: rotate(1.6deg) translateY(-6px); }
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.55; }
}

/* --- Hero entrance --- */
.topbar {
  animation: fadeDown 0.7s ease both;
}

.hero-title {
  animation: fadeUp 0.9s ease 0.15s both;
}

.hero-row {
  animation: fadeUp 0.9s ease 0.35s both;
}

.hero-dashed {
  animation: fadeUp 0.9s ease 0.55s both;
}

/* --- Buttons --- */
.btn-black, .btn-accent, .book-top, .pill-line {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.btn-black:hover, .btn-accent:hover, .book-top:hover, .pill-line:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(43, 33, 24, 0.22);
}

.nav-links a {
  transition: background-color 0.25s ease;
}

.nav-links a:hover {
  background-color: #EAD9BE;
}

.pager button, .pager label {
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.pager button:hover, .pager label:hover {
  background-color: #2B2118;
  color: #FAF3E7;
  transform: translateY(-2px);
}

.tag-link {
  transition: color 0.25s ease;
}

.tag-link:hover {
  color: #FFFFFF;
}

/* --- Photo hover effects --- */
.v-card, .w-card, .plan-card, .up-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.v-card:hover, .w-card:hover, .plan-card:hover, .up-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(43, 33, 24, 0.16);
}

.v-card img, .w-img img, .collage img, .up-img img, .arch-grid img {
  transition: transform 0.5s ease;
}

.v-card:hover img {
  transform: scale(1.05);
}

.w-card:hover .w-img img {
  transform: scale(1.07);
}

.collage img:hover {
  transform: scale(1.07);
  position: relative;
  z-index: 2;
}

.up-card:hover .up-img img {
  transform: scale(1.06);
}

.arch-grid img:hover {
  transform: scale(1.06) rotate(1deg);
  position: relative;
  z-index: 2;
  box-shadow: 0 14px 28px rgba(43, 33, 24, 0.22);
}

/* --- Slider strip: continuous sway + hover --- */
.s-item {
  transform-origin: 50% 100%;
  animation: sway 4.6s ease-in-out infinite alternate;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.s-item:nth-child(2n) {
  animation-delay: -1.2s;
}

.s-item:nth-child(3n) {
  animation-delay: -2.6s;
}

.s-item:nth-child(4n) {
  animation-delay: -0.7s;
}

.s-item:nth-child(5n) {
  animation-delay: -3.4s;
}

.s-item img {
  transition: transform 0.5s ease;
}

.s-item:hover {
  animation: none;
  transform: rotate(0deg) translateY(-8px);
  box-shadow: 0 18px 34px rgba(43, 33, 24, 0.22);
  z-index: 2;
}

.s-item:hover img {
  transform: scale(1.07);
}

/* --- Scroll dots --- */
.dot.on {
  animation: pulseDot 1.8s ease-in-out infinite;
}

/* --- Footer links --- */
.footer a, .arch-more a {
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .strip {
    overflow-x: auto;
  }
}
