* { box-sizing: border-box; }
:root { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #193d32; background: #f6f4eb; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; }
header, footer { display: flex; justify-content: space-between; align-items: center; padding: 28px clamp(24px, 6vw, 96px); gap: 20px; }
.brand { color: inherit; text-decoration: none; font-size: 25px; font-weight: 800; letter-spacing: -1px; }
.brand-dot { color: #b45a35; }
.mark { margin-right: 8px; }
.status { border: 1px solid #ccd2c6; border-radius: 24px; padding: 8px 14px; font-size: 12px; }
main { position: relative; flex: 1; overflow: hidden; padding: clamp(55px, 10vh, 120px) clamp(24px, 9vw, 144px) 100px; min-height: 580px; }
.eyebrow { text-transform: uppercase; letter-spacing: 2px; font-size: 11px; font-weight: 700; }
h1 { position: relative; z-index: 1; font-size: clamp(64px, 8vw, 112px); letter-spacing: -.07em; line-height: .98; margin: 28px 0; font-weight: 750; }
.intro { position: relative; z-index: 1; max-width: 390px; line-height: 1.75; font-size: 17px; color: #526357; }
.coming { margin-top: 36px; font-size: 13px; display: flex; align-items: center; gap: 10px; }
.coming span { width: 7px; height: 7px; border-radius: 50%; background: #b45a35; }
.cta { display: inline-flex; align-items: center; gap: 30px; position: relative; z-index: 1; margin-top: 18px; background: #193d32; color: #f6f4eb; padding: 16px 22px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 600; }
.cta:hover { background: #2d5545; }
.cta:focus-visible { outline: 3px solid #b45a35; outline-offset: 4px; }
.floor { position: absolute; width: 330px; height: 330px; right: 10%; top: 28%; transform: rotateX(55deg) rotateZ(-35deg); background-color: #dfe4d5; background-image: linear-gradient(#b9c5b4 1px, transparent 1px), linear-gradient(90deg, #b9c5b4 1px, transparent 1px); background-size: 33px 33px; border: 1px solid #b9c5b4; box-shadow: -12px 16px 0 #c4cebd, -30px 42px 60px #193d321c; }
.mat { position: absolute; width: 115px; height: 210px; background: #294e41; top: 53px; left: 80px; border-radius: 8px; box-shadow: -4px 6px #153529; }
.bench { position: absolute; width: 65px; height: 155px; background: #c77c50; top: 69px; left: 103px; border-radius: 10px; box-shadow: -10px 13px #8c4f31; }
.weight { position: absolute; width: 34px; height: 34px; background: #526357; border: 6px solid #294337; border-radius: 50%; box-shadow: -5px 6px #193d32; left: 235px; }
.weight-one { top: 195px; }.weight-two { top: 245px; }
footer { font-size: 12px; color: #647064; border-top: 1px solid #dce0d4; }
@media (max-width: 1000px) { .floor { right: 4%; width: 270px; height: 270px; opacity: .65; } }
@media (max-width: 760px) { main { padding-top: 40px; padding-bottom: 330px; } .floor { width: 260px; height: 260px; top: auto; bottom: 35px; right: calc(50% - 130px); opacity: 1; } .intro { max-width: 440px; } header, footer { padding: 24px; } .status { font-size: 10px; } }
