:root {
  --az-ink: #f2f2ef;
  --az-muted: #8b8c8e;
  --az-line: #2a2b2d;
  --az-black: #111214;
  --az-sidebar: #141517;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--az-black); }
body { margin: 0; background: var(--az-black); color: var(--az-ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; }
a { color: inherit; text-decoration: none; }
button { border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 2px solid #f2f2ef; outline-offset: 5px; }
[hidden] { display: none !important; }
.azmoon-site { min-height: 100vh; }

.azmoon-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 50; width: 292px; padding: 44px 54px; display: flex; flex-direction: column; justify-content: center; background: var(--az-sidebar); border-right: 1px solid rgba(255,255,255,.02); overflow: hidden; }
.azmoon-sidebar nav { width: 100%; max-height: calc(100vh - 190px); overflow-y: auto; overflow-x: hidden; scrollbar-width: none; }
.azmoon-sidebar nav::-webkit-scrollbar { display: none; }
.azmoon-menu, .azmoon-menu ul { margin: 0; padding: 0; list-style: none; }
.azmoon-menu li { position: relative; }
.azmoon-menu > li > a { width: 100%; padding: 7px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #d6d6d4; font-size: 15px; line-height: 1.15; transition: color .25s ease, transform .25s ease; }
.azmoon-menu .menu-item-has-children > a::after { content: ""; flex: 0 0 auto; width: 6px; height: 6px; margin-right: 2px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; opacity: .45; transform: rotate(45deg) translateY(-2px); transition: transform .3s ease, opacity .25s ease; }
.azmoon-menu > li > a:hover, .azmoon-menu > .current-menu-item > a, .azmoon-menu > .current-menu-ancestor > a, .azmoon-menu > .submenu-open > a { color: #fff; transform: translateX(4px); }
.azmoon-menu .submenu-open > a::after { opacity: 1; transform: rotate(225deg) translate(-1px, -1px); }
.azmoon-menu .sub-menu { position: static; width: 100%; max-height: 0; margin: 0; padding: 0 0 0 17px; display: block; overflow: hidden; background: transparent; border: 0; border-left: 1px solid transparent; opacity: 1; visibility: visible; pointer-events: auto; transform: none; box-shadow: none; transition: max-height .42s cubic-bezier(.2,.75,.2,1), padding .35s ease, border-color .3s ease; }
.azmoon-menu .submenu-open > .sub-menu { padding-top: 7px; padding-bottom: 12px; border-left-color: rgba(255,255,255,.14); }
.azmoon-menu .sub-menu::before { display: none; }
.azmoon-menu .sub-menu li { opacity: 1; transform: none; }
.azmoon-menu .sub-menu a { min-height: 0; padding: 7px 0 7px 2px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 0; color: #858689; font-size: 12px; line-height: 1.35; font-weight: 400; letter-spacing: .01em; transition: color .22s ease, transform .22s ease; }
.azmoon-menu .sub-menu a:hover, .azmoon-menu .sub-menu .current-menu-item > a, .azmoon-menu .sub-menu .current-menu-ancestor > a, .azmoon-menu .sub-menu .submenu-open > a { color: #f2f2ef; transform: translateX(3px); }
.azmoon-menu .sub-menu .sub-menu { padding-left: 12px; }
.azmoon-menu .sub-menu .submenu-open > .sub-menu { padding-top: 3px; padding-bottom: 5px; }
.azmoon-sidebar-note { position: absolute; bottom: 38px; left: 54px; display: grid; gap: 4px; color: #707174; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.azmoon-mobile-close, .azmoon-mobile-header { display: none; }

.azmoon-content { margin-left: 292px; min-width: 0; overflow: hidden; }
.azmoon-hero { min-height: 382px; padding: 36px 5.4vw 22px; display: flex; flex-direction: column; justify-content: flex-end; }
.azmoon-hero > p { margin: 0 0 31px; color: #696a6d; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; animation: az-fade-in .8s ease .45s both; }
.azmoon-hero h1 { margin: 0 -0.04em -0.12em; display: flex; justify-content: space-between; font-size: clamp(82px, 13.4vw, 220px); line-height: .78; font-weight: 200; letter-spacing: .025em; white-space: nowrap; }
.azmoon-hero h1 span { display: inline-block; opacity: 0; transform: translateY(58px); animation: az-title-rise 1.05s cubic-bezier(.2,.75,.2,1) forwards; }

.azmoon-portfolio { padding: 54px 5.4vw 110px; }
.azmoon-filter-row { margin-bottom: 62px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.azmoon-filters { display: flex; gap: 28px; flex-wrap: wrap; }
.azmoon-filters button, .azmoon-show-all { position: relative; padding: 8px 0; color: #a2a3a5; font-size: 14px; transition: color .25s; }
.azmoon-filters button::after, .azmoon-show-all::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--az-ink); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.azmoon-filters button:hover, .azmoon-filters button.active, .azmoon-show-all:hover, .azmoon-show-all.active { color: var(--az-ink); }
.azmoon-filters button.active::after, .azmoon-show-all.active::after { transform: scaleX(1); transform-origin: left; }
.azmoon-masonry { columns: 2; column-gap: 5.6vw; }
.azmoon-photo-card { break-inside: avoid; margin: 0 0 72px; opacity: 0; animation: az-card-in .7s ease forwards; }
.azmoon-photo-card:nth-child(2n) { animation-delay: .08s; }
.azmoon-photo-frame { position: relative; display: block; overflow: hidden; background-color: #1d1e21; background-repeat: no-repeat; filter: saturate(.88) contrast(1.02); transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .45s; }
.azmoon-photo-card.portrait .azmoon-photo-frame { aspect-ratio: 4 / 5.15; }
.azmoon-photo-card.landscape .azmoon-photo-frame { aspect-ratio: 1.38 / 1; }
.azmoon-photo-card.tall .azmoon-photo-frame { aspect-ratio: 3 / 4.3; }
.azmoon-photo-card.square .azmoon-photo-frame { aspect-ratio: 1 / 1; }
.azmoon-photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.45)); opacity: 0; transition: opacity .35s; }
.azmoon-photo-frame > span { position: absolute; z-index: 2; left: 22px; bottom: 22px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s; }
.azmoon-photo-frame:hover { transform: scale(1.012); filter: saturate(1) contrast(1); }
.azmoon-photo-frame:hover::after, .azmoon-photo-frame:hover > span { opacity: 1; }
.azmoon-photo-frame:hover > span { transform: translateY(0); }
.azmoon-caption { padding-top: 14px; display: flex; justify-content: space-between; gap: 20px; }
.azmoon-caption h2, .azmoon-caption p { margin: 0; font-size: 11px; letter-spacing: .04em; }
.azmoon-caption h2 { color: #d0d0ce; font-weight: 400; }
.azmoon-caption p { color: #68696c; text-align: right; }
.azmoon-footer { min-height: 220px; padding: 0 5.4vw 54px; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--az-line); color: #77787a; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.azmoon-inner-page { padding: 72px 5.4vw 125px; }
.azmoon-section-kicker { margin: 0 0 28px; color: #77787a; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.azmoon-about-intro { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr); gap: 8vw; align-items: end; }
.azmoon-artist-portrait { width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: cover; background: #1d1e21; }
.azmoon-artist-portrait-wrap > p { margin: 12px 0 0; color: #68696c; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.azmoon-about-copy h2, .azmoon-contact-content h2 { margin: 0 0 38px; max-width: 920px; font-size: clamp(42px, 6vw, 96px); line-height: .95; font-weight: 200; letter-spacing: -.045em; }
.azmoon-about-copy > p:not(.azmoon-section-kicker), .azmoon-contact-details > p { max-width: 660px; margin: 0 0 22px; color: #a8a9aa; font-size: 15px; line-height: 1.8; }
.azmoon-practice-grid { margin-top: 125px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--az-line); }
.azmoon-practice-grid > div { min-height: 245px; padding: 30px 34px 30px 0; border-right: 1px solid var(--az-line); }
.azmoon-practice-grid > div + div { padding-left: 34px; }
.azmoon-practice-grid > div:last-child { border-right: 0; }
.azmoon-practice-grid span { color: #626366; font-size: 10px; }
.azmoon-practice-grid h3 { margin: 54px 0 15px; font-size: 24px; font-weight: 300; }
.azmoon-practice-grid p { margin: 0; max-width: 300px; color: #8e8f91; font-size: 13px; line-height: 1.7; }
.azmoon-contact-banner { position: relative; width: 100%; height: clamp(210px, 22vw, 315px); min-height: 0; margin: 0; overflow: hidden; background: #18191b; }
.azmoon-contact-banner::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.01) 25%, rgba(0,0,0,.18) 100%); }
.azmoon-contact-banner img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 51%; }
.azmoon-contact-content { padding: 105px 0 20px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: start; }
.azmoon-contact-email { display: inline-block; margin: 28px 0 58px; padding-bottom: 8px; border-bottom: 1px solid #77787a; font-size: clamp(24px, 3vw, 42px); font-weight: 300; }
.azmoon-contact-details dl { margin: 0; border-top: 1px solid var(--az-line); }
.azmoon-contact-details dl > div { padding: 17px 0; display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid var(--az-line); }
.azmoon-contact-details dt { color: #66676a; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.azmoon-contact-details dd { margin: 0; color: #b6b7b8; font-size: 12px; }


.azmoon-standard-page, .azmoon-single-photo { min-height: 75vh; padding: 120px 7vw; }
.azmoon-kicker, .azmoon-back { color: var(--az-muted); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.azmoon-standard-page > h1, .azmoon-single-photo > h1 { max-width: 1050px; margin: 26px 0 64px; font-size: clamp(52px, 8vw, 132px); line-height: .9; font-weight: 200; }
.azmoon-post-list { max-width: 800px; }
.azmoon-post-list article { padding: 28px 0; border-top: 1px solid var(--az-line); }
.azmoon-post-list h2 { margin: 0 0 12px; font-weight: 300; }
.azmoon-single-photo img, .azmoon-single-placeholder { width: 100%; max-height: 78vh; aspect-ratio: 16/10; display: block; object-fit: cover; background-repeat: no-repeat; }
.azmoon-single-copy { max-width: 720px; margin-top: 42px; color: #b6b7b8; line-height: 1.75; }

@keyframes az-title-rise { to { opacity: 1; transform: translateY(0); } }
@keyframes az-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes az-card-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  body.azmoon-menu-open { overflow: hidden; }
  .azmoon-sidebar { width: min(86vw, 380px); padding: 90px 40px 40px; justify-content: flex-start; transform: translateX(-105%); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
  .azmoon-sidebar.is-open { transform: translateX(0); }
  .azmoon-mobile-close { position: absolute; top: 25px; right: 28px; display: block; font-size: 30px; font-weight: 200; }
  .azmoon-sidebar nav { max-height: calc(100vh - 155px); }
  .azmoon-menu > li > a { padding: 10px 0; font-size: 22px; font-weight: 300; }
  .azmoon-menu .submenu-open > .sub-menu { padding-top: 9px; padding-bottom: 15px; }
  .azmoon-menu .sub-menu a { padding: 8px 0; font-size: 14px; font-weight: 400; }
  .azmoon-sidebar-note { left: 40px; }
  .azmoon-mobile-header { position: fixed; z-index: 40; top: 0; right: 0; left: 0; height: 66px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; background: rgba(17,18,20,.9); backdrop-filter: blur(14px); }
  .azmoon-mobile-header a { font-size: 13px; letter-spacing: .18em; }
  .azmoon-mobile-header button { color: #a4a5a7; font-size: 12px; }
  .azmoon-content { margin-left: 0; }
  .azmoon-hero { min-height: 335px; padding: 90px 22px 34px; }
  .azmoon-hero h1 { font-size: clamp(55px, 17vw, 110px); line-height: .88; letter-spacing: -.02em; }
  .azmoon-hero > p { margin-bottom: 38px; }
  .azmoon-portfolio { padding: 28px 22px 82px; }
  .azmoon-filter-row { margin-bottom: 36px; align-items: flex-start; }
  .azmoon-filters { gap: 12px 20px; }
  .azmoon-filters button, .azmoon-show-all { font-size: 12px; }
  .azmoon-masonry { columns: 1; }
  .azmoon-photo-card { margin-bottom: 48px; }
  .azmoon-footer { min-height: 180px; padding: 0 22px 34px; }
  .azmoon-standard-page, .azmoon-single-photo { padding: 120px 22px 70px; }
  .azmoon-inner-page { padding: 34px 22px 82px; }
  .azmoon-about-intro, .azmoon-contact-content { grid-template-columns: 1fr; gap: 56px; }
  .azmoon-about-copy h2, .azmoon-contact-content h2 { font-size: clamp(38px, 12vw, 64px); }
  .azmoon-practice-grid { margin-top: 80px; grid-template-columns: 1fr; }
  .azmoon-practice-grid > div, .azmoon-practice-grid > div + div { min-height: 190px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--az-line); }
  .azmoon-practice-grid h3 { margin-top: 34px; }
  .azmoon-contact-banner { height: clamp(185px, 46vw, 270px); min-height: 0; margin: 0 -22px; width: calc(100% + 44px); }
  .azmoon-contact-banner img { object-position: 60% center; }
  .azmoon-contact-content { padding-top: 72px; }
  .azmoon-contact-details dl > div { grid-template-columns: 105px 1fr; }
}

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