@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Italiana&display=swap');

:root {
  color: #26231d;
  background: #d9d0c1;
  font-family: 'DM Sans', sans-serif;
  font-synthesis: none;
  --ink: #26231d;
  --paper: #d9d0c1;
  --cream: #ebe4d8;
  --moss: #5f604d;
  --wood: #8d6243;
  --line: rgba(38, 35, 29, .26);
  --px: 0px;
  --py: 0px;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); }
body { margin: 0; min-width: 320px; min-height: 100svh; overflow-x: hidden; }
button, a { color: inherit; font: inherit; }
a { text-decoration: none; }
::selection { color: var(--cream); background: var(--wood); }

.page { position: relative; min-height: 100svh; padding: 0 2.2vw; overflow: hidden; }
.masthead { height: 94px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.monogram { justify-self: start; display: flex; align-items: center; gap: 17px; font: 400 1.8rem/1 'Italiana', serif; letter-spacing: -.06em; }
.monogram span { padding-left: 17px; border-left: 1px solid var(--line); font: 500 .52rem/1.35 'DM Sans'; letter-spacing: .17em; text-transform: uppercase; }
.location { display: flex; align-items: center; gap: 10px; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; }
.location i { width: 5px; height: 5px; border-radius: 50%; background: var(--moss); animation: breathe 2.4s ease-in-out infinite; }
@keyframes breathe { 50% { box-shadow: 0 0 0 5px rgba(95, 96, 77, .14); } }
.local-time { justify-self: end; display: flex; gap: 14px; font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; }
.local-time span { color: rgba(38, 35, 29, .5); }

.hero { position: relative; height: calc(100svh - 144px); min-height: 650px; padding-top: 4.4vh; display: grid; grid-template-columns: 53% 1fr; grid-template-rows: 1fr auto; column-gap: 3.5vw; }
.image-stage { position: absolute; z-index: 0; top: 4.4vh; right: 0; bottom: 3vh; width: 57%; overflow: hidden; background: #6d6659; }
.image-depth { position: absolute; inset: -5%; background: url('/timber-tales-interior.jpg') 51% center/cover no-repeat; filter: saturate(.67) contrast(1.04); transform: translate3d(calc(var(--px) * -.35), calc(var(--py) * -.35), 0) scale(1.06); transition: transform .7s cubic-bezier(.16, 1, .3, 1); }
.image-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(34,31,25,.3), transparent 45%), linear-gradient(0deg, rgba(27,25,20,.38), transparent 48%); }
.image-index, .image-note { position: absolute; z-index: 2; color: #f2ede4; text-transform: uppercase; letter-spacing: .18em; font-size: .5rem; }
.image-index { top: 22px; right: 22px; }
.image-note { right: 22px; bottom: 24px; writing-mode: vertical-rl; transform: rotate(180deg); }

.hero-copy { position: relative; z-index: 2; grid-column: 1 / -1; align-self: center; pointer-events: none; }
.eyebrow { margin: 0 0 5vh; display: flex; align-items: center; gap: 4.5vw; font-size: .59rem; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; animation: fadeUp .9s .7s both; }
.eyebrow span { color: rgba(38,35,29,.47); }
h1 { width: 76%; margin: 0; color: var(--ink); font: 400 clamp(6rem, 11.5vw, 11.8rem)/.73 'Italiana', serif; letter-spacing: -.065em; }
h1 > span { display: block; animation: titleUp 1.2s cubic-bezier(.16, 1, .3, 1) both; }
h1 > span:first-child { animation-delay: .7s; }
h1 > span:nth-child(2) { animation-delay: .82s; }
@keyframes titleUp { from { transform: translateY(24px); } to { transform: translateY(0); } }
.title-indent { padding-left: 12vw; color: var(--cream); text-shadow: 0 2px 25px rgba(25,23,19,.14); }
h1 sup { position: relative; top: -5.5em; margin-left: .8em; color: var(--ink); font: 500 .42rem 'DM Sans'; letter-spacing: .1em; }
.intro { width: 43%; margin-top: 5.5vh; display: grid; grid-template-columns: .8fr 1.2fr; gap: 2.4vw; animation: fadeUp .9s 1s both; }
.intro p { margin: 0; }
.intro > p:first-child { font: 400 clamp(1.25rem, 1.7vw, 1.75rem)/1.13 'Italiana', serif; }
.description { max-width: 320px; padding-left: 2vw; border-left: 1px solid var(--line); color: rgba(38,35,29,.65); font-size: .7rem; line-height: 1.75; }
@keyframes fadeUp { from { transform: translateY(12px); } }

.launch-card { position: relative; z-index: 3; grid-column: 2; grid-row: 1; align-self: end; width: min(390px, 82%); margin: 0 0 7vh auto; padding: 28px; background: rgba(235,228,216,.94); backdrop-filter: blur(12px); animation: cardIn 1s 1.05s cubic-bezier(.16, 1, .3, 1) both; }
@keyframes cardIn { from { transform: translateY(18px); } }
.launch-status { display: flex; align-items: center; justify-content: space-between; font-size: .52rem; letter-spacing: .16em; text-transform: uppercase; }
.launch-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--wood); }
.launch-status span { margin-left: auto; }
.launch-card strong { display: block; margin: 45px 0 13px; font: 400 2.35rem 'Italiana', serif; }
.launch-card p { margin: 0; color: rgba(38,35,29,.62); font-size: .68rem; line-height: 1.7; }
.contact-button { width: 100%; margin-top: 26px; padding: 17px 0 10px; display: flex; align-items: center; justify-content: space-between; border: 0; border-top: 1px solid var(--line); background: transparent; text-transform: uppercase; letter-spacing: .16em; font-size: .54rem; opacity: .52; }

