:root {
  --ink: #0b0b0b;
  --paper: #f3f1eb;
  --acid: #c8ff2e;
  --line: rgba(11, 11, 11, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.header { height: 88px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; background: #fff; }
.brand { display: block; width: 230px; height: 46px; overflow: hidden; mix-blend-mode: multiply; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.header-link { font-size: 13px; font-weight: 700; letter-spacing: .08em; border-bottom: 1px solid; padding-bottom: 5px; }

.hero { position: relative; min-height: calc(100svh - 88px); padding: 36px 4vw 44px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-kicker, .section-index { display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(200,255,46,.18); }
.hero-location { margin-left: auto; color: #75746f; }
.hero-title { margin: auto 0; max-width: 1200px; font-family: "Unbounded", sans-serif; font-size: clamp(54px, 8.2vw, 132px); font-weight: 600; line-height: .96; letter-spacing: -.065em; }
.outline { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.accent { color: var(--acid); -webkit-text-stroke: 0; }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 36px; }
.hero-copy { max-width: 410px; margin: 0 0 3px; font-size: 17px; line-height: 1.55; }
.main-button { width: 270px; height: 72px; border-radius: 100px; background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 26px 0 30px; font-size: 14px; font-weight: 700; transition: background .25s, color .25s, transform .2s; }
.main-button:hover { background: var(--acid); color: var(--ink); }
.arrow-icon, .line-arrow { width: 40px; height: 40px; flex: 0 0 40px; overflow: visible; }
.arrow-icon circle { fill: var(--acid); stroke: none; }
.arrow-icon path, .line-arrow path { fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.arrow-icon.dark circle { fill: var(--ink); }
.arrow-icon.dark path { stroke: white; }
.main-button:hover .arrow-icon circle { fill: var(--ink); }
.main-button:hover .arrow-icon path { stroke: white; }
.scroll-mark { position: absolute; right: 16px; top: 45%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #777; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-mark span { writing-mode: vertical-rl; }
.scroll-mark i { width: 1px; height: 45px; background: var(--ink); animation: scroll 1.8s infinite ease-in-out; transform-origin: top; }

.marquee { background: var(--acid); overflow: hidden; padding: 17px 0; transform: rotate(-1.1deg) scale(1.02); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 32px; font-family: "Unbounded", sans-serif; font-size: 17px; font-weight: 700; animation: marquee 22s linear infinite; }
.marquee-track b { font-size: 12px; }

.section-pad { padding: 120px 4vw; }
.section-index { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; margin-top: 74px; }
.section-title { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(36px, 4.2vw, 68px); line-height: 1.08; letter-spacing: -.05em; }
.service { display: grid; grid-template-columns: 42px 1fr 38px; gap: 14px; padding: 0 0 28px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.service > span { font-size: 11px; color: #777; }
.service h3 { margin: -8px 0 12px; font-family: "Unbounded", sans-serif; font-size: 30px; letter-spacing: -.04em; }
.service p { margin: 0; max-width: 430px; color: #666; line-height: 1.55; font-size: 14px; }
.service svg { transition: transform .2s; }
.service:hover svg { transform: rotate(45deg); }
.line-arrow circle { fill: transparent; stroke: var(--ink); stroke-width: 1.2; }

.works { background: #dedcd5; }
.works-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 68px 0 48px; }
.works-head p { max-width: 330px; margin: 0 0 5px; color: #696862; line-height: 1.55; }
.works-track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px 24px; }
.work-card:nth-child(even) { margin-top: 100px; }
.work-preview { position: relative; aspect-ratio: .56; padding: 0; overflow: hidden; background: #111; isolation: isolate; display: block; }
.work-preview > :not(.work-sheet) { display: none; }
.work-sheet { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.mock-nav { position: relative; z-index: 2; display: flex; justify-content: space-between; font-family: "Unbounded", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.mock-nav small { font-family: "Manrope", sans-serif; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.work-preview strong { position: relative; z-index: 2; font-family: "Unbounded", sans-serif; font-size: clamp(25px, 3.2vw, 50px); line-height: .93; letter-spacing: -.06em; }
.work-preview em { position: relative; z-index: 2; width: fit-content; padding: 10px 15px; border: 1px solid currentColor; border-radius: 100px; font-style: normal; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.cafe-preview { background: #e9a652; color: #29170f; }
.mock-cup { position: absolute; width: 36%; aspect-ratio: 1; border: 16px solid #f6d89d; border-radius: 50%; right: 8%; top: 20%; transform: rotate(-14deg); box-shadow: 18px 24px 0 rgba(41,23,15,.15); }
.mock-cup::after { content: ""; position: absolute; width: 35%; height: 38%; border: 12px solid #f6d89d; border-left: 0; border-radius: 0 30px 30px 0; right: -42%; top: 22%; }
.mock-cup i { position: absolute; inset: 15%; border-radius: 50%; background: #442216; }
.nails-preview { background: #d9bed4; color: #47143d; }
.nails-orbit { position: absolute; right: -4%; top: 13%; width: 46%; aspect-ratio: 1; border: 1px solid #47143d; border-radius: 50%; display: grid; place-items: center; }
.nails-orbit::before, .nails-orbit::after { content: ""; position: absolute; inset: 13%; border: 1px solid #47143d; border-radius: 50%; }
.nails-orbit::after { inset: 28%; }
.nails-orbit i { font: 700 70px Georgia; }
.lounge-preview { background: #121315; color: #eee9db; }
.smoke-ring { position: absolute; width: 55%; aspect-ratio: 1; right: -8%; top: 8%; border: 1px solid #b995ff; border-radius: 46% 54% 61% 39% / 56% 40% 60% 44%; box-shadow: inset 0 0 70px rgba(185,149,255,.16), 0 0 70px rgba(185,149,255,.12); animation: morph 8s ease-in-out infinite; }
.lounge-preview em { color: #b995ff; }
.flower-preview { background: #f6f0d1; color: #e54072; }
.flower-shape { position: absolute; width: 42%; aspect-ratio: 1; right: 5%; top: 18%; }
.flower-shape i { position: absolute; width: 58%; aspect-ratio: 1; border-radius: 50%; background: #f29db6; }
.flower-shape i:nth-child(2) { right: 0; }.flower-shape i:nth-child(3) { bottom: 0; }.flower-shape i:nth-child(4) { right: 0; bottom: 0; background: #f06e9b; }
.fitness-preview { background: var(--acid); color: #0b0b0b; }
.fitness-lines { position: absolute; inset: 17% 0 auto 38%; transform: rotate(-12deg); }
.fitness-lines i { display: block; height: 18px; margin: 15px 0; background: var(--ink); transform: skewX(-28deg); }
.fitness-lines i:nth-child(2) { margin-left: 15%; }.fitness-lines i:nth-child(3) { margin-left: 30%; }
.work-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; padding-bottom: 13px; border-bottom: 1px solid rgba(11,11,11,.25); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.mock-address { opacity: .62; }
.work-card > p { max-width: 450px; margin: 13px 0 0; color: #65645f; font-size: 14px; line-height: 1.5; }
.swipe-hint { display: none; }

.price { position: relative; min-height: 740px; background: var(--ink); color: white; overflow: hidden; }
.section-index.light { border-color: rgba(255,255,255,.2); position: relative; z-index: 2; }
.price-content { position: relative; z-index: 2; text-align: center; margin: 90px auto 0; }
.price-content > p { text-transform: uppercase; font-size: 12px; letter-spacing: .2em; }
.old-price { display: inline-block; margin-top: 18px; color: #777; font-size: 22px; text-decoration: line-through 2px var(--acid); }
.new-price { font-family: "Unbounded", sans-serif; font-size: clamp(82px, 14vw, 210px); font-weight: 600; line-height: 1.05; letter-spacing: -.08em; }
.new-price span { font-size: .23em; margin-left: .18em; color: var(--acid); }
.price-note { max-width: 800px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; color: #aaa; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.price-shape { position: absolute; border: 1px solid rgba(200,255,46,.25); border-radius: 50%; }
.shape-one { width: 600px; height: 600px; left: -240px; bottom: -300px; }
.shape-two { width: 380px; height: 380px; right: -100px; top: 80px; box-shadow: 0 0 120px rgba(200,255,46,.06); }

.contact { padding-bottom: 72px; }
.contact-wrap { margin-top: 80px; }
.contact-wrap > p { font-size: 13px; text-transform: uppercase; letter-spacing: .16em; }
.contact h2 { margin: 25px 0 75px; font-family: "Unbounded", sans-serif; font-size: clamp(48px, 7vw, 112px); line-height: .98; letter-spacing: -.065em; }
.contact h2 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.contact-actions { display: flex; align-items: center; gap: 35px; flex-wrap: wrap; }
.contact-phone { min-width: 390px; padding: 26px 30px; border-radius: 100px; background: var(--acid); display: flex; justify-content: space-between; font-family: "Unbounded", sans-serif; font-size: 18px; transition: background .25s, color .25s; }
.contact-phone:hover { background: var(--ink); color: white; }
.contact-phone i { font-style: normal; }
.site-link { font-weight: 700; border-bottom: 1px solid; padding-bottom: 4px; }
footer { margin: 0 4vw; padding: 28px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes scroll { 0%,100% { transform: scaleY(.15); opacity: .3; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes morph { 50% { border-radius: 62% 38% 42% 58% / 40% 61% 39% 60%; transform: rotate(18deg); } }

@media (max-width: 800px) {
  .header { height: 72px; padding: 0 20px; }
  .brand { width: 155px; height: 31px; }
  .header-link { font-size: 10px; }
  .hero { min-height: calc(100svh - 72px); padding: 25px 20px 28px; }
  .hero-location, .scroll-mark { display: none; }
  .hero-title { font-size: clamp(48px, 14vw, 80px); line-height: 1.02; }
  .hero-bottom { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .hero-copy { font-size: 15px; }
  .main-button { width: 100%; }
  .section-pad { padding: 84px 20px; }
  .approach-grid { grid-template-columns: 1fr; gap: 70px; margin-top: 55px; }
  .service h3 { font-size: 24px; }
  .works { padding-left: 0; padding-right: 0; }
  .works > .section-index, .works-head { margin-left: 20px; margin-right: 20px; }
  .works-head { align-items: start; flex-direction: column; margin-top: 55px; }
  .works-track { display: flex; gap: 14px; overflow-x: auto; padding: 0 20px 22px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .works-track::-webkit-scrollbar { display: none; }
  .work-card { flex: 0 0 76vw; scroll-snap-align: start; }
  .work-card:nth-child(even) { margin-top: 0; }
  .work-preview { aspect-ratio: .56; }
  .swipe-hint { margin: 15px 20px 0; display: flex; align-items: center; gap: 10px; color: #65645f; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
  .swipe-hint span { width: 38px; height: 1px; background: var(--ink); position: relative; }
  .swipe-hint span::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid; border-right: 1px solid; transform: rotate(45deg); }
  .price { min-height: 620px; }
  .price-content { margin-top: 100px; }
  .new-price { font-size: 21vw; }
  .contact h2 { margin-bottom: 55px; }
  .contact-phone { min-width: 100%; font-size: 15px; }
  footer { margin: 0 20px; gap: 20px; }
}

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