@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
* { box-sizing: border-box }
html, body { margin: 0; padding: 0; background: #000; color: #fff; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif }
html { overflow-y: scroll; scrollbar-gutter: stable; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.4) transparent }
body.menu-open { position: fixed; left: 0; right: 0; width: 100%; top: var(--scroll-lock-top, 0px); overflow: hidden }
body.is-loading { overflow: hidden }
::-webkit-scrollbar { width: 10px; height: 10px }
::-webkit-scrollbar-track { background: transparent }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.35); border-radius: 9999px; border: 3px solid transparent; background-clip: content-box }
.theme-light { scrollbar-color: rgba(17,17,17,0.35) transparent }
.theme-light ::-webkit-scrollbar-thumb { background: rgba(17,17,17,0.28); border: 3px solid transparent; background-clip: content-box }
.page-loader { position: fixed; inset: 0; z-index: 1000; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; padding: 0; }
.page-loader[hidden] { display: none }
.page-loader-inner { width: 100%; max-width: 98%; display: grid; gap: 16px; padding: 0 16px; }
@media (min-width: 768px) { .page-loader-inner { padding: 0 32px } }
.page-loader-brand { font-weight: 700; font-size: 26px; letter-spacing: -0.03em; }
.page-loader-type { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-size: clamp(20px, 3.5vw, 28px); line-height: 1.2; letter-spacing: -0.02em; min-height: 1.2em; display: flex; align-items: baseline; gap: 4px; }
.page-loader-cursor { width: 10px; height: 1em; background: rgba(255,255,255,0.9); display: none; transform: translateY(0.12em); animation: loader-blink 900ms steps(1,end) infinite; }
@keyframes loader-blink { 50% { opacity: 0 } }
.page-loader-progress { width: 100%; height: 2px; background: rgba(255,255,255,0.18); overflow: hidden; }
.page-loader-bar { height: 100%; width: 0%; background: rgba(255,255,255,0.92); transform-origin: left; }
.page-loader-percent { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.75; }
.page-loader.is-done { opacity: 0; pointer-events: none; transition: opacity 260ms ease; }
@media (prefers-reduced-motion: reduce) {
  .page-loader-cursor { animation: none }
  .page-loader.is-done { transition: none }
}
body.menu-open .navbar { mix-blend-mode: normal; color: #111; background: #fff; border-bottom: 1px solid rgba(17,17,17,0.18) }
body.menu-open .navbar a { color: #111 }
body.menu-open .nav-toggle { color: #111 }
body.menu-open .navbar::before { display: none }
a { color: inherit; text-decoration: none }
.theme-light { background: #f3f0e8; color: #111 }
.theme-light .navbar { mix-blend-mode: normal; color: #111 }
.theme-light .navbar::before { background: linear-gradient(to bottom, rgba(243,240,232,0.92), rgba(243,240,232,0)) }
.theme-light .nav-contact { color: #111 }
.theme-light .nav-contact:hover { opacity: 0.7 }
.theme-light .nav-mobile { background: #fff; color: #111 }
.theme-light .nav-mobile a { color: #111 }
.theme-light .nav-mobile a:hover { background: rgba(17,17,17,0.06) }
.theme-light .nav-toggle { color: #111 }
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; mix-blend-mode: normal; color: #fff }
.navbar::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 64px; pointer-events: none; background: linear-gradient(to bottom, rgba(0,0,0,0.62), rgba(0,0,0,0)) }
.nav-inner { width: 100%; margin: 0 auto; padding: 0 16px; position: relative; z-index: 1 }
@media (min-width: 640px) { .nav-inner { padding: 0 24px } }
.nav-row { height: 64px; display: flex; align-items: center; justify-content: space-between }
@media (min-width: 768px) { .nav-row { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; justify-content: initial } }
.brand { font-weight: 700; font-size: 24px; letter-spacing: -0.03em; transition: opacity 200ms ease }
.brand:hover { opacity: 0.7 }
.nav-links { display: none; gap: 32px; align-items: center }
@media (min-width: 768px) { .nav-links { display: flex; width: 100%; justify-content: space-evenly; gap: 0 } }
.nav-link { transition: opacity 200ms ease; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em }
.nav-link:hover { opacity: 0.7 }
.nav-contact { padding: 0; border: 0; border-radius: 0; transition: opacity 200ms ease; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em }
.nav-contact:hover { opacity: 0.7 }
.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 0; background: transparent; color: #fff; cursor: pointer }
@media (min-width: 768px) { .nav-toggle { display: inline-flex } }
.nav-toggle span { display: block; font-size: 22px; line-height: 1 }
.nav-mobile { position: fixed; top: 64px; left: 0; right: 0; height: 80vh; background: #fff; color: #111; z-index: 55; border-top: 1px solid rgba(17,17,17,0.18); overflow: hidden; mix-blend-mode: normal; isolation: isolate; transform-origin: top center; clip-path: inset(0 0 100% 0); opacity: 0; transform: translate3d(0,-10px,0); pointer-events: none; transition: clip-path 460ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, transform 460ms cubic-bezier(0.2, 0.85, 0.2, 1) }
.nav-mobile.is-open { clip-path: inset(0 0 0 0); opacity: 1; transform: translate3d(0,0,0); pointer-events: auto }
.nav-mobile-panel { position: relative; width: 100%; height: 100%; padding: 16px 16px 56px; display: flex; flex-direction: column }
.nav-mobile-panel { opacity: 0; transform: translate3d(0, -12px, 0); transition: opacity 280ms ease, transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1) }
.nav-mobile.is-open .nav-mobile-panel { opacity: 1; transform: translate3d(0, 0, 0) }
@media (min-width: 640px) { .nav-mobile-panel { padding: 32px 24px 96px } }
.menu-grid { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; flex: 1; min-height: 0; overflow: hidden }
@media (min-width: 768px) { .menu-grid { grid-template-columns: 1.6fr 1fr 0.65fr; grid-template-areas: "latest browse hero" "last last connect"; gap: 48px } }
.menu-grid { max-width: 340px; margin: 44px auto 0 }
@media (min-width: 768px) { .menu-grid { max-width: none; margin: 0 } }
@media (min-width: 768px) {
  .menu-latest { grid-area: latest }
  .menu-browse { grid-area: browse }
  .menu-hero { grid-area: hero }
  .menu-last { grid-area: last }
  .menu-connect { grid-area: connect }
}
.menu-hero { display: none }
@media (min-width: 768px) { .menu-hero { display: block } }
.menu-hero { justify-self: end; align-self: start }
.menu-last { display: none }
@media (min-width: 768px) { .menu-last { display: block } }
.menu-rule { height: 1px; width: 100%; background: rgba(17,17,17,0.35); margin-bottom: 12px }
.menu-kicker { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.8; margin-bottom: 14px }
.menu-list, .menu-links { display: flex; flex-direction: column; gap: 10px }
.menu-list a, .menu-links a { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-size: clamp(18px, 3.8vw, 22px); line-height: 1.2; color: #111 }
.menu-list a:hover, .menu-links a:hover { opacity: 0.7 }
.menu-card { width: 100%; max-width: 240px; aspect-ratio: 1 / 1; background: rgba(17,17,17,0.06); border: 1px solid rgba(17,17,17,0.14); overflow: hidden }
.menu-card img { width: 100%; height: 100%; object-fit: cover; display: block }
.menu-last-grid { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start }
@media (min-width: 768px) { .menu-last-grid { grid-template-columns: 1.15fr 1.55fr; gap: 28px; align-items: start } }
.menu-thumb { display: block; width: 100%; aspect-ratio: 16 / 9; background: rgba(17,17,17,0.06); border: 1px solid rgba(17,17,17,0.14); overflow: hidden }
@media (min-width: 768px) { .menu-thumb { aspect-ratio: 4 / 3 } }
.menu-thumb img { width: 100%; height: 100%; object-fit: cover; display: block }
.menu-date { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.8 }
.menu-title { margin-top: 8px; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-size: clamp(22px, 4.4vw, 28px); letter-spacing: -0.02em }
.menu-sub { margin-top: 8px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.7 }
.menu-social { display: flex; gap: 10px; align-items: center }
.menu-social a { width: 26px; height: 26px; border-radius: 9999px; background: rgba(17,17,17,0.18); display: inline-flex; align-items: center; justify-content: center; color: inherit }
.menu-social a:hover { background: rgba(17,17,17,0.28) }
.menu-social i { font-size: 14px; line-height: 1 }
.menu-social img { width: 14px; height: 14px; display: block; object-fit: contain }
.container { max-width: 85%; margin: 0 auto; padding: 0 24px }
.header { padding-top: 104px; border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); text-align: center; padding-bottom: 56px }
.header .eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.7; margin-bottom: 16px }
.header h1 { font-family:'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 600; font-size: 48px; line-height: 1; letter-spacing: -0.03em }
.grid { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 24px; margin-top: 40px }
@media (min-width: 640px) { .grid { grid-template-columns: repeat(2, minmax(0, 1fr)) } }
@media (min-width: 1024px) { .grid { grid-template-columns: repeat(3, minmax(0, 1fr)) } }
.card { border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,0.05); transition: transform 300ms ease, border-color 300ms ease }
.card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.3) }
.thumb { aspect-ratio: 4/3; background: rgba(255,255,255,0.08) }
.thumb img { width: 100%; height: 100%; object-fit: cover }
.card-body { padding: 16px; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px }
.title { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 600; letter-spacing: -0.02em }
.meta { font-size: 12px; opacity: 0.6; margin-top: 6px }
.actions { display: flex; gap: 8px }
.btn { display: inline-block; padding: 8px 12px; font-size: 12px; border-radius: 9999px; border: 1px solid rgba(255,255,255,0.3); transition: all 200ms ease }
.btn.primary { background: #fff; color: #000; border-color: #fff }
.btn:hover { background: #fff; color: #000 }
.section { padding-top: 32px; padding-bottom: 64px }
.divider { height: 1px; background: rgba(255,255,255,0.15); margin-top: 32px }
.hero { display: none }
.footer { margin-top: 40px; padding: 24px 0; opacity: 0.7; font-size: 12px }
.footer a { color: inherit; text-decoration: underline; text-underline-offset: 3px; opacity: 0.9 }
.footer a:hover { opacity: 1 }
.detail { margin-top: 24px; padding-bottom: 40px }
.gallery { margin-top: 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px }
@media (min-width: 1024px) { .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)) } }
.gallery img { width: 100%; border-radius: 12px; object-fit: cover }
.headline { font-family: 'Playfair Display', Georgia, serif; font-size: 40px; font-weight: 700; letter-spacing: -0.03em }
.biglink { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; letter-spacing: -0.04em; font-size: 56px; display: inline-block; transition: color 300ms ease }
.biglink:hover { color: #bbb }
.snap {}
.marker { height: 100vh }
.scroller { height: 100vh; width: 100% }
.stage { position: fixed; inset: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 1 }
.home-hint { font-family: 'Inter'; position: fixed; left: 16px; bottom: 16px; z-index: 60; font-size: 17px;  mix-blend-mode: difference; pointer-events: none }
@media (min-width: 640px) { .home-hint { left: 24px; bottom: 24px } }
.layer { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; will-change: transform, clip-path; --cutTop: 0; --cutBottom: 0; clip-path: inset(calc(var(--cutTop) * 100%) 0 calc(var(--cutBottom) * 100%) 0) }
.layer-inner { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; will-change: transform }
.slide { height: 100vh; width: 100%; position: relative; overflow: hidden; background: #000; color: #fff; scroll-snap-align: start; scroll-snap-stop: always }
.slide-bg { position: absolute; inset: 0 }
.slide-bg-img { position: absolute; inset: 0; will-change: transform }
.slide-bg-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transform-origin: center }
.slide-bg-overlay { position: absolute; inset: 0; background: rgba(29,29,27,0.2) }
.slide-inner { position: relative; z-index: 10; height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 16px; will-change: transform, opacity }
@media (min-width: 768px) { .slide-inner { padding: 0 32px } }
.slide-reveal { overflow: hidden }
.slide-reveal > .slide-reveal-inner { display: inline-block; transform: translate3d(0, 110%, 0); transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1); transition-delay: var(--reveal-delay, 0ms); will-change: transform }
.slide-reveal.is-revealed > .slide-reveal-inner { transform: translate3d(0, 0, 0) }
.slide-reveal.is-instant > .slide-reveal-inner { transition: none; transform: translate3d(0, 0, 0) }
@media (prefers-reduced-motion: reduce) {
  .slide-reveal > .slide-reveal-inner { transition: none; transform: none }
  .nav-mobile, .nav-mobile-panel { transition: none }
}
.slide-midline { display: none }
.slide-grid { width: 100%; max-width: 98%; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 16px; align-items: center }
@media (min-width: 768px) { .slide-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 32px; align-items: end } }
@media (min-width: 768px) { .slide-counter, .slide-title-col, .slide-cat-col, .slide-year-col { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.4) } }
.slide-counter { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-style: italic; font-size: clamp(36px, 6vw, 60px); line-height: 1 }
@media (min-width: 768px) { .slide-counter { grid-column: span 2 } }
.slide-counter-main { display: inline-block; transform: translateY(-0.15em) }
.slide-counter-total { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-style: normal; font-size: clamp(18px, 3vw, 30px); opacity: 0.6; letter-spacing: 0 }
.slide-title-col { margin-top: 4px }
@media (min-width: 768px) { .slide-title-col { grid-column: span 6; margin-top: 0 } }
.slide-title-col h2 { margin: 0; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 600; font-size: clamp(36px, 6.2vw, 76px); letter-spacing: -0.04em; line-height: 1; position: relative; top: -0.15em }
@media (min-width: 768px) { .slide-title-col h2 { top: 0 } }
.slide-cat-col, .slide-year-col { display: none; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; align-items: flex-start }
@media (min-width: 768px) { .slide-cat-col { display: flex; grid-column: span 2 } }
@media (min-width: 768px) { .slide-year-col { display: flex; grid-column: span 2; justify-content: flex-end; text-align: right } }
.slide-mobile-info { display: flex; justify-content: space-between; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.8; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 16px; width: 100% }
@media (min-width: 768px) { .slide-mobile-info { display: none } }
.slide-cta { position: absolute; bottom: 48px; left: 0; width: 100%; display: flex; justify-content: center; z-index: 20 }
.slide-cta-btn { background: #f2f1ec; color: #000; border-radius: 5px; padding: 12px 17px; font-size: 18px; font-weight: 400; font-family: Inter;  transition: background-color 300ms ease; pointer-events: auto }
.slide-cta-btn:hover { background: #1e212d; color: white; }
.footer-slide { background: #000 }
.footer-slide a { pointer-events: auto }
.footer-slide .footer-wrap { pointer-events: auto }
.footer-wrap { height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 16px; max-width: 1280px; margin: 0 auto; width: 100% }
@media (min-width: 640px) { .footer-wrap { padding: 0 24px } }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 48px }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) } }
.footer-brand { grid-column: span 1 }
@media (min-width: 768px) { .footer-brand { grid-column: span 2 } }
.footer-logo { font-size: 40px; font-weight: 700; letter-spacing: -0.03em; display: block; margin-bottom: 24px }
.footer-desc { margin: 0; color: rgba(255,255,255,0.6); max-width: 360px; font-size: 18px; line-height: 1.5 }
.footer-col h3 { margin: 0 0 24px; font-size: 18px; font-weight: 700; color: #fff }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 18px; transition: color 200ms ease }
.footer-col a:hover { color: #fff }
.footer-bottom { margin-top: 96px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; color: rgba(255,255,255,0.5) }
@media (prefers-reduced-motion: reduce) {
  .layer { clip-path: none !important }
}

.site-footer { background: #000; color: #fff; padding: 54px 0 64px; border-top: 1px solid #000 }
.site-footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: stretch }
@media (min-width: 900px) { .site-footer-grid { grid-template-columns: 0.9fr 0.9fr 2.2fr; gap: 34px; align-items: stretch } }
.site-footer-col { display: flex; flex-direction: column; gap: 10px; min-height: 210px }
.site-footer-link { color: rgba(255,255,255,0.85); font-size: 14px; line-height: 1.2; transition: opacity 200ms ease }
.site-footer-link:hover { opacity: 0.75 }
.site-footer-bottom { margin-top: auto }
.site-footer-bottom-link { color: rgba(255,255,255,0.8); font-size: 14px; transition: opacity 200ms ease }
.site-footer-bottom-link:hover { opacity: 0.75 }
.site-footer-media { width: 100%; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,0.06); align-self: start }
@media (min-width: 900px) { .site-footer-media { aspect-ratio: 16 / 9; height: auto } }
.site-footer-media img { width: 100%; height: 100%; object-fit: cover; display: block }

.site-footer--light { background: transparent; color: #111; padding-left: 0; padding-right: 0 }
.site-footer--light .site-footer-link { color: rgba(17,17,17,0.8) }
.site-footer--light .site-footer-bottom-link { color: rgba(17,17,17,0.75) }
.site-footer--light .site-footer-link:hover,
.site-footer--light .site-footer-bottom-link:hover { opacity: 0.75 }
.site-footer--light .site-footer-media { background: rgba(17,17,17,0.06) }

.about-main { padding-top: 0; padding-bottom: 0px; }
.about-hero-media { position: relative; min-height: clamp(380px, 62svh, 640px); border-bottom: 1px solid rgba(255,255,255,0.12); overflow: hidden }
.about-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); z-index: 0 }
.about-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.28) 45%, rgba(0,0,0,0.72)); pointer-events: none; z-index: 1 }
.about-hero-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 0 16px 18px; z-index: 2 }
.about-hero-overlay::before { content: ""; position: absolute; inset: 0;  pointer-events: none }
@media (min-width: 640px) { .about-hero-overlay { padding: 0 24px 20px } }
.about-hero-cols { width: 100%; display: grid; grid-template-columns: 1fr; gap: 14px; padding-top: 12px; position: relative; z-index: 1 }
@media (min-width: 720px) { .about-hero-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px } }
@media (min-width: 1024px) { .about-hero-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px } }
.about-hero-col { min-width: 0; border-bottom: 1px solid rgba(255,255,255,0.35); padding-bottom: 16px; margin-bottom: 0 }
.about-hero-sub { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.92; text-shadow: 0 2px 14px rgba(0,0,0,0.7); }
.about-hero-sub.strong { opacity: 1 }
.about-hero-line { font-size: clamp(13px, 1.8vw, 15px); opacity: 0.95; text-shadow: 0 2px 14px rgba(0,0,0,0.7); font-family: 'Inter'; margin-bottom: 10px; }
.about-hero-line.big { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -0.03em; font-size: clamp(18px, 2.4vw, 28px); text-shadow: 0 2px 16px rgba(0,0,0,0.75) }

