:root {
  --oz-black: #0b0b0b;
  --oz-ink: #111111;
  --oz-grey: #6d6d68;
  --oz-soft: #f3f3f0;
  --oz-white: #ffffff;
  --oz-gold: #a98957;
  --oz-line: rgba(17, 17, 17, 0.16);
  --oz-line-light: rgba(255, 255, 255, 0.2);
  --oz-gutter: clamp(24px, 5.5vw, 92px);
  --oz-display: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
  --oz-serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  color: var(--oz-ink);
  background: var(--oz-white);
  font-family: var(--oz-display);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--oz-ink);
  background: var(--oz-white);
}

body.is-menu-open { overflow: hidden; }

::selection {
  color: var(--oz-white);
  background: var(--oz-black);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea { font: inherit; }

button { border: 0; }

svg { display: block; }

:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.oz-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  padding: 11px 16px;
  color: var(--oz-white);
  background: var(--oz-black);
  font-size: 0.7rem;
  transform: translateY(-160%);
}

.oz-skip-link:focus { transform: translateY(0); }

.oz-site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  display: grid;
  min-height: 88px;
  padding: 0 var(--oz-gutter);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--oz-line);
  color: var(--oz-ink);
  background: rgba(255, 255, 255, 0.95);
  transition: min-height 350ms ease, color 350ms ease, background-color 350ms ease, border-color 350ms ease;
  backdrop-filter: blur(16px);
}

.admin-bar .oz-site-header { top: 32px; }

.ozornina-front-page .oz-site-header:not(.is-scrolled) {
  color: var(--oz-white);
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
  backdrop-filter: none;
}

.oz-site-header.is-scrolled { min-height: 72px; }

.oz-wordmark {
  display: block;
  width: fit-content;
}

.oz-brand-lockup {
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: center;
}

.oz-brand-lockup__name {
  font-family: var(--oz-serif);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.oz-brand-lockup__ornament {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 9px;
  color: var(--oz-gold);
}

.oz-brand-lockup__ornament i { height: 1px; background: currentColor; opacity: 0.72; }
.oz-brand-lockup__ornament b { display: block; font-weight: 400; line-height: 1; transition: transform 500ms cubic-bezier(0.77, 0, 0.18, 1); }

.oz-brand-lockup small {
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.oz-brand-lockup--header { gap: 4px; }
.oz-brand-lockup--header .oz-brand-lockup__name { font-size: 1.18rem; letter-spacing: 0.2em; }
.oz-brand-lockup--header .oz-brand-lockup__ornament { width: 92px; gap: 7px; font-size: 0.48rem; }
.oz-brand-lockup--header small { opacity: 0.64; font-size: 0.38rem; letter-spacing: 0.3em; }
.oz-wordmark:hover .oz-brand-lockup__ornament b { transform: rotate(90deg); }

.oz-desktop-nav { justify-self: center; }

.oz-menu,
.oz-mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.oz-menu {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6vw, 44px);
}

.oz-menu a,
.oz-header-appointment {
  position: relative;
  font-size: 0.59rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.oz-menu a::after,
.oz-footer__links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 350ms cubic-bezier(0.77, 0, 0.18, 1);
}

.oz-menu a:hover::after,
.oz-footer__links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.oz-header-appointment {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 12px;
}

.oz-header-appointment svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  transition: transform 250ms ease;
}

.oz-header-appointment:hover svg { transform: translateX(4px); }

.oz-menu-toggle { display: none; }

.oz-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: none;
  padding: 130px 28px 35px;
  color: var(--oz-white);
  background: var(--oz-black);
}

.oz-section {
  padding: clamp(100px, 12vw, 190px) var(--oz-gutter);
}

.oz-section--black {
  color: var(--oz-white);
  background: var(--oz-black);
}

.oz-section-label,
.oz-kicker,
.oz-signature-mark {
  margin: 0;
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.oz-section-label { color: var(--oz-grey); }

.oz-section--black .oz-section-label { color: rgba(255, 255, 255, 0.5); }

.oz-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 8px 0 22px;
  align-items: center;
  gap: 28px;
  border: 1px solid currentColor;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 300ms ease, background-color 300ms ease;
}

.oz-button i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  transition: transform 300ms ease;
}

.oz-button:hover i { transform: rotate(45deg); }

.oz-button--light { color: var(--oz-white); }
.oz-button--light:hover { color: var(--oz-black); background: var(--oz-white); }
.oz-button--dark { color: var(--oz-black); }
.oz-button--dark:hover { color: var(--oz-white); background: var(--oz-black); }

.oz-text-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 7px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid currentColor;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.oz-text-link span { transition: transform 250ms ease; }
.oz-text-link:hover span { transform: translate(3px, -3px); }

.oz-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oz-arrow-link i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
  transition: color 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.oz-arrow-link i svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.oz-arrow-link:hover i { transform: rotate(45deg); }
.oz-arrow-link--light { color: var(--oz-white); }
.oz-arrow-link--light:hover i { color: var(--oz-black); background: var(--oz-white); }

/* Page entrance and progress */
.oz-page-curtain {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  color: var(--oz-ink);
  background: #fdfcf9;
  pointer-events: auto;
  animation: oz-curtain-out 1050ms 3.4s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  transform: translateY(0);
}

