:root {
  --ink: #31241f;
  --cream: #f5ecd9;
  --coral: #e75635;
  --gold: #f2ad3a;
  --sky: #a9d1d4;
  --mountain: #496b59;
  --mountain-dark: #294b43;
  --road: #5a4840;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
}
body.menu-open { overflow: hidden; }
button, a { color: inherit; }
.page-shell { position: relative; min-height: 100vh; overflow: hidden; }

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 27px clamp(24px, 5vw, 74px);
  transition: color 300ms ease;
}
body.menu-open .site-header { color: var(--cream); }
body.menu-open .menu-button { border-color: rgba(245, 236, 217, 0.55); }
body.menu-open .menu-button span { background: var(--cream); }

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.brand-mark { position: relative; width: 31px; height: 25px; }
.brand-mark i {
  position: absolute;
  bottom: 2px;
  width: 10px;
  height: 20px;
  border-radius: 9px 9px 2px 2px;
  background: var(--coral);
  transform-origin: bottom;
}
.brand-mark i:nth-child(1) { left: 1px; transform: rotate(-34deg); }
.brand-mark i:nth-child(2) { left: 11px; height: 24px; }
.brand-mark i:nth-child(3) { right: 1px; transform: rotate(34deg); }
.location { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.menu-button {
  justify-self: end;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(49, 36, 31, .25);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease;
}
.menu-button:hover { background: var(--gold); transform: rotate(8deg); }
.menu-button span { display: block; width: 17px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform 300ms ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

.hero { position: relative; min-height: calc(100vh - 104px); padding: clamp(48px, 7vh, 90px) clamp(24px, 5vw, 74px) 0; }
.eyebrow {
  display: flex;
  align-items: center;
  width: min(570px, 100%);
  margin: 0 auto 15px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow-line { flex: 1; height: 1px; margin: 0 15px; background: rgba(49, 36, 31, .24); }

.hero-title {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(63px, 9.2vw, 148px);
  font-weight: 600;
  line-height: .77;
  letter-spacing: -.085em;
  text-align: center;
  text-transform: uppercase;
}
.title-row { display: block; overflow: hidden; padding: .12em 0; }
.title-row > span { display: inline-block; }
.title-row--second { color: var(--coral); }
.sun-letter {
  position: relative;
  display: inline-block;
  width: .72em;
  height: .72em;
  margin: 0 .01em;
  border: .07em solid var(--ink);
  border-radius: 50%;
  vertical-align: -.01em;
}
.sun-letter::before, .sun-letter::after, .sun-letter i::before, .sun-letter i::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: .9em; height: .045em;
  background: var(--gold);
  transform-origin: center;
}
.sun-letter::before { transform: translate(-50%, -50%) rotate(45deg); }
.sun-letter::after { transform: translate(-50%, -50%) rotate(-45deg); }
.sun-letter i::before { transform: translate(-50%, -50%); }
.sun-letter i::after { transform: translate(-50%, -50%) rotate(90deg); }

.hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  max-width: 1160px;
  margin: 32px auto 0;
}
.hero-copy p { max-width: 355px; margin: 0; font-size: 14px; line-height: 1.65; }
.discover-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 13px 15px 13px 21px;
  color: var(--cream);
  border-radius: 999px;
  background: var(--ink);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 250ms ease, background 250ms ease;
}
.discover-button:hover { gap: 22px; background: var(--coral); }
.discover-button svg { width: 28px; height: 28px; padding: 6px; border-radius: 50%; background: var(--cream); stroke: var(--ink); stroke-width: 1.6; fill: none; }