.about-section { padding-top: 56px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.12) }
.about-section-head { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px }
@media (min-width: 768px) { .about-section-head { grid-template-columns: 260px 1fr; align-items: baseline; gap: 24px } }
.about-section-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.7 }
.about-section-title { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -0.03em; font-size: 26px }

.about-structure { padding-top: 56px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.12) }
.about-grid { display: grid; grid-template-columns: 1fr; row-gap: 84px }
.about-grid .about-section { padding: 0; border-bottom: 0 }
.about-grid .about-section-head { display: flex; align-items: center; gap: 18px; margin-bottom: 16px }
.about-grid .about-section-label { flex: 0 0 auto; min-width: 160px }
.about-grid .about-section-title { display: flex; align-items: center; gap: 14px; flex: 1 }
.about-grid .about-section-title::after { content: ""; height: 1px; background: rgba(255,255,255,0.22); flex: 1 }
@media (min-width: 980px) {
  .about-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: clamp(80px, 18vw, 260px); row-gap: 120px }
  .about-panel--approach { grid-column: 1; grid-row: 1 }
  .about-panel--contact { grid-column: 2; grid-row: 2 }
  .about-panel--domains { grid-column: 1; grid-row: 3 }
  .about-panel--tools { grid-column: 2; grid-row: 4 }
  .about-panel--values { grid-column: 1; grid-row: 5 }
}