.oz-brand-lockup--preloader { width: min(760px, 74vw); gap: clamp(18px, 2.4vh, 28px); }
.oz-brand-lockup--preloader .oz-brand-lockup__name { font-size: clamp(3.4rem, 8.7vw, 9.2rem); letter-spacing: 0.2em; animation: oz-logo-spread 950ms 80ms cubic-bezier(0.16, 0.75, 0.2, 1) both; }
.oz-brand-lockup--preloader .oz-brand-lockup__ornament { width: min(390px, 70%); gap: 20px; font-size: clamp(1rem, 1.5vw, 1.35rem); opacity: 0; animation: oz-logo-reveal 550ms 220ms ease forwards; }
.oz-brand-lockup--preloader .oz-brand-lockup__ornament b { animation: oz-brand-star-spin 2.8s 300ms linear infinite; }
.oz-brand-lockup--preloader small { font-size: clamp(0.58rem, 1vw, 0.82rem); letter-spacing: 0.58em; opacity: 0; animation: oz-logo-reveal 550ms 320ms ease forwards; }

body.is-loaded .oz-page-curtain {
  pointer-events: none;
  animation: oz-curtain-out 1050ms 80ms cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

body.is-page-leaving .oz-page-curtain {
  pointer-events: auto;
  animation: oz-curtain-in 650ms cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

@keyframes oz-curtain-out {
  0%, 22% { transform: translateY(0); }
  100% { transform: translateY(-101%); }
}

@keyframes oz-curtain-in {
  from { transform: translateY(101%); }
  to { transform: translateY(0); }
}

@keyframes oz-logo-spread { from { opacity: 0; letter-spacing: 0.06em; transform: translateY(12px); } to { opacity: 1; letter-spacing: 0.2em; transform: translateY(0); } }
@keyframes oz-logo-reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes oz-brand-star-spin { to { transform: rotate(360deg); } }

.oz-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  height: 2px;
  pointer-events: none;
}

.admin-bar .oz-scroll-progress { top: 32px; }

.oz-scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #777;
  transform: scaleX(0);
  transform-origin: left;
}

/* Hero carousel */
.oz-hero {
  position: relative;
  min-height: max(720px, 100svh);
  overflow: hidden;
  isolation: isolate;
  color: var(--oz-white);
  background: #544d45;
}

.oz-hero__slides,
.oz-hero__slide,
.oz-hero__veil {
  position: absolute;
  inset: 0;
}

.oz-hero__slide {
  z-index: -4;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
  transition: opacity 50ms 950ms linear, clip-path 1.05s cubic-bezier(0.77, 0, 0.18, 1);
}

.oz-hero__slide.is-current {
  z-index: -2;
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.05s cubic-bezier(0.77, 0, 0.18, 1);
}

.oz-hero__slide.is-leaving {
  z-index: -3;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
}

.oz-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.045);
  transition: transform 7s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.oz-hero__slide.is-current img { transform: scale(1); }

.oz-hero__veil {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.78) 0%, rgba(5, 5, 5, 0.54) 25%, rgba(5, 5, 5, 0.14) 54%, rgba(5, 5, 5, 0.06) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent 32%, transparent 68%, rgba(0, 0, 0, 0.48));
  pointer-events: none;
}

.oz-hero__content {
  position: absolute;
  bottom: clamp(105px, 13vh, 145px);
  left: var(--oz-gutter);
  z-index: 3;
  width: min(430px, 34vw);
}

.oz-hero .oz-kicker {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.oz-hero .oz-kicker::before {
  width: 38px;
  height: 1px;
  content: "";
  background: currentColor;
}

.oz-hero__brand {
  margin: 0 0 clamp(24px, 3vh, 36px);
  font-family: var(--oz-serif);
  font-size: clamp(3.4rem, 5vw, 5.7rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.78;
  white-space: nowrap;
}

.oz-home-intro h2 em,
.oz-home-signature h2 em,
.oz-section-heading h2 em,
.oz-home-final h2 em,
.oz-page-hero h1 em,
.oz-process-hero h1 em,
.oz-contact-hero h1 em,
.oz-faq-hero h1 em,
.oz-journal-hero h1 em,
.oz-single__hero h1 em,
.oz-error-page h1 em {
  font-family: var(--oz-serif);
  font-weight: 400;
}

.oz-hero__action {
  display: block;
  margin-top: 0;
}

.oz-hero__action > p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--oz-serif);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.5;
}

.oz-hero__action .oz-button { margin-top: 28px; }

.oz-hero__controls {
  position: absolute;
  right: var(--oz-gutter);
  bottom: 81px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 24px;
}

.oz-hero__buttons { display: flex; gap: 6px; }

.oz-hero__buttons button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--oz-white);
  background: transparent;
  cursor: pointer;
  transition: color 250ms ease, background-color 250ms ease;
}

.oz-hero__buttons button:hover { color: var(--oz-black); background: var(--oz-white); }

.oz-hero__scroll {
  position: absolute;
  bottom: 36px;
  left: var(--oz-gutter);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.oz-hero__scroll i {
  position: relative;
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.oz-hero__scroll i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--oz-white);
  animation: oz-scroll-line 2.4s ease infinite;
}

@keyframes oz-scroll-line {
  0% { transform: translateX(-110%); }
  55%, 100% { transform: translateX(110%); }
}

.oz-hero-enter {
  opacity: 0;
  animation: oz-hero-enter 950ms cubic-bezier(0.16, 0.75, 0.2, 1) forwards;
}

.oz-hero-enter--1 { animation-delay: 750ms; }
.oz-hero-enter--2 { animation-delay: 850ms; }
.oz-hero-enter--3 { animation-delay: 980ms; }
.oz-hero-enter--4 { animation-delay: 1120ms; }

@keyframes oz-hero-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Marquee */
.oz-marquee {
  position: relative;
  z-index: 4;
  display: flex;
  height: 38px;
  overflow: hidden;
  align-items: center;
  border-top: 1px solid var(--oz-line);
  border-bottom: 1px solid var(--oz-line);
  color: var(--oz-ink);
  background: var(--oz-white);
}

.oz-marquee--dark {
  color: rgba(255, 255, 255, 0.7);
  border-color: var(--oz-line-light);
  background: var(--oz-black);
}