.vertical-mark { position: absolute; z-index: 3; right: -7px; top: 10%; writing-mode: vertical-rl; color: rgba(38,35,29,.58); font-size: .48rem; letter-spacing: .18em; text-transform: uppercase; }
footer { height: 50px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); font-size: .49rem; letter-spacing: .16em; text-transform: uppercase; }
footer span:last-child { justify-self: end; color: var(--wood); }

@media (max-width: 800px) {
  .page { padding: 0 18px; }
  .masthead { height: 76px; grid-template-columns: 1fr auto; }
  .monogram { font-size: 1.5rem; }
  .monogram span { font-size: .43rem; }
  .location { justify-self: end; }
  .location span { font-size: 0; }
  .location span::after { content: 'HYD'; font-size: .58rem; }
  .local-time { display: none; }
  .hero { height: auto; min-height: calc(100svh - 116px); padding: 0 0 28px; display: flex; flex-direction: column; }
  .image-stage { position: relative; top: auto; right: auto; bottom: auto; width: calc(100% + 36px); height: 43svh; min-height: 300px; margin-left: -18px; order: 1; }
  .image-depth { inset: -3%; background-position: 57% center; transform: scale(1.04); }
  .image-index { top: 18px; right: 18px; }
  .image-note { display: none; }
  .hero-copy { order: 2; align-self: stretch; margin-top: -4.7rem; }
  .eyebrow { margin: 0 0 22px; color: #f1ece4; gap: 24px; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
  .eyebrow span { color: rgba(241,236,228,.68); }
  h1 { width: 100%; font-size: clamp(4.6rem, 24vw, 7rem); line-height: .76; }
  .title-indent { padding-left: 13vw; }
  h1 sup { top: -5em; color: var(--cream); }
  .intro { width: 100%; margin-top: 38px; grid-template-columns: 1fr; gap: 20px; }
  .intro > p:first-child { font-size: 1.55rem; }
  .description { max-width: 310px; padding-left: 0; border: 0; font-size: .72rem; }
  .launch-card { order: 3; grid-column: auto; grid-row: auto; width: 100%; margin: 42px 0 10px; padding: 23px; }
  .launch-card strong { margin-top: 35px; font-size: 2.1rem; }
  .vertical-mark { display: none; }
  footer { height: 40px; grid-template-columns: 1fr auto; }
  footer span:nth-child(2) { display: none; }
}

@media (max-width: 370px) {
  .monogram span { display: none; }
  h1 { font-size: 4.4rem; }
  .image-stage { min-height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
}