.about-row { display: grid; grid-template-columns: 1fr; gap: 24px }
@media (min-width: 980px) { .about-row { grid-template-columns: 1.2fr 0.8fr; gap: 32px } }
.about-prose { max-width: 920px; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,0.75) }
.about-prose p { margin: 0 0 16px }
.about-prose p:last-child { margin-bottom: 0 }

.about-aside { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 16px }
.about-aside-title { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; margin: 6px 0 10px }
.about-contact { display: flex; flex-direction: column; gap: 16px }
.about-contact-link { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -0.03em; font-size: clamp(34px, 4vw, 56px); line-height: 1.05; display: inline-block; width: fit-content; transition: opacity 200ms ease; margin-bottom: 15px; }
.about-contact-link:hover { opacity: 0.75 }
.about-contact-links { display: flex; flex-wrap: wrap; gap: 14px }
.about-mini-link { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.75; padding: 8px 12px; border: 1px solid rgba(255,255,255,0.2); border-radius: 9999px; transition: opacity 200ms ease, border-color 200ms ease }
.about-mini-link:hover { opacity: 1; border-color: rgba(255,255,255,0.4) }

.about-panel--contact .about-contact-link { font-family: inherit; font-weight: 400; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.8; margin-bottom: 12px }
.about-panel--contact .about-contact-links { flex-direction: column; gap: 8px }
.about-panel--contact .about-mini-link { border: 0; padding: 0; border-radius: 0; text-transform: none; letter-spacing: 0; opacity: 0.8 }
.about-panel--contact .about-mini-link:hover { opacity: 1 }