.oz-marquee__track {
  display: flex;
  width: max-content;
  animation: oz-marquee 28s linear infinite;
  will-change: transform;
}

.oz-marquee--reverse .oz-marquee__track { animation-direction: reverse; }

.oz-marquee__track span {
  display: block;
  padding-left: 34px;
  font-size: 0.49rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

@keyframes oz-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}

/* Home editorial sections */
.oz-home-intro { min-height: 92svh; }

.oz-home-intro__grid {
  display: grid;
  margin-top: clamp(75px, 10vw, 150px);
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.55fr);
  gap: clamp(60px, 11vw, 185px);
  align-items: end;
}

.oz-home-intro h2,
.oz-home-signature h2,
.oz-section-heading h2,
.oz-home-final h2 {
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 8.2rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.oz-home-intro__grid > div > p {
  margin: 0 0 36px;
  font-family: var(--oz-serif);
  font-size: clamp(1.15rem, 1.55vw, 1.42rem);
  line-height: 1.55;
}

.oz-home-signature {
  display: grid;
  min-height: 100svh;
  grid-template-columns: 1.12fr 0.88fr;
}

.oz-home-signature__media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.oz-home-signature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 84% center;
}

.oz-home-signature__copy {
  display: flex;
  padding: clamp(75px, 8vw, 130px);
  flex-direction: column;
  justify-content: center;
}

.oz-home-signature h2 {
  margin-top: clamp(50px, 7vw, 90px);
  font-size: clamp(3.7rem, 5.6vw, 7rem);
}

.oz-home-signature__copy > p:not(.oz-section-label) {
  max-width: 430px;
  margin: 48px 0 75px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--oz-serif);
  font-size: 1.18rem;
  line-height: 1.6;
}

.oz-signature-mark { color: rgba(255, 255, 255, 0.42); }

.oz-section-heading {
  display: flex;
  margin-bottom: clamp(70px, 9vw, 135px);
  justify-content: space-between;
  align-items: end;
  gap: 60px;
}

.oz-section-heading h2 {
  margin-top: 38px;
  font-size: clamp(3.4rem, 6.4vw, 7.3rem);
}

.oz-section-heading > p {
  max-width: 330px;
  margin: 0;
  color: var(--oz-grey);
  font-family: var(--oz-serif);
  font-size: 1.14rem;
  line-height: 1.55;
}

.oz-home-process__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.77fr) minmax(0, 1.23fr);
  gap: clamp(60px, 9vw, 150px);
}

.oz-home-process__layout aside {
  position: sticky;
  top: 105px;
  height: min(70vh, 720px);
  overflow: hidden;
}

.oz-home-process__layout aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 73% center;
}