.scene-wrap { position: relative; z-index: 2; width: min(1080px, calc(100% + 30px)); margin: -12px auto 0; transform-origin: center bottom; }
.scene {
  position: relative;
  height: clamp(270px, 31vw, 450px);
  overflow: hidden;
  border-radius: 52% 48% 0 0 / 22% 22% 0 0;
  background: linear-gradient(180deg, #badad8 0%, #d8c688 55%, #d9864d 100%);
}
.sunset { position: absolute; top: 12%; left: 53%; width: 112px; height: 112px; border-radius: 50%; background: rgba(242, 173, 58, .8); transform: translateX(-50%); }
.cloud { position: absolute; width: 92px; height: 12px; border-radius: 50%; background: rgba(245, 236, 217, .72); animation: cloud-drift 12s ease-in-out infinite alternate; }
.cloud::after { content: ""; position: absolute; right: -30px; width: 46px; height: 9px; border-radius: inherit; background: inherit; }
.cloud--one { top: 19%; left: 10%; }
.cloud--two { top: 12%; right: 15%; animation-delay: -5s; }

.balloon { position: absolute; z-index: 3; top: 18%; right: 19%; width: 52px; height: 84px; animation: balloon-float 5s ease-in-out infinite; }
.balloon-top { position: relative; width: 52px; height: 58px; overflow: hidden; border-radius: 50% 50% 45% 45%; background: var(--coral); clip-path: polygon(8% 25%, 26% 3%, 50% 0, 74% 3%, 92% 25%, 78% 72%, 60% 100%, 40% 100%, 22% 72%); }
.balloon-top i { position: absolute; top: 0; height: 100%; width: 11px; background: var(--gold); }
.balloon-top i:first-child { left: 10px; transform: skewX(8deg); }
.balloon-top i:last-child { right: 10px; transform: skewX(-8deg); }
.balloon-lines { width: 15px; height: 12px; margin: -1px auto 0; border-right: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.balloon-basket { width: 13px; height: 9px; margin: 0 auto; background: var(--ink); }

.mountain { position: absolute; z-index: 2; bottom: 22%; left: 0; width: 100%; height: 67%; overflow: visible; }
.mountain-back { fill: #6f8d77; opacity: .8; }
.mountain-front { fill: var(--mountain-dark); }
.mountain-light { fill: var(--mountain); }
.city { position: absolute; z-index: 3; right: 3%; bottom: 19%; display: flex; align-items: end; gap: 4px; height: 88px; }
.city i { position: relative; width: clamp(18px, 2.5vw, 37px); height: 42px; background: var(--ink); opacity: .88; }
.city i::after { content: ""; position: absolute; inset: 9px 5px; background: repeating-linear-gradient(90deg, var(--gold) 0 3px, transparent 3px 8px); }
.city i:nth-child(2) { height: 67px; }
.city i:nth-child(3) { height: 51px; }
.city i:nth-child(4) { height: 82px; }
.city i:nth-child(5) { height: 58px; }
.city i:nth-child(6) { height: 74px; }
.city i:nth-child(7) { height: 46px; }
.city i:nth-child(8) { height: 62px; }

.road { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 24%; background: var(--road); border-top: 8px solid #e3bd72; }
.road i { position: absolute; top: 47%; width: 9%; height: 3px; background: rgba(245, 236, 217, .75); }
.road i:nth-child(1) { left: 4%; }.road i:nth-child(2) { left: 25%; }.road i:nth-child(3) { left: 46%; }.road i:nth-child(4) { left: 67%; }.road i:nth-child(5) { left: 88%; }

.jeepney { position: absolute; z-index: 5; bottom: 10%; left: 23%; width: 175px; height: 92px; animation: jeepney-bounce 2.6s ease-in-out infinite; }
.jeepney-body { position: absolute; bottom: 20px; left: 12px; width: 127px; height: 46px; border-radius: 5px 8px 3px 3px; background: var(--coral); border-bottom: 9px solid var(--gold); }
.jeepney-body i { position: relative; display: inline-block; width: 24px; height: 18px; margin: 7px 2px 0 5px; background: #b8d7d8; border: 2px solid var(--cream); }
.jeepney-front { position: absolute; right: 6px; bottom: 20px; width: 45px; height: 37px; border-radius: 4px 12px 5px 2px; background: var(--gold); border-right: 5px solid var(--cream); }
.jeepney-front::after { content: ""; position: absolute; right: -9px; bottom: 2px; width: 12px; height: 7px; border-radius: 2px; background: var(--ink); }
.jeepney-roof { position: absolute; z-index: 2; bottom: 65px; left: 6px; width: 142px; height: 7px; border-radius: 999px; background: var(--cream); border: 2px solid var(--ink); }
.jeepney-sign { position: absolute; z-index: 3; bottom: 71px; left: 49px; padding: 2px 9px; color: var(--cream); background: var(--ink); font-size: 7px; font-weight: 700; letter-spacing: .11em; }
.wheel { position: absolute; z-index: 4; bottom: 7px; width: 27px; height: 27px; border: 7px solid var(--ink); border-radius: 50%; background: var(--cream); animation: wheel-spin 1s linear infinite; }
.wheel::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--coral); }
.wheel--one { left: 29px; }.wheel--two { right: 23px; }

.scroll-note { position: absolute; z-index: 6; right: 24px; bottom: 20px; display: flex; align-items: center; gap: 10px; color: var(--cream); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.scroll-note i { width: 30px; height: 30px; border: 1px solid rgba(245, 236, 217, .65); border-radius: 50%; }
.scroll-note i::after { content: "↓"; display: grid; height: 100%; place-items: center; animation: arrow-dip 1.7s ease-in-out infinite; }

.menu-panel {
  position: fixed;
  z-index: 10;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12vw;
  color: var(--cream);
  background: var(--ink);
  opacity: 0;
  visibility: hidden;
  clip-path: circle(0 at calc(100% - 98px) 52px);
  transition: clip-path 600ms cubic-bezier(.8, 0, .2, 1), opacity 250ms, visibility 600ms;
}
.menu-panel.is-open { opacity: 1; visibility: visible; clip-path: circle(150% at calc(100% - 98px) 52px); }
.menu-panel nav { display: flex; flex-direction: column; }
.menu-panel a { width: max-content; font-family: "Space Grotesk", sans-serif; font-size: clamp(45px, 7vw, 100px); line-height: 1.05; letter-spacing: -.06em; text-decoration: none; }
.menu-panel a:hover { color: var(--gold); }
.menu-panel p { margin: 60px 0 0; color: rgba(245, 236, 217, .6); }

.reveal { opacity: 0; transform: translateY(30px); }
.is-loaded .reveal { opacity: 1; transform: none; transition: opacity 900ms ease, transform 900ms cubic-bezier(.2, .8, .2, 1); }
.is-loaded .hero-title .title-row:nth-child(1) { transition-delay: 100ms; }
.is-loaded .hero-title .title-row:nth-child(2) { transition-delay: 220ms; }
.is-loaded .hero-copy { transition-delay: 420ms; }
.is-loaded .scene-wrap { transition-delay: 540ms; }

@keyframes cloud-drift { to { transform: translateX(45px); } }
@keyframes balloon-float { 50% { transform: translate(8px, -12px) rotate(2deg); } }
@keyframes jeepney-bounce { 50% { transform: translateY(-4px) rotate(.5deg); } }
@keyframes wheel-spin { to { transform: rotate(360deg); } }
@keyframes arrow-dip { 50% { transform: translateY(3px); } }

@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr auto; padding-top: 20px; }
  .location { display: none; }
  .hero { min-height: calc(100svh - 90px); padding-top: 55px; }
  .hero-title { font-size: clamp(52px, 16.5vw, 92px); line-height: .82; }
  .hero-copy { align-items: flex-start; flex-direction: column; margin-top: 25px; }
  .scene-wrap { width: calc(100% + 48px); margin: 25px 0 0 -24px; }
  .scene { height: 310px; border-radius: 50% 50% 0 0 / 12% 12% 0 0; }
  .balloon { right: 12%; scale: .75; }
  .mountain { width: 145%; left: -30%; }
  .city { right: -12%; transform: scale(.8); transform-origin: bottom right; }
  .jeepney { left: 10%; scale: .82; transform-origin: bottom left; }
  .scroll-note { display: none; }
}

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