.about-two-col { display: grid; grid-template-columns: 1fr; gap: 24px }
@media (min-width: 900px) { .about-two-col { grid-template-columns: 1fr 1fr; gap: 32px } }
.about-card { border: 1px solid rgba(255,255,255,0.15); border-radius: 18px; padding: 20px; background: rgba(255,255,255,0.03); position: relative }
.about-card::before { content: ""; position: absolute; left: 20px; right: 20px; top: 0; height: 1px; background: rgba(255,255,255,0.2) }
.about-card-title { margin-top: 10px; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -0.03em; font-size: 22px }
.about-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; color: rgba(255,255,255,0.72); font-size: 14px; letter-spacing: 0.02em }
@media (min-width: 520px) { .about-list { grid-template-columns: repeat(3, minmax(0, 1fr)) } }
@media (min-width: 900px) { .about-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px 32px } }

.about-chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px }
.about-chips li { border: 1px solid rgba(255,255,255,0.2); border-radius: 9999px; padding: 10px 14px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.85 }

.about-panel--values .about-chips { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 32px }
@media (min-width: 520px) { .about-panel--values .about-chips { grid-template-columns: repeat(3, minmax(0, 1fr)) } }
@media (min-width: 900px) { .about-panel--values .about-chips { grid-template-columns: repeat(4, minmax(0, 1fr)) } }
.about-panel--values .about-chips li { border: 0; padding: 0; border-radius: 0; font-size: 14px; text-transform: none; letter-spacing: 0.02em; opacity: 0.72 }