.oz-home-process__layout aside span {
  position: absolute;
  right: 22px;
  bottom: 19px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.oz-home-process__steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.oz-home-process__steps li {
  display: grid;
  min-height: 155px;
  padding: 31px 0;
  grid-template-columns: 48px minmax(150px, 0.72fr) minmax(180px, 1fr);
  gap: 24px;
  border-top: 1px solid var(--oz-line);
  align-items: start;
  transition: padding-left 350ms ease;
}

.oz-home-process__steps li:last-child { border-bottom: 1px solid var(--oz-line); }
.oz-home-process__steps li:hover { padding-left: 12px; }

.oz-home-process__steps li > span {
  color: var(--oz-grey);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}

.oz-home-process__steps h3 {
  margin: -4px 0 0;
  font-size: clamp(1.65rem, 2.4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.oz-home-process__steps p {
  margin: 0;
  color: var(--oz-grey);
  font-family: var(--oz-serif);
  line-height: 1.5;
}

.oz-home-process > .oz-button { margin-top: 70px; margin-left: calc(50% + 10px); }

.oz-home-final {
  display: flex;
  min-height: 92svh;
  padding: clamp(110px, 13vw, 200px) var(--oz-gutter);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.oz-home-final > p {
  margin: 0 0 60px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.oz-home-final h2 { margin-bottom: 65px; }

/* Journal cards and archives */
.oz-post-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(65px, 8vw, 120px) clamp(20px, 2.8vw, 44px);
}

.oz-post-card { grid-column: span 4; }
.oz-post-card--featured { grid-column: span 7; }
.oz-post-card--featured + .oz-post-card { grid-column: 9 / span 4; margin-top: 140px; }

.oz-post-card__media {
  position: relative;
  aspect-ratio: 0.78;
  overflow: hidden;
  background: var(--oz-soft);
}

.oz-post-card--featured .oz-post-card__media { aspect-ratio: 1.3; }

.oz-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.oz-post-card__media > span {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--oz-white);
  background: rgba(0, 0, 0, 0.48);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
}

.oz-post-card:hover .oz-post-card__media img { transform: scale(1.035); }

.oz-post-card__body { padding-top: 22px; }

.oz-post-card__meta {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  gap: 14px;
  color: var(--oz-grey);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oz-post-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.7vw, 3.15rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.oz-post-card p {
  max-width: 440px;
  margin: 20px 0 0;
  color: var(--oz-grey);
  font-family: var(--oz-serif);
  line-height: 1.5;
}

.oz-post-card__read {
  display: inline-block;
  margin-top: 24px;
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.oz-journal-empty {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.oz-journal-empty > img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.oz-journal-empty > div > p {
  color: var(--oz-grey);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.oz-journal-empty h3 {
  margin: 25px 0;
  font-size: clamp(2.6rem, 4.8vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.oz-journal-empty span { color: var(--oz-grey); font-family: var(--oz-serif); line-height: 1.5; }

/* Inner page shared heroes */
.oz-service-hero,
.oz-process-hero,
.oz-contact-hero,
.oz-faq-hero,
.oz-journal-hero,
.oz-page-hero {
  position: relative;
  min-height: 85svh;
  padding: clamp(155px, 18vh, 210px) var(--oz-gutter) clamp(80px, 10vw, 140px);
  overflow: hidden;
  background: var(--oz-white);
}

.oz-service-hero__media {
  position: absolute;
  inset: 0 0 0 48%;
  overflow: hidden;
}

.oz-service-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, var(--oz-white), transparent 30%);
}

.oz-service-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.oz-service-hero__copy,
.oz-process-hero__copy {
  position: relative;
  z-index: 2;
  width: min(800px, 58vw);
}

.oz-service-hero h1,
.oz-process-hero h1,
.oz-contact-hero h1,
.oz-faq-hero h1,
.oz-journal-hero h1,
.oz-page-hero h1,
.oz-generic-page h1,
.oz-error-page h1 {
  margin: clamp(35px, 5vw, 70px) 0 0;
  font-size: clamp(4rem, 8.5vw, 10rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.oz-service-hero__copy > p:last-child,
.oz-process-hero__copy > p:last-child,
.oz-contact-hero > p:last-child {
  max-width: 450px;
  margin: 50px 0 0;
  color: var(--oz-grey);
  font-family: var(--oz-serif);
  font-size: 1.18rem;
  line-height: 1.55;
}

.oz-service-hero .oz-scroll-cue { display: none; }

.oz-process-hero {
  color: var(--oz-white);
  background: var(--oz-black);
}

.oz-process-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  content: "";
  opacity: 0.72;
  background: url("../images/ozornina-bottle-amber.jpg") 82% center / cover;
}

.oz-process-hero__copy { z-index: 2; }
.oz-process-hero__copy > p:last-child { color: rgba(255, 255, 255, 0.64); }

.oz-process-hero__count {
  position: absolute;
  right: var(--oz-gutter);
  bottom: 38px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
}

.oz-process-hero__count i { width: 70px; height: 1px; background: rgba(255,255,255,.5); }

.oz-brief > h2,
.oz-questionnaire-entry h2,
.oz-ownership h2,
.oz-process-timeline h2,
.oz-formula-vow h2,
.oz-faq-layout aside h2 {
  margin: 55px 0 0;
  font-size: clamp(3.4rem, 6.7vw, 7.6rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.oz-brief > h2 em,
.oz-questionnaire-entry h2 em,
.oz-ownership h2 em,
.oz-process-timeline h2 em,
.oz-formula-vow h2 em {
  font-family: var(--oz-serif);
  font-weight: 400;
}

.oz-brief__prompts {
  display: grid;
  margin-top: clamp(80px, 10vw, 150px);
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--oz-line);
}

.oz-brief__prompts > div { padding: 30px 32px 0 0; border-right: 1px solid var(--oz-line); }
.oz-brief__prompts > div + div { padding-left: 32px; }
.oz-brief__prompts > div:last-child { border-right: 0; }
.oz-brief__prompts span { color: var(--oz-grey); font-size: .55rem; letter-spacing: .15em; }
.oz-brief__prompts h3 { margin: 55px 0 22px; font-size: 2.2rem; font-weight: 400; letter-spacing: -.04em; }
.oz-brief__prompts p { margin: 0; color: var(--oz-grey); font-family: var(--oz-serif); line-height: 1.55; }

.oz-questionnaire-entry {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(60px, 10vw, 160px);
  align-items: end;
}

.oz-questionnaire-entry__action > p { margin: 0 0 40px; color: rgba(255,255,255,.64); font-family: var(--oz-serif); font-size: 1.12rem; line-height: 1.55; }

.oz-ownership { text-align: center; }
.oz-ownership > p { font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; }
.oz-ownership .oz-text-link { margin-top: 60px; }

.oz-process-timeline {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 10vw, 160px);
}

.oz-process-timeline__aside { position: sticky; top: 110px; align-self: start; }
.oz-process-timeline h2 { font-size: clamp(3.2rem, 5vw, 5.8rem); }

.oz-timeline { padding: 0; margin: 0; list-style: none; }
.oz-timeline li { display: grid; min-height: 175px; padding: 33px 0; grid-template-columns: 50px minmax(160px,.7fr) 1fr; gap: 22px; border-top: 1px solid var(--oz-line); }
.oz-timeline li:last-child { border-bottom: 1px solid var(--oz-line); }
.oz-timeline span { color: var(--oz-grey); font-size: .55rem; letter-spacing: .15em; }
.oz-timeline h3 { margin: -5px 0 0; font-size: clamp(1.7rem,2.5vw,2.8rem); font-weight: 400; letter-spacing: -.045em; }
.oz-timeline p { margin: 0; color: var(--oz-grey); font-family: var(--oz-serif); line-height: 1.5; }

.oz-formula-vow { text-align: center; }
.oz-formula-vow > p { color: rgba(255,255,255,.5); font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; }
.oz-formula-vow .oz-arrow-link { margin-top: 65px; }

/* Journal page */
.oz-journal-hero {
  min-height: 77svh;
  padding-right: 44%;
}

.oz-journal-hero::after {
  position: absolute;
  top: 82px;
  right: var(--oz-gutter);
  bottom: 0;
  width: 34%;
  content: "";
  background: url("../images/ozornina-bottle-champagne.jpg") 76% center / cover;
}

.oz-journal-hero__intro { display: flex; margin-top: 55px; align-items: end; gap: 30px; }
.oz-journal-hero__intro p { max-width: 440px; margin: 0; color: var(--oz-grey); font-family: var(--oz-serif); font-size: 1.14rem; line-height: 1.55; }
.oz-journal-hero__intro span { font-size: .55rem; letter-spacing: .16em; text-transform: uppercase; }

.oz-journal-filter { display: flex; padding: 22px var(--oz-gutter); overflow-x: auto; align-items: center; gap: 27px; border-bottom: 1px solid var(--oz-line); white-space: nowrap; }
.oz-journal-filter span,
.oz-journal-filter a { font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.oz-journal-filter span { margin-right: auto; color: var(--oz-grey); }
.oz-journal-filter a { opacity: .48; }
.oz-journal-filter a:hover,
.oz-journal-filter a.is-current { opacity: 1; }

.oz-pagination { display: flex; margin-top: 95px; justify-content: center; gap: 12px; }
.oz-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 12px; place-items: center; border: 1px solid var(--oz-line); font-size: .58rem; }
.oz-pagination .current { color: var(--oz-white); background: var(--oz-black); }

.oz-empty-archive { max-width: 760px; }
.oz-empty-archive > p { color: var(--oz-grey); font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; }
.oz-empty-archive h2 { margin: 30px 0; font-size: clamp(3rem,6vw,7rem); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
.oz-empty-archive span { color: var(--oz-grey); font-family: var(--oz-serif); line-height: 1.5; }

/* Contact and FAQ */
.oz-contact-hero,
.oz-faq-hero {
  min-height: 72svh;
  padding-right: 30%;
}

.oz-contact-hero__copy,
.oz-faq-hero__copy {
  position: relative;
  z-index: 2;
  width: min(760px, 55vw);
}

.oz-contact-hero__copy > p:last-child {
  max-width: 440px;
  margin: 48px 0 0;
  color: var(--oz-grey);
  font-family: var(--oz-serif);
  font-size: 1.16rem;
  line-height: 1.55;
}

.oz-contact-hero__media,
.oz-faq-hero__media {
  position: absolute;
  top: 82px;
  right: 0;
  bottom: 0;
  width: 41%;
  overflow: hidden;
}

.oz-contact-hero__media img,
.oz-faq-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oz-faq-hero__media img { object-position: 82% center; }

.oz-faq-hero {
  color: var(--oz-white);
  background: var(--oz-black);
}

.oz-faq-hero__media { opacity: 0.72; }

.oz-faq-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background: linear-gradient(90deg, var(--oz-black), transparent 32%);
}

.oz-contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,10vw,160px); }
.oz-contact-details dl { margin: 60px 0; }
.oz-contact-details dl > div { padding: 20px 0; border-top: 1px solid var(--oz-line); }
.oz-contact-details dl > div:last-child { border-bottom: 1px solid var(--oz-line); }
.oz-contact-details dt { margin-bottom: 8px; color: var(--oz-grey); font-size: .54rem; letter-spacing: .14em; text-transform: uppercase; }
.oz-contact-details dd { margin: 0; font-family: var(--oz-serif); font-size: 1.18rem; }
.oz-contact-details__note { color: var(--oz-grey); font-family: var(--oz-serif); }

.oz-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 25px; }
.oz-contact-form label { display: block; }
.oz-contact-form label > span { display: block; margin-bottom: 12px; font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.oz-contact-form input,
.oz-contact-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--oz-line); border-radius: 0; outline: 0; color: var(--oz-ink); background: transparent; font-family: var(--oz-serif); font-size: 1.1rem; }
.oz-contact-form input:focus,
.oz-contact-form textarea:focus { border-color: var(--oz-black); }
.oz-contact-form__message { grid-column: 1 / -1; }
.oz-submit { display: flex; min-height: 58px; grid-column: 1 / -1; padding: 0 22px; justify-content: space-between; align-items: center; color: var(--oz-white); background: var(--oz-black); font-size: .6rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.oz-submit i { font-style: normal; }
.oz-honeypot { position: absolute; left: -9999px; }
.oz-form-notice { padding: 18px 20px; margin-bottom: 40px; border: 1px solid var(--oz-line); font-family: var(--oz-serif); }

.oz-faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(60px,10vw,160px); }
.oz-faq-layout > aside { position: sticky; top: 110px; align-self: start; }
.oz-faq-layout aside h2 { margin: 45px 0; font-size: clamp(2.6rem,4vw,4.5rem); }
.oz-home-faq { background: var(--oz-white); }
.oz-home-faq aside h2 em { font-family: var(--oz-serif); font-weight: 400; }
.oz-home-faq__intro { max-width: 340px; margin: -15px 0 45px; color: var(--oz-grey); font-family: var(--oz-serif); font-size: 1.08rem; line-height: 1.6; }
.oz-faq-list details { border-top: 1px solid var(--oz-line); }
.oz-faq-list details:last-child { border-bottom: 1px solid var(--oz-line); }
.oz-faq-list summary { display: grid; min-height: 100px; padding: 28px 0; grid-template-columns: 45px 1fr 24px; gap: 20px; align-items: center; cursor: pointer; list-style: none; }
.oz-faq-list summary::-webkit-details-marker { display: none; }
.oz-faq-list summary > span { color: var(--oz-grey); font-size: .55rem; letter-spacing: .14em; }
.oz-faq-list summary strong { font-size: clamp(1.2rem,1.8vw,1.65rem); font-weight: 400; letter-spacing: -.025em; }
.oz-faq-list summary i { position: relative; width: 20px; height: 20px; }
.oz-faq-list summary i::before,
.oz-faq-list summary i::after { position: absolute; top: 9px; left: 2px; width: 16px; height: 1px; content: ""; background: currentColor; transition: transform 280ms ease; }
.oz-faq-list summary i::after { transform: rotate(90deg); }
.oz-faq-list details[open] summary i::after { transform: rotate(0); }
.oz-faq-list details > div { padding: 0 45px 35px 65px; }
.oz-faq-list details p { max-width: 680px; margin: 0; color: var(--oz-grey); font-family: var(--oz-serif); font-size: 1.05rem; line-height: 1.65; }

/* Single post, generic and utility pages */
.oz-single__hero { padding: clamp(155px,18vh,220px) var(--oz-gutter) 100px; }
.oz-single__meta { display: flex; justify-content: space-between; gap: 20px; color: var(--oz-grey); font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.oz-single__hero h1 { max-width: 1200px; margin: 65px 0 0; font-size: clamp(4rem,9vw,10.5rem); font-weight: 400; letter-spacing: -.075em; line-height: .84; }
.oz-single__dek { max-width: 660px; margin: 50px 0 0 auto; color: var(--oz-grey); font-family: var(--oz-serif); font-size: clamp(1.2rem,1.8vw,1.55rem); line-height: 1.55; }
.oz-single__media { width: calc(100% - 2 * var(--oz-gutter)); height: min(70vw,860px); margin: 0 var(--oz-gutter); overflow: hidden; }
.oz-single__media img { width: 100%; height: 100%; object-fit: cover; }
.oz-single__content { width: min(720px, calc(100% - 48px)); margin: 100px auto; font-family: var(--oz-serif); font-size: 1.12rem; line-height: 1.75; }
.oz-single__content h2,
.oz-single__content h3 { margin: 2em 0 .8em; font-family: var(--oz-display); font-weight: 400; letter-spacing: -.04em; }
.oz-single__content h2 { font-size: 2.8rem; line-height: 1; }
.oz-single__content img { width: calc(100% + 18vw); max-width: none; margin: 70px -9vw; }
.oz-post-navigation { display: grid; padding: 50px var(--oz-gutter); grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid var(--oz-line); }
.oz-post-navigation > div:last-child { text-align: right; }
.oz-post-navigation span { display: block; margin-bottom: 10px; color: var(--oz-grey); font-size: .52rem; letter-spacing: .14em; text-transform: uppercase; }
.oz-post-navigation a { font-family: var(--oz-serif); font-size: 1.2rem; }

.oz-comments {
  width: min(760px, calc(100% - 48px));
  padding: 80px 0;
  margin: 0 auto;
  border-top: 1px solid var(--oz-line);
}

.oz-comments h2 { font-size: 2rem; font-weight: 400; letter-spacing: -0.04em; }
.oz-comments ol { padding-left: 22px; }
.oz-comments textarea { width: 100%; border: 1px solid var(--oz-line); }
.oz-comments input[type="text"],
.oz-comments input[type="email"],
.oz-comments input[type="url"] { width: 100%; min-height: 44px; border: 0; border-bottom: 1px solid var(--oz-line); }
.oz-comments input[type="submit"] { padding: 14px 20px; border: 0; color: var(--oz-white); background: var(--oz-black); cursor: pointer; }

.oz-generic-page { padding: clamp(155px,18vh,220px) var(--oz-gutter) 130px; }
.oz-generic-page header { max-width: 1100px; }
.oz-generic-page .entry-content { width: min(760px,100%); margin: 90px auto 0; font-family: var(--oz-serif); font-size: 1.1rem; line-height: 1.75; }

.oz-error-page { display: flex; min-height: 100svh; padding: 150px var(--oz-gutter) 80px; flex-direction: column; justify-content: center; color: var(--oz-white); background: var(--oz-black); }
.oz-error-page > p:not(.oz-kicker) { max-width: 440px; color: rgba(255,255,255,.62); font-family: var(--oz-serif); font-size: 1.1rem; }
.oz-error-page .oz-arrow-link { margin-top: 35px; }

/* Footer */
.oz-site-footer {
  padding: 45px var(--oz-gutter) 34px;
  overflow: hidden;
  border-top: 1px solid var(--oz-line);
  background: var(--oz-white);
}

.oz-footer__top,
.oz-footer__bottom { display: flex; justify-content: space-between; gap: 35px; }

.oz-footer__top p,
.oz-footer__top a,
.oz-footer__bottom { font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.oz-footer__top p { margin: 0; }
.oz-footer__top a { border-bottom: 1px solid currentColor; }

.oz-footer__wordmark {
  display: block;
  margin: clamp(85px,12vw,165px) -0.025em clamp(65px,8vw,110px);
}

.oz-brand-lockup--footer { width: 100%; gap: clamp(14px,2vw,24px); }
.oz-brand-lockup--footer .oz-brand-lockup__name { font-size: clamp(3.7rem,12vw,12.5rem); letter-spacing: 0.14em; white-space: nowrap; }
.oz-brand-lockup--footer .oz-brand-lockup__ornament { width: min(440px,42vw); gap: 18px; font-size: clamp(.9rem,1.3vw,1.25rem); }
.oz-brand-lockup--footer small { font-size: clamp(.5rem,.75vw,.68rem); letter-spacing: .52em; }
.oz-footer__wordmark:hover .oz-brand-lockup__ornament b { transform: rotate(90deg); }

.oz-footer__links,
.oz-footer__legal { display: flex; flex-wrap: wrap; gap: 18px 30px; }
.oz-footer__links a { position: relative; }
.oz-footer__legal { justify-content: flex-end; color: var(--oz-grey); }

/* Reveals */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 850ms ease, transform 950ms cubic-bezier(0.16, 0.75, 0.2, 1);
}

[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

[data-reveal-media] { position: relative; }
[data-reveal-media]::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  background: var(--oz-white);
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 1.1s 100ms cubic-bezier(0.77, 0, 0.18, 1);
  pointer-events: none;
}

.oz-section--black [data-reveal-media]::after,
.oz-home-signature [data-reveal-media]::after { background: var(--oz-black); }
[data-reveal-media].is-visible::after { transform: scaleX(0); }

@media (max-width: 1180px) {
  .oz-site-header { grid-template-columns: 1fr auto; }
  .oz-desktop-nav { display: none; }
  .oz-header-appointment { margin-right: 48px; }
  .oz-menu-toggle { position: absolute; top: 50%; right: var(--oz-gutter); display: grid; width: 28px; height: 28px; padding: 7px 3px; align-content: center; gap: 6px; color: inherit; background: transparent; cursor: pointer; transform: translateY(-50%); }
  .oz-menu-toggle i { display: block; width: 22px; height: 1px; background: currentColor; transition: transform 300ms ease; }
  body.is-menu-open .oz-menu-toggle { color: var(--oz-white); }
  body.is-menu-open .oz-menu-toggle i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  body.is-menu-open .oz-menu-toggle i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  body.is-menu-open .oz-mobile-panel { display: flex; flex-direction: column; justify-content: space-between; }
  .oz-mobile-menu a { display: block; padding: 13px 0; font-size: clamp(2rem,5vw,4rem); font-weight: 400; letter-spacing: -.05em; }
  .oz-mobile-contact { display: inline-block; margin-top: 35px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
  .oz-mobile-panel > p { margin: 0; color: rgba(255,255,255,.5); font-size: .54rem; letter-spacing: .16em; text-transform: uppercase; }
  .oz-home-signature__copy { padding: 65px 55px; }
}

@media (max-width: 900px) {
  .admin-bar .oz-site-header { top: 46px; }
  .admin-bar .oz-scroll-progress { top: 46px; }
  .oz-hero__content { width: min(410px, 52vw); }
  .oz-hero__brand { font-size: clamp(3.7rem,8.8vw,5.8rem); }
  .oz-home-intro__grid,
  .oz-home-signature,
  .oz-home-process__layout,
  .oz-journal-empty,
  .oz-process-timeline,
  .oz-contact-layout,
  .oz-faq-layout { grid-template-columns: 1fr; }
  .oz-home-intro__grid { gap: 60px; }
  .oz-home-intro__grid > div { max-width: 560px; margin-left: auto; }
  .oz-home-signature__media { min-height: 62svh; }
  .oz-home-process__layout aside { position: relative; top: auto; height: 65svh; }
  .oz-home-process > .oz-button { margin-left: 0; }
  .oz-process-timeline__aside,
  .oz-faq-layout > aside { position: static; }
  .oz-journal-hero { padding-right: var(--oz-gutter); }
  .oz-journal-hero::after { opacity: .14; width: 55%; }
  .oz-contact-layout,
  .oz-faq-layout { gap: 90px; }
  .oz-contact-hero__copy,
  .oz-faq-hero__copy { width: min(700px, 68vw); }
  .oz-service-hero__media { left: 38%; opacity: .48; }
  .oz-service-hero__copy,
  .oz-process-hero__copy { width: min(700px, 85vw); }
}

@media (max-width: 700px) {
  :root { --oz-gutter: 22px; }
  .oz-site-header { min-height: 72px; }
  .oz-site-header.is-scrolled { min-height: 64px; }
  .oz-brand-lockup--header { gap: 3px; }
  .oz-brand-lockup--header .oz-brand-lockup__name { font-size: .96rem; letter-spacing: .17em; }
  .oz-brand-lockup--header .oz-brand-lockup__ornament { width: 70px; gap: 5px; font-size: .38rem; }
  .oz-brand-lockup--header small { display: none; }
  .oz-brand-lockup--preloader { width: calc(100% - 44px); gap: 17px; }
  .oz-brand-lockup--preloader .oz-brand-lockup__name { font-size: clamp(2.25rem, 12.5vw, 3.4rem); letter-spacing: .13em; }
  .oz-brand-lockup--preloader .oz-brand-lockup__ornament { width: min(230px, 68%); gap: 13px; }
  .oz-brand-lockup--preloader small { font-size: .52rem; letter-spacing: .4em; }
  .oz-header-appointment { display: none; }
  .oz-section { padding-top: 92px; padding-bottom: 92px; }
  .oz-hero { min-height: max(700px, 100svh); }
  .oz-hero__slide:first-child img { object-position: 29% center !important; }
  .oz-hero__slide:nth-child(2) img { object-position: 42% center !important; }
  .oz-hero__veil { background: linear-gradient(90deg,rgba(5,5,5,.77),rgba(5,5,5,.14)),linear-gradient(180deg,rgba(0,0,0,.22),transparent 40%,rgba(0,0,0,.65)); }
  .oz-hero__content { bottom: 145px; width: min(245px, calc(100% - 44px)); }
  .oz-hero .oz-kicker { margin-bottom: 18px; }
  .oz-hero .oz-kicker::before { width: 25px; }
  .oz-hero__brand { margin-bottom: 25px; font-size: clamp(2.4rem,10vw,3.7rem); letter-spacing: .065em; white-space: normal; }
  .oz-hero__action { display: block; margin-top: 0; }
  .oz-hero__action > p { max-width: 235px; font-size: .96rem; }
  .oz-hero__action .oz-button { width: 245px; margin-top: 22px; gap: 12px; font-size: .5rem; }
  .oz-hero__action .oz-button span { white-space: nowrap; }
  .oz-button { min-height: 48px; }
  .oz-hero__controls { right: 22px; bottom: 69px; }
  .oz-hero__buttons button { width: 38px; height: 38px; }
  .oz-hero__scroll { bottom: 30px; }
  .oz-marquee { height: 34px; }
  .oz-marquee__track span { padding-left: 24px; font-size: .44rem; }
  .oz-home-intro { min-height: 0; }
  .oz-home-intro__grid { margin-top: 65px; }
  .oz-home-intro h2,
  .oz-home-signature h2,
  .oz-section-heading h2,
  .oz-home-final h2 { font-size: clamp(3rem,15vw,5.3rem); }
  .oz-home-signature__media { min-height: 55svh; }
  .oz-home-signature__copy { padding: 75px 24px; }
  .oz-home-signature__copy > p:not(.oz-section-label) { margin: 35px 0 55px; }
  .oz-section-heading { display: block; margin-bottom: 65px; }
  .oz-section-heading > p,
  .oz-section-heading > .oz-text-link { margin-top: 35px; }
  .oz-home-process__layout { gap: 55px; }
  .oz-home-process__layout aside { height: 58svh; }
  .oz-home-process__steps li,
  .oz-timeline li { min-height: 0; grid-template-columns: 34px 1fr; }
  .oz-home-process__steps p,
  .oz-timeline p { grid-column: 2; }
  .oz-home-process__steps li:hover { padding-left: 0; }
  .oz-home-final { min-height: 75svh; padding-right: 22px; padding-left: 22px; }
  .oz-post-grid { display: block; }
  .oz-post-card,
  .oz-post-card--featured,
  .oz-post-card--featured + .oz-post-card { margin: 0 0 70px; }
  .oz-post-card--featured .oz-post-card__media { aspect-ratio: .86; }
  .oz-journal-empty { gap: 45px; }
  .oz-service-hero,
  .oz-process-hero,
  .oz-contact-hero,
  .oz-faq-hero,
  .oz-journal-hero,
  .oz-page-hero { min-height: 700px; padding-top: 145px; padding-bottom: 80px; }
  .oz-service-hero__media { inset: 0; opacity: .32; }
  .oz-service-hero__media::after { background: linear-gradient(90deg,var(--oz-white),rgba(255,255,255,.35)),linear-gradient(180deg,transparent 55%,var(--oz-white)); }
  .oz-service-hero__copy,
  .oz-process-hero__copy { width: 100%; }
  .oz-service-hero h1,
  .oz-process-hero h1,
  .oz-contact-hero h1,
  .oz-faq-hero h1,
  .oz-journal-hero h1,
  .oz-page-hero h1,
  .oz-generic-page h1,
  .oz-error-page h1 { font-size: clamp(3.8rem,17vw,6.4rem); }
  .oz-process-hero::after { width: 100%; opacity: .25; }
  .oz-contact-hero,
  .oz-faq-hero { padding-right: var(--oz-gutter); }
  .oz-contact-hero__copy,
  .oz-faq-hero__copy { width: 100%; }
  .oz-contact-hero__media,
  .oz-faq-hero__media { top: 70px; width: 100%; opacity: .2; }
  .oz-contact-hero__media::before { position: absolute; inset: 0; z-index: 2; content: ""; background: linear-gradient(90deg,var(--oz-white),rgba(255,255,255,.2)),linear-gradient(180deg,transparent 45%,var(--oz-white)); }
  .oz-faq-hero__media::before { background: linear-gradient(90deg,var(--oz-black),rgba(0,0,0,.2)),linear-gradient(180deg,transparent 45%,var(--oz-black)); }
  .oz-brief__prompts { grid-template-columns: 1fr; }
  .oz-brief__prompts > div,
  .oz-brief__prompts > div + div { padding: 28px 0 45px; border-right: 0; border-bottom: 1px solid var(--oz-line); }
  .oz-brief__prompts h3 { margin-top: 25px; }
  .oz-questionnaire-entry { grid-template-columns: 1fr; }
  .oz-journal-hero::after { top: 70px; right: 0; width: 100%; opacity: .13; }
  .oz-journal-hero__intro { display: block; }
  .oz-journal-hero__intro span { display: block; margin-top: 25px; }
  .oz-journal-filter span { display: none; }
  .oz-contact-form { grid-template-columns: 1fr; }
  .oz-contact-form__message,
  .oz-submit { grid-column: auto; }
  .oz-faq-list summary { min-height: 85px; grid-template-columns: 30px 1fr 20px; gap: 12px; }
  .oz-faq-list details > div { padding-right: 20px; padding-left: 42px; }
  .oz-single__hero { padding-top: 145px; padding-bottom: 65px; }
  .oz-single__meta { display: block; }
  .oz-single__meta time { display: block; margin-top: 8px; }
  .oz-single__hero h1 { margin-top: 45px; font-size: clamp(3.6rem,16vw,6rem); }
  .oz-single__dek { margin-top: 35px; }
  .oz-single__media { width: calc(100% - 44px); height: 65svh; margin: 0 22px; }
  .oz-single__content { margin-top: 70px; margin-bottom: 70px; }
  .oz-single__content img { width: calc(100% + 24px); margin-right: -12px; margin-left: -12px; }
  .oz-post-navigation { grid-template-columns: 1fr; }
  .oz-post-navigation > div:last-child { text-align: left; }
  .oz-footer__top,
  .oz-footer__bottom { display: block; }
  .oz-footer__top a { display: inline-block; margin-top: 16px; }
  .oz-footer__wordmark { margin-top: 90px; }
  .oz-brand-lockup--footer { gap: 13px; }
  .oz-brand-lockup--footer .oz-brand-lockup__name { font-size: 13vw; letter-spacing: .1em; }
  .oz-brand-lockup--footer .oz-brand-lockup__ornament { width: 55vw; }
  .oz-brand-lockup--footer small { font-size: .46rem; letter-spacing: .38em; }
  .oz-footer__links { display: grid; grid-template-columns: 1fr 1fr; }
  .oz-footer__legal { margin-top: 48px; justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .oz-page-curtain { animation-delay: 0s !important; }
  [data-reveal] { opacity: 1; transform: none; }
  [data-reveal-media]::after { display: none; }
  .oz-hero__slide { display: none; }
  .oz-hero__slide.is-current { display: block; }
}