.about-testimonials { display: grid; grid-template-columns: 1fr; gap: 16px }
@media (min-width: 900px) { .about-testimonials { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px } }
.about-quote { border: 1px solid rgba(255,255,255,0.15); border-radius: 18px; padding: 18px; background: rgba(255,255,255,0.03) }
.about-quote p { margin: 0; color: rgba(255,255,255,0.75); font-size: 16px; line-height: 1.6 }
.about-quote-meta { margin-top: 14px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.55 }

.about-photo { display: flex; justify-content: center }
.about-photo img { width: min(680px, 92%); border-radius: 14px; display: block }

.about-light { background: #f3f0e8; color: #111; padding-bottom: 40px; }
.about-light a { color: inherit }
.about-light .about-section { border-bottom-color: rgba(17,17,17,0.14) }

.about-values { padding: 34px 0 20px }
.about-values-title { text-align: center; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 600; letter-spacing: -0.03em; font-size: 22px; margin: 0 0 18px }
.about-light .about-chips { justify-content: center }
.about-light .about-chips li { border-color: rgba(17,17,17,0.22); opacity: 0.85 }

.about-reviews { padding: 38px 0 0 }
.about-reviews-head { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; margin-bottom: 40px; }
@media (min-width: 900px) { .about-reviews-head { grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: start } }
.about-reviews-title { margin: 0; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 600; font-size: clamp(34px, 4.8vw, 56px); letter-spacing: -0.05em; line-height: 1 }
.about-reviews-intro { margin: 6px 0 0; color: rgba(17,17,17,0.75); font-size: 13px; line-height: 1.8; max-width: 520px }
@media (min-width: 900px) { .about-reviews-intro { justify-self: end; text-align: left } }

.about-slider { margin-top: 22px }
.about-slider-viewport { overflow-x: hidden; padding-bottom: 18px; scroll-snap-type: x mandatory }
.about-slider.is-autoplay .about-slider-viewport { scroll-snap-type: none }
.about-slider-viewport::-webkit-scrollbar { height: 10px }
.about-slider-viewport::-webkit-scrollbar-thumb { background: rgba(17,17,17,0.18); border-radius: 9999px }
.about-slider-track { display: flex; gap: 16px; width: max-content; padding: 0 max(24px, calc((100vw - 1280px) / 2 + 24px)); }
.about-slider-slide { flex: 0 0 auto; scroll-snap-align: start }
@media (prefers-reduced-motion: reduce) { .about-slider-viewport { scroll-behavior: auto } }

.about-light .about-testimonials { margin-top: 22px; display: flex; gap: 16px; overflow-x: auto; padding-bottom: 18px; scroll-snap-type: x mandatory }
.about-light .about-testimonials::-webkit-scrollbar { height: 10px }
.about-light .about-testimonials::-webkit-scrollbar-thumb { background: rgba(17,17,17,0.18); border-radius: 9999px }

.about-testimonial { width: min(320px, 82vw); flex: 0 0 auto; background: #111; color: #fff; border-radius: 14px; border: 1px solid rgba(255,255,255,0.12); overflow: hidden; scroll-snap-align: start }
.about-testimonial-tags { display: flex; gap: 8px; padding: 12px 12px 0 }
.about-testimonial-tag { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.85; border: 1px solid rgba(255,255,255,0.2); border-radius: 9999px; padding: 6px 10px; white-space: nowrap }
.about-testimonial-media { margin: 12px; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; background: rgba(255,255,255,0.06) }
.about-testimonial-media img { width: 100%; height: 100%; object-fit: cover; display: block }
.about-testimonial-body { padding: 0 12px 14px }
.about-testimonial-body p { margin: 0; color: rgba(255,255,255,0.78); font-size: 12px; line-height: 1.75 }

.about-light-footer { margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(17,17,17,0.14) }
.about-light-footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start }
@media (min-width: 900px) { .about-light-footer-grid { grid-template-columns: 0.7fr 0.7fr 0.7fr 1.9fr; gap: 34px; align-items: end } }
.about-light-footer-title { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.7; margin-bottom: 12px }
.about-light-footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px }
.about-light-footer-list a { color: rgba(17,17,17,0.7); font-size: 13px; transition: color 200ms ease }
.about-light-footer-list a:hover { color: #111 }
.about-light-footer-media { width: 100%; aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden; background: rgba(17,17,17,0.06); border: 1px solid rgba(17,17,17,0.12) }
.about-light-footer-media img { width: 100%; height: 100%; object-fit: cover; display: block }
.about-light-footer-bottom { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(17,17,17,0.12); opacity: 0.65; font-size: 12px }
.about-light-footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px }
.about-light-footer-bottom a:hover { color: #111; opacity: 1 }

.services-main { padding-top: 104px }
.services-hero-media { position: relative; height: clamp(520px, 80vh, 720px); overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.12) }
.services-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9) contrast(1.05); transform: scale(1.02) }
.services-hero-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(1200px 600px at 60% 40%, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.45) 55%, rgba(0,0,0,0.72) 100%), linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.28) 55%, rgba(0,0,0,0.7)); pointer-events: none }
.services-hero-overlay { position: absolute; inset: 0; display: flex; align-items: center; padding: 0 16px }
.services-hero-overlay::before { content: ""; position: absolute; inset: 0; background: radial-gradient(closest-side at 50% 50%, rgba(0,0,0,0.55), rgba(0,0,0,0) 70%); pointer-events: none }
@media (min-width: 640px) { .services-hero-overlay { padding: 0 24px } }
.services-rows { width: 100%; max-width: 1280px; margin: 0 auto; display: grid; gap: clamp(36px, 7vh, 72px); position: relative; z-index: 1 }
.service-row { position: relative; display: grid; grid-template-columns: 1fr; gap: 12px; align-items: baseline; padding-top: 14px }
.service-row::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: rgba(255,255,255,0.5) }
@media (min-width: 920px) { .service-row { grid-template-columns: 1.2fr 0.8fr 1fr; gap: 24px } }
.service-name { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 600; font-size: clamp(18px, 2.6vw, 28px); letter-spacing: -0.02em; text-shadow: 0 2px 14px rgba(0,0,0,0.7) }
.service-price { white-space: nowrap; text-transform: none; font-size: 14px; opacity: 0.95; text-shadow: 0 2px 14px rgba(0,0,0,0.7) }
.service-meta { text-align: left; justify-self: end; display: grid; gap: 4px; font-size: 12px; letter-spacing: 0.06em; text-transform: none; opacity: 0.9; text-shadow: 0 2px 14px rgba(0,0,0,0.7) }
@media (min-width: 920px) { .service-meta { text-align: right } }

.work-main { padding-top: 0 }
.work-hero-media { position: relative; height: clamp(360px, 56vh, 520px); overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.12) }
.work-hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02) }
.work-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.32) 50%, rgba(0,0,0,0.78)); pointer-events: none }
.work-hero-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 0 0 18px }
.work-hero-overlay::before { content: ""; position: absolute; inset: 0;  pointer-events: none }
@media (min-width: 640px) { .work-hero-overlay { padding: 0 0 20px } }
.work-hero-bar { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid rgba(255,255,255,0.35); padding-top: 12px; position: relative; z-index: 1 }
.work-hero-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.92; text-shadow: 0 2px 14px rgba(0,0,0,0.7) }
.work-hero-count { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.82; text-shadow: 0 2px 14px rgba(0,0,0,0.7) }

.work-list { padding-top: 32px }
.work-item { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 35px 0; transition: opacity 200ms ease }
.work-item + .work-item { margin-top: 12px }
.work-item:hover { opacity: 0.85 }
@media (min-width: 900px) { .work-item { grid-template-columns: 0.9fr 1.1fr 0.9fr; align-items: start; gap: 24px; padding: 35px 0 } }
.work-item-left { min-width: 0;}
.work-item-index { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.6 }
.work-item-title { margin: 10px 0 0; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -0.03em; font-size: clamp(22px, 3.2vw, 44px); line-height: 1.02 }
.work-item-meta { margin-top: 10px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.55 }
.work-item-mid { min-width: 0; max-width: 520px }
.work-item-desc { margin: 4px 0 0; color: rgba(255,255,255,0.72); font-size: 14px; line-height: 1.7 }
.work-item-right { display: flex; justify-content: flex-start }
@media (min-width: 900px) { .work-item-right { justify-content: flex-end } }
.work-item-thumb { width: min(360px, 100%); aspect-ratio: 4 / 3; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,0.06) }
.work-item-thumb img { width: 100%; height: 100%; object-fit: cover; display: block }

.work-item-top { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; grid-column: 1 / -1; padding-bottom: 15px; position: relative; border-bottom: 0 }
.work-main .work-item-top::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: #fff; transform: scaleX(0); transform-origin: left; transition: transform 1400ms cubic-bezier(0.2, 0.85, 0.2, 1) }
.work-main .work-item-top.is-revealed::after { transform: scaleX(1) }
.work-item-top-left { display: flex; align-items: baseline; gap: 12px; min-width: 0; opacity: 1;  font-family: 'Playfair Display', Georgia;  }
.work-item-letter { font-size: 1.2em; letter-spacing: 0.2em; text-transform: uppercase;   font-family: 'Playfair Display', Georgia;  }
.work-item-top-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 1em; letter-spacing: 0.18em; text-transform: uppercase; min-width: 0 }
.work-item-discover { font-size: 1em; letter-spacing: 0.18em; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; font-family: 'Playfair Display', Georgia;  }

.work-item-title { margin: 0; font-weight: 600; letter-spacing: -0.05em; font-size: clamp(34px, 4.6vw, 60px); line-height: 1 }
.work-item-desc { margin: 0; font-size: 12px; line-height: 1.9; color: rgba(255,255,255,0.7) }
.work-item-thumb { width: min(420px, 100%); aspect-ratio: 16 / 10; border-radius: 12px }

@media (min-width: 900px) {
  .work-item { grid-template-columns: 1.1fr 0.9fr 1fr; grid-template-rows: auto auto; row-gap: 18px; column-gap: 40px; padding: 35px 0 }
  .work-item-left { grid-column: 1 }
  .work-item-mid { grid-column: 2; align-self: center; max-width: 420px }
  .work-item-right { grid-column: 3; align-self: center }
}

.contact-main { min-height: 100vh; display: flex; flex-direction: column }
.contact-center { flex: 1; display: flex; align-items: center }
.contact-row { width: 100%; display: grid; grid-template-columns: 1fr; gap: 14px; border-bottom: 1px solid rgba(255,255,255,0.35); padding: 12px 0; align-items: baseline }
@media (min-width: 900px) { .contact-row { grid-template-columns: 1fr 1fr 1fr; gap: 24px } }
.contact-cta, .contact-phone, .contact-email { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-size: 18px; letter-spacing: -0.01em; transition: opacity 200ms ease }
.contact-cta:hover, .contact-phone:hover, .contact-email:hover { opacity: 0.75 }
.contact-cta { text-decoration: underline; text-underline-offset: 4px }
@media (min-width: 900px) { .contact-phone { text-align: center } }
@media (min-width: 900px) { .contact-email { text-align: right } }

.contact-bottom { position: static; left: 0; right: 0; bottom: 0; padding: 18px 0 22px; pointer-events: auto }
.contact-bottom-inner { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end }
.contact-time { font-size: 12px; opacity: 0.75; letter-spacing: 0.02em }
.contact-clock { font-size: 12px }
.contact-tz { font-size: 11px; opacity: 0.8; margin-top: 4px }
.contact-desc { font-size: 11px; line-height: 1.4; opacity: 0.65; max-width: 420px; text-align: right }
@media (max-width: 640px) { .contact-bottom-inner { flex-direction: column; align-items: flex-start } .contact-desc { text-align: left; max-width: 520px } }

.contact-center .container,
.contact-bottom .container { max-width: none; width: 100%; padding-left: 16px; padding-right: 16px }
@media (min-width: 640px) { .contact-center .container, .contact-bottom .container { padding-left: 24px; padding-right: 24px } }

.cgv-main { padding-top: 104px }
.cgv-hero { padding-top: 34px }
.cgv-title { margin: 0; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -0.03em; font-size: clamp(28px, 3.2vw, 44px); color: #111 }
.cgv-subtitle { margin-top: 10px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.7 }
.cgv-content { padding-top: 28px; padding-bottom: 56px }
.cgv-intro { max-width: 840px; font-size: 14px; line-height: 1.8; color: rgba(17,17,17,0.75) }
.cgv-intro p { margin: 0 0 12px }
.cgv-sections { margin-top: 26px; max-width: 900px }
.cgv-section { padding: 18px 0; border-top: 1px solid rgba(17,17,17,0.12) }
.cgv-h2 { margin: 0; display: flex; gap: 10px; align-items: baseline; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(17,17,17,0.85) }
.cgv-num { min-width: 36px; opacity: 0.7 }
.cgv-list { margin: 12px 0 0; padding-left: 18px; color: rgba(17,17,17,0.78); font-size: 14px; line-height: 1.75 }
.cgv-list li { margin: 0 0 8px }

.cgv-footer { border-top: 1px solid rgba(17,17,17,0.12); padding: 48px 0 36px }
.cgv-footer-inner { display: grid; grid-template-columns: 1fr; gap: 28px }
@media (min-width: 960px) { .cgv-footer-inner { grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: end } }
.cgv-footer-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px }
@media (min-width: 640px) { .cgv-footer-cols { grid-template-columns: repeat(3, minmax(0, 1fr)) } }
.cgv-footer-title { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.7; margin-bottom: 12px }
.cgv-footer-link { display: block; font-size: 13px; padding: 6px 0; color: rgba(17,17,17,0.78) }
.cgv-footer-link:hover { color: #111 }
.cgv-footer-media { width: 100%; aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden; background: rgba(17,17,17,0.06) }
.cgv-footer-media img { width: 100%; height: 100%; object-fit: cover; display: block }
.cgv-footer-bottom { padding-top: 18px; border-top: 1px solid rgba(17,17,17,0.12); opacity: 0.6; font-size: 12px; grid-column: 1 / -1 }
.cgv-footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px }
.cgv-footer-bottom a:hover { color: #111 }

.project-page { background: #f3f0e8; color: #111 }
.project-page .divider { background: rgba(17,17,17,0.14) }
.project-page .footer { opacity: 0.7 }
.project-page .footer a { text-decoration: underline; text-underline-offset: 3px }
.project-page .site-footer { background: transparent; color: inherit }
.project-page .site-footer-link { color: rgba(17,17,17,0.8) }
.project-page .site-footer-bottom-link { color: rgba(17,17,17,0.75) }
.project-page .site-footer-media { background: rgba(17,17,17,0.06) }

.project-main { padding-top: 0 }
.project-hero { position: relative; height: clamp(320px, 62vh, 560px); overflow: hidden; background: rgba(17,17,17,0.08); margin-bottom: 20px;}
.project-hero img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.02) }

.project-head { padding: 26px 0px 28px; text-align: center; background: #f3f0e8;  }
.project-year { font-size: 13px; letter-spacing: 0.06em; text-transform: none; opacity: 0.82; margin-bottom: 10px }
.project-title { margin: 0; padding: 10px 0 20px; border-top: 1px solid rgba(17,17,17,0.9); border-bottom: 1px solid rgba(17,17,17,0.9); font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 500; font-size: clamp(48px, 8vw, 88px); letter-spacing: -0.02em; line-height: 0.9; text-transform: uppercase; width: 100% }

.project-feature { padding: 0 16px }
@media (min-width: 640px) { .project-feature { padding-left: 24px; padding-right: 24px } }
.project-feature-inner { width: 100%; max-width: 1120px; margin: 0 auto;   overflow: hidden }
.project-feature-media { width: var(--project-feature-width, 100%); margin: 0 auto; overflow: hidden; will-change: width }
.project-feature-inner img { width: 100%; height: auto; display: block }

.project-body { padding: 34px 16px 0 }
@media (min-width: 640px) { .project-body { padding-left: 24px; padding-right: 24px } }
.project-body-inner { width: 100%; max-width: 1040px; margin: 0 auto }
.project-meta { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.7; margin-bottom: 18px }
.project-text { font-size: 14px; line-height: 1.9; color: rgba(17,17,17,0.78) }
@media (min-width: 900px) { .project-text { column-count: 2; column-gap: 72px } }
.project-text p { margin: 0 0 16px; break-inside: avoid }
.project-text p:last-child { margin-bottom: 0 }

.project-gallery { padding: 48px 16px 72px }
@media (min-width: 640px) { .project-gallery { padding-left: 24px; padding-right: 24px } }
.project-gallery-inner { width: 100%; max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px }
@media (min-width: 900px) { .project-gallery-inner { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px } }
.project-gallery-item { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: rgba(17,17,17,0.06); border: 1px solid rgba(17,17,17,0.12); transition: opacity 200ms ease }
.project-gallery-item:hover { opacity: 0.85 }
.project-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block }

.project-next { padding: 0 16px 56px }
@media (min-width: 640px) { .project-next { padding-left: 24px; padding-right: 24px } }
.project-next-inner { width: 100%; max-width: 1240px; margin: 0 auto; border-top: 1px solid rgba(17,17,17,0.14); padding-top: 46px }
.project-next-kicker {font-family: 'Playfair Display', Georgia; font-size: 3em;  margin-bottom: 18px }
.project-page .project-next .work-item-top::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(17,17,17,0.22); transform: scaleX(1) }
.project-page .project-next .work-item-desc { color: rgba(17,17,17,0.72) }
.project-page .project-next .work-item-thumb { background: rgba(17,17,17,0.06); border: 1px solid rgba(17,17,17,0.12) }
.project-next-link { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; color: inherit; transition: opacity 200ms ease }
.project-next-link:hover { opacity: 0.85 }
@media (min-width: 900px) { .project-next-link { grid-template-columns: 1.2fr 0.8fr; gap: 32px; align-items: center } }
.project-next-title { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 600; font-size: clamp(34px, 4.8vw, 56px); letter-spacing: -0.05em; line-height: 1 }
.project-next-meta { margin-top: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.65 }
.project-next-media { width: 100%; aspect-ratio: 16 / 10; border: 1px solid rgba(17,17,17,0.14); background: rgba(17,17,17,0.06); overflow: hidden }
.project-next-media img { width: 100%; height: 100%; object-fit: cover; display: block }

.vt-media { view-transition-name: project-media }
.vt-title { view-transition-name: project-title }
#projectHeroImg { view-transition-name: project-media }
#projectTitle { view-transition-name: project-title }

@keyframes pt-in { from { opacity: 0; transform: translate3d(0,10px,0) } to { opacity: 1; transform: translate3d(0,0,0) } }
@keyframes pt-out { from { opacity: 1; transform: translate3d(0,0,0) } to { opacity: 0; transform: translate3d(0,-10px,0) } }
html.pt-enter body { animation: pt-in 340ms cubic-bezier(0.2, 0.9, 0.2, 1) both }
html.pt-leave body { animation: pt-out 220ms cubic-bezier(0.2, 0.9, 0.2, 1) both }

@keyframes vt-root-out { from { opacity: 1 } to { opacity: 0 } }
@keyframes vt-root-in { from { opacity: 0 } to { opacity: 1 } }
::view-transition-old(root) { animation: vt-root-out 240ms ease both }
::view-transition-new(root) { animation: vt-root-in 320ms ease both }

@media (prefers-reduced-motion: reduce) {
  html.pt-enter body, html.pt-leave body { animation: none }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none }
}
