/*
Theme Name: Roman Pinček Photography
Theme URI: https://www.romanpincek.com/
Author: Roman Pinček Photography
Description: Editorial bilingual wedding photography theme with a native SK/EN content workflow.
Version: 1.2.4
Requires at least: 6.5
Requires PHP: 7.2
Text Domain: roman-pincek
*/

:root {
  --paper: #f2f1eb;
  --paper-deep: #e5e6df;
  --ink: #151612;
  --muted: #62655e;
  --blue-hour: #a9b8f3;
  --cobalt: #344b9c;
  --white: #fff;
  --line: rgba(21, 22, 18, 0.19);
  --background: var(--paper);
  --foreground: var(--ink);
  --card: var(--white);
  --card-foreground: var(--ink);
  --popover: var(--white);
  --popover-foreground: var(--ink);
  --primary: var(--ink);
  --primary-foreground: var(--paper);
  --secondary: var(--paper-deep);
  --secondary-foreground: var(--ink);
  --muted-foreground: var(--muted);
  --accent: var(--blue-hour);
  --accent-foreground: var(--ink);
  --destructive: #a4382e;
  --border: var(--line);
  --input: var(--line);
  --ring: var(--cobalt);
  --radius: 0;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  color: inherit;
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
main[tabindex='-1']:focus {
  outline: none;
}
::selection {
  background: var(--blue-hour);
  color: var(--ink);
}

.eyebrow {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  margin: 0;
  text-transform: uppercase;
}

.skip-link {
  background: var(--blue-hour);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  left: 1rem;
  letter-spacing: 0.08em;
  padding: 0.9rem 1rem;
  position: fixed;
  text-transform: uppercase;
  top: 1rem;
  transform: translateY(-160%);
  transition: transform 160ms ease;
  z-index: 120;
}
.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  align-items: center;
  display: flex;
  height: 82px;
  justify-content: space-between;
  left: 0;
  padding: 0 2.6vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}
.site-header.over-image {
  color: var(--white);
  position: absolute;
}
.site-header.on-paper {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  position: relative;
}
.wordmark,
.studio-wordmark {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wordmark span,
.studio-wordmark span {
  color: var(--blue-hour);
  margin: 0 0.24rem;
}
.header-actions {
  align-items: center;
  display: flex;
  font-size: 0.62rem;
  gap: clamp(0.9rem, 2vw, 2rem);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.header-cta {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  display: inline-flex;
  gap: 1rem;
  padding: 0.82rem 1rem;
  transition:
    background 180ms ease,
    color 180ms ease;
}
.on-paper .header-cta {
  border-color: var(--line);
}
.header-cta:hover {
  background: var(--white);
  color: var(--ink);
}
.on-paper .header-cta:hover {
  background: var(--ink);
  color: var(--paper);
}
.header-cta svg,
.text-link svg {
  height: 0.9rem;
  width: 0.9rem;
}
.language-switch {
  align-items: center;
  display: flex;
  gap: 0.42rem;
  letter-spacing: 0.08em;
}
.language-switch a {
  opacity: 0.45;
  padding: 0.4rem 0.1rem;
}
.language-switch a.active {
  border-bottom: 1px solid currentColor;
  opacity: 1;
}
.language-switch span {
  opacity: 0.35;
}
.language-switch.dark {
  font-size: 0.64rem;
  text-transform: uppercase;
}
.menu-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: flex;
  gap: 0.65rem;
  letter-spacing: 0.1em;
  padding: 0.7rem 0 0.7rem 0.7rem;
  text-transform: uppercase;
}
.menu-trigger svg {
  height: 1.15rem;
  width: 1.15rem;
}
.menu-icon {
  display: inline-block;
  height: 0.75rem;
  position: relative;
  width: 1rem;
}
.menu-icon::before,
.menu-icon::after {
  background: currentColor;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.menu-icon::before {
  top: 0.18rem;
}
.menu-icon::after {
  bottom: 0.18rem;
}
.menu-backdrop {
  background: rgba(7, 8, 7, 0.65);
  border: 0;
  height: 100%;
  inset: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.42s ease;
  width: 100%;
  z-index: 80;
}
.menu-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.menu-drawer {
  background: var(--paper);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 610px;
  padding: 0 clamp(1.5rem, 3.2vw, 3.8rem);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(102%);
  transition: transform 0.58s cubic-bezier(0.72, 0, 0.16, 1);
  width: min(88vw, 610px);
  z-index: 90;
}
.menu-drawer.is-open {
  transform: translateX(0);
}
.menu-drawer-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 82px;
}
.menu-drawer-top > p {
  font-size: 0.58rem;
  letter-spacing: 0.09em;
  margin: 0;
  text-transform: uppercase;
}
.menu-drawer-top button {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  font-size: 0.58rem;
  gap: 0.6rem;
  letter-spacing: 0.1em;
  padding: 0.8rem 0;
  text-transform: uppercase;
}
.menu-drawer-top svg {
  height: 1rem;
  width: 1rem;
}
.menu-drawer nav {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}
.menu-drawer nav a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  grid-template-columns: 2.5rem 1fr auto;
  letter-spacing: -0.045em;
  line-height: 1;
  padding: 1.25rem 0;
  transition:
    color 0.2s ease,
    padding 0.25s ease;
}
.menu-drawer nav a:first-child {
  border-top: 1px solid var(--line);
}
.menu-drawer nav a:hover {
  color: var(--cobalt);
  padding-left: 0.4rem;
}
.menu-drawer nav a[aria-current='page'] {
  color: var(--cobalt);
}
.menu-drawer nav a span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.53rem;
  letter-spacing: 0.08em;
}
.menu-drawer nav a svg,
.menu-drawer nav a b {
  height: 1rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  justify-self: end;
  line-height: 1;
  width: 1rem;
}
.menu-drawer-bottom {
  align-items: end;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 0 1.8rem;
}
.menu-drawer-bottom > p {
  color: var(--muted);
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0;
  max-width: 18rem;
}
.menu-socials {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.52rem;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}
.menu-socials a:hover {
  color: var(--blue-hour);
}

.hero {
  background: #30322f;
  color: var(--white);
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}
.hero-image,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.hero-image {
  animation: hero-arrival 1.4s cubic-bezier(0.21, 0.72, 0.29, 1) both;
  object-fit: cover;
  object-position: center 58%;
  transform: scale(1.035);
}
.hero-shade {
  background:
    linear-gradient(180deg, rgba(7, 8, 7, 0.43), transparent 30%),
    linear-gradient(0deg, rgba(7, 8, 7, 0.66), transparent 52%);
}
.hero-kicker {
  font-size: 0.62rem;
  left: 2.6vw;
  letter-spacing: 0.16em;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: 19vh;
}
.hero h1 {
  bottom: 18vh;
  display: flex;
  flex-direction: column;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(5.5rem, 15vw, 14.5rem);
  font-weight: 400;
  left: 2vw;
  letter-spacing: -0.085em;
  line-height: 0.63;
  margin: 0;
  position: absolute;
}
.hero h1 span {
  animation: type-arrival 900ms 250ms both;
}
.hero h1 em {
  animation: type-arrival 900ms 400ms both;
  color: var(--blue-hour);
  font-size: 0.7em;
  font-weight: 400;
  margin-left: 30vw;
  white-space: nowrap;
}
.hero-footer {
  align-items: end;
  bottom: 2.2rem;
  display: flex;
  justify-content: space-between;
  left: 2.6vw;
  position: absolute;
  right: 2.6vw;
}
.hero-footer p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.25;
  margin: 0;
  max-width: 37rem;
}
.hero-footer a {
  align-items: center;
  display: flex;
  font-size: 0.62rem;
  gap: 1.2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-footer svg {
  height: 1rem;
  width: 1rem;
}
.frame-index {
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.54rem;
  gap: 2rem;
  letter-spacing: 0.08em;
  position: absolute;
  right: -8rem;
  text-transform: uppercase;
  top: 46%;
  transform: rotate(90deg);
}
.frame-index span + span::before {
  content: '/';
  margin-right: 2rem;
  opacity: 0.45;
}

.opening-statement {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(10rem, 1fr) minmax(20rem, 2.2fr);
  min-height: 86vh;
  padding: clamp(5rem, 11vw, 10rem) 4vw;
}
.opening-statement h2,
.section-heading h2,
.approach-copy h2,
.experience-intro h2,
.contact-section h2,
.story-masthead h1,
.story-next h2,
.studio-intro h1 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.065em;
}
.opening-statement h2 {
  font-size: clamp(3.15rem, 7.5vw, 7.8rem);
  line-height: 0.89;
  margin: 0 0 3.4rem;
}
.opening-statement div > p {
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
  margin: 0 0 3rem auto;
  max-width: 38rem;
}
.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  font-size: 0.65rem;
  gap: 2rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
  width: max-content;
}

.stories-section {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(5rem, 9vw, 9rem) 3vw clamp(6rem, 12vw, 13rem);
}
.section-heading {
  align-items: end;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin-bottom: clamp(5rem, 10vw, 10rem);
}
.section-heading h2 {
  font-size: clamp(4.5rem, 11vw, 11rem);
  line-height: 0.68;
  margin: 0;
}
.section-heading h2 em {
  color: var(--blue-hour);
  font-weight: 400;
  margin-left: 5vw;
}
.section-heading > span {
  font-size: 0.6rem;
  justify-self: end;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.stories-list {
  display: flex;
  flex-direction: column;
  gap: clamp(8rem, 16vw, 17rem);
}
.story-card {
  width: min(88%, 1100px);
}
.story-card:nth-child(even) {
  margin-left: auto;
  width: min(68%, 920px);
}
.story-image-link {
  aspect-ratio: 1.42/1;
  display: block;
  overflow: hidden;
  position: relative;
}
.story-card:nth-child(even) .story-image-link {
  aspect-ratio: 1/1.16;
}
.story-image-link img {
  height: 100%;
  object-fit: cover;
  transition:
    filter 0.6s ease,
    transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}
.story-image-link:hover img {
  filter: brightness(0.78);
  transform: scale(1.025);
}
.story-number {
  background: var(--blue-hour);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.62rem;
  left: 0;
  padding: 0.85rem 1rem;
  position: absolute;
  top: 0;
}
.story-view {
  align-items: center;
  bottom: 1.3rem;
  display: flex;
  font-size: 0.62rem;
  gap: 0.8rem;
  letter-spacing: 0.1em;
  opacity: 0;
  position: absolute;
  right: 1.3rem;
  text-transform: uppercase;
  transform: translateY(0.7rem);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.story-image-link:hover .story-view {
  opacity: 1;
  transform: translateY(0);
}
.story-view svg {
  height: 0.9rem;
  width: 0.9rem;
}
.story-copy {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr;
  padding-top: 1.6rem;
}
.story-copy > p {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  line-height: 1.65;
  margin: 0.25rem 0 0;
  text-transform: uppercase;
}
.story-copy h3 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(2rem, 3.7vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 1rem;
}
.story-copy div p {
  color: #b7b9b1;
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0;
  max-width: 34rem;
}

.approach-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}
.approach-image {
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.approach-image::after {
  background: linear-gradient(0deg, rgba(12, 13, 11, 0.6), transparent 44%);
  content: '';
  inset: 0;
  position: absolute;
}
.approach-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.approach-image > p {
  bottom: 3rem;
  color: var(--white);
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  left: 3rem;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
  position: absolute;
  z-index: 1;
}
.approach-copy {
  padding: clamp(5rem, 9vw, 9rem) 5vw;
}
.approach-copy h2 {
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  line-height: 0.91;
  margin: 5rem 0 3rem;
}
.approach-copy h2 em,
.experience-intro h2 em,
.contact-section h2 em,
.story-next h2 em,
.studio-intro h1 em {
  color: var(--cobalt);
  font-weight: 400;
}
.approach-lead {
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.55;
  margin: 0 0 5rem auto;
  max-width: 35rem;
}
.principles {
  border-top: 1px solid var(--line);
}
.principles article {
  display: grid;
  gap: 1rem;
  grid-template-columns: 3rem 1fr;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}
.principles article > span,
.experience-benefits article > span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.6rem;
}
.principles h3 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 1.55rem;
  font-weight: 400;
  margin: -0.25rem 0 0.6rem;
}
.principles p {
  color: var(--muted);
  font-size: 0.82rem;
  grid-column: 2;
  line-height: 1.55;
  margin: 0;
  max-width: 28rem;
}
.approach-more {
  margin-top: 3rem;
}

.experience-section {
  background: var(--blue-hour);
  display: grid;
  gap: 7vw;
  grid-template-columns: 1.08fr 0.92fr;
  padding: clamp(5rem, 10vw, 10rem) 4vw;
}
.experience-intro h2 {
  font-size: clamp(3.7rem, 7.5vw, 8rem);
  line-height: 0.84;
  margin: 4rem 0 3rem;
}
.experience-intro h2 em {
  color: var(--ink);
}
.experience-intro > p:last-child {
  line-height: 1.55;
  margin: 0 0 0 auto;
  max-width: 34rem;
}
.experience-benefits {
  align-self: end;
  border-top: 1px solid rgba(21, 22, 18, 0.3);
}
.experience-benefits article {
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.6rem 1fr;
  padding: 2.1rem 0;
  border-bottom: 1px solid rgba(21, 22, 18, 0.3);
}
.experience-benefits h3 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 1.65rem;
  font-weight: 400;
  margin: -0.3rem 0 0.5rem;
}
.experience-benefits p {
  font-size: 0.82rem;
  grid-column: 2;
  line-height: 1.55;
  margin: 0;
  max-width: 28rem;
}

.quote-section {
  background: var(--ink);
  color: var(--paper);
  min-height: 82vh;
  padding: clamp(6rem, 12vw, 12rem) 5vw;
  text-align: center;
}
.quote-section p,
.quote-section strong {
  display: block;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(3.1rem, 7.8vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0 auto;
  max-width: 1200px;
}
.quote-section strong {
  color: var(--blue-hour);
  font-style: italic;
  margin-top: 0.3rem;
}

.contact-section {
  padding: clamp(5rem, 10vw, 10rem) 4vw 5rem;
}
.contact-topline {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.1rem;
}
.contact-topline > span {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.contact-section > h2 {
  font-size: clamp(5rem, 14vw, 13rem);
  line-height: 0.67;
  margin: clamp(5rem, 8vw, 8rem) 0 6rem;
}
.contact-section > h2 em {
  margin-left: 23vw;
}
.contact-bottom {
  align-items: start;
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.65fr 1.35fr;
}
.contact-intro > p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.35;
  margin: 0 0 2rem;
}
.contact-intro > small {
  color: var(--muted);
  display: block;
  font-size: 0.65rem;
  line-height: 1.45;
  max-width: 24rem;
}
.inquiry-form {
  display: grid;
  gap: 1.8rem 1.2rem;
  grid-template-columns: 1fr 1fr;
}
.inquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.inquiry-form label > span {
  font-size: 0.58rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.inquiry-form label small {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.4;
}
.inquiry-form input,
.inquiry-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  padding: 0.25rem 0 0.9rem;
  resize: vertical;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-bottom-color: var(--cobalt);
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #8e9189;
}
.inquiry-form .form-wide {
  grid-column: 1/-1;
}
.inquiry-form button {
  align-items: center;
  background: var(--ink);
  border: 0;
  color: var(--white);
  display: inline-flex;
  gap: 1rem;
  grid-column: 1/-1;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-left: auto;
  padding: 1.15rem 1.3rem;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.inquiry-form button:hover {
  background: var(--blue-hour);
  color: var(--ink);
}
.inquiry-form button svg {
  height: 1rem;
  width: 1rem;
}
.inquiry-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}
.honey-field {
  left: -9999px;
  position: absolute;
}
.form-error {
  color: #8e2c25;
  font-size: 0.75rem;
  grid-column: 1/-1;
  margin: 0;
}
.form-privacy {
  color: var(--muted);
  font-size: 0.72rem;
  grid-column: 1/-1;
  line-height: 1.5;
  margin: -0.4rem 0 0 auto;
  max-width: 32rem;
  text-align: right;
}
.form-privacy a {
  border-bottom: 1px solid currentColor;
}
.inquiry-success {
  border: 1px solid var(--line);
  padding: 3rem;
}
.inquiry-success > span {
  background: var(--blue-hour);
  display: grid;
  height: 2.7rem;
  place-items: center;
  width: 2.7rem;
}
.inquiry-success h3 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 2rem 0 1rem;
}
.inquiry-success p {
  color: var(--muted);
  margin: 0;
}

.site-footer {
  align-items: end;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 3rem;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  padding: 4rem 3vw 2rem;
}
.site-footer > p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  margin: 0;
  max-width: 18rem;
}
.site-footer > div {
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  gap: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-footer small {
  color: #85877f;
  font-size: 0.55rem;
}

/* Journal preview on the homepage */
.home-journal {
  background: var(--white);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
}
.home-journal-heading {
  align-self: start;
  min-height: 100vh;
  padding: clamp(5rem, 9vw, 9rem) 4vw;
  position: sticky;
  top: 0;
}
.home-journal-heading h2,
.journal-intro h1,
.journal-featured h2,
.journal-card h2,
.journal-closing h2,
.journal-article-header h1,
.journal-article-copy h2,
.journal-pullquote,
.journal-related h2 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.home-journal-heading h2 {
  font-size: clamp(4rem, 7.2vw, 7.5rem);
  line-height: 0.82;
  margin: clamp(4rem, 8vw, 8rem) 0 5rem;
}
.home-journal-heading h2 em {
  color: var(--cobalt);
  font-weight: 400;
}
.home-journal-heading > div {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-left: auto;
  max-width: 34rem;
}
.home-journal-heading > div p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 0;
  max-width: 24rem;
}
.home-journal-heading > div a,
.journal-read-link,
.journal-related-heading > a {
  align-items: center;
  display: inline-flex;
  font-size: 0.57rem;
  gap: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-journal-heading svg,
.journal-read-link svg,
.journal-related-heading svg {
  height: 0.8rem;
  width: 0.8rem;
}
.home-journal-list {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(5rem, 8vw, 8rem) 3vw;
}
.home-journal-list article {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.home-journal-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.home-journal-list article > a {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 2rem minmax(110px, 180px) 1fr;
  padding: 2rem 0;
}
.home-journal-list article > a > span,
.journal-card-image > span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.56rem;
}
.home-journal-list img {
  aspect-ratio: 1.2/1;
  height: 100%;
  object-fit: cover;
  transition: filter 0.35s ease;
  width: 100%;
}
.home-journal-list article:hover img {
  filter: brightness(0.72);
}
.home-journal-list article p {
  color: #999c94;
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}
.home-journal-list h3 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.7rem, 2.8vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 1.2rem;
}
.home-journal-list small {
  align-items: center;
  display: flex;
  font-size: 0.52rem;
  gap: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-journal-list small svg {
  height: 0.75rem;
  width: 0.75rem;
}

/* Journal index */
.journal-page,
.journal-article-page {
  background: var(--paper);
  min-height: 100vh;
}
.journal-intro {
  min-height: 76vh;
  padding: clamp(5rem, 9vw, 9rem) 3vw 5rem;
}
.journal-intro-line,
.journal-article-topline,
.journal-related-heading {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.journal-intro-line > span,
.journal-article-topline,
.journal-meta {
  color: var(--muted);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.journal-intro h1 {
  font-size: clamp(5rem, 12vw, 12.5rem);
  line-height: 0.84;
  margin: clamp(4rem, 8vw, 8rem) 0 5rem;
}
.journal-intro h1 em {
  color: var(--cobalt);
  display: block;
  font-size: 0.62em;
  font-weight: 400;
  line-height: 0.95;
  margin-left: 14vw;
  max-width: 80vw;
  padding-top: 0.2em;
  white-space: normal;
}
.journal-intro-note {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-left: auto;
  max-width: 42rem;
}
.journal-intro-note p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.45;
  margin: 0;
  max-width: 36rem;
}
.journal-intro-note svg {
  height: 1.1rem;
  width: 1.1rem;
}
.journal-featured {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(4rem, 8vw, 8rem) 3vw;
}
.journal-featured > a {
  align-items: center;
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.12fr 0.88fr;
}
.journal-featured-image {
  overflow: hidden;
  position: relative;
}
.journal-featured-image img {
  aspect-ratio: 1.2/1;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}
.journal-featured:hover img {
  transform: scale(1.025);
}
.journal-featured-image > span {
  background: var(--blue-hour);
  color: var(--ink);
  font-size: 0.54rem;
  left: 0;
  letter-spacing: 0.1em;
  padding: 0.85rem 1rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.journal-featured-copy .journal-meta {
  color: #999c94;
}
.journal-featured h2 {
  font-size: clamp(3.4rem, 6vw, 6.3rem);
  line-height: 0.88;
  margin: 2.5rem 0 2rem;
}
.journal-featured-copy > p:not(.journal-meta) {
  color: #b7b9b1;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.5;
  margin: 0 0 3rem;
  max-width: 32rem;
}
.journal-grid {
  background: var(--white);
  display: grid;
  gap: 3vw;
  grid-template-columns: repeat(2, 1fr);
  padding: clamp(6rem, 10vw, 10rem) 3vw;
}
.journal-card > a {
  display: block;
}
.journal-card-image {
  margin-bottom: 1.6rem;
  overflow: hidden;
  position: relative;
}
.journal-card-image img {
  aspect-ratio: 1.12/1;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}
.journal-card:nth-child(even) .journal-card-image img {
  filter: grayscale(1);
}
.journal-card:hover img {
  transform: scale(1.025);
}
.journal-card-image > span {
  background: var(--blue-hour);
  left: 0;
  padding: 0.75rem 0.85rem;
  position: absolute;
  top: 0;
}
.journal-card h2 {
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  line-height: 0.94;
  margin: 1.3rem 0 1rem;
  max-width: 40rem;
}
.journal-card > a > p:not(.journal-meta) {
  color: var(--muted);
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0 0 2rem;
  max-width: 34rem;
}
.journal-closing {
  background: var(--blue-hour);
  padding: clamp(6rem, 11vw, 11rem) 4vw;
}
.journal-closing h2 {
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.8;
  margin: 4rem 0 5rem;
}
.journal-closing h2 em {
  color: var(--ink);
  font-weight: 400;
  margin-left: 14vw;
}
.journal-closing > a,
.journal-article-cta > a {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  font-size: 0.6rem;
  gap: 1.5rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
  width: max-content;
}
.journal-closing svg,
.journal-article-cta svg {
  height: 0.85rem;
  width: 0.85rem;
}

/* Journal article */
.journal-article-header {
  padding: clamp(4rem, 8vw, 8rem) 6vw clamp(5rem, 9vw, 9rem);
  text-align: center;
}
.journal-article-topline {
  margin-bottom: clamp(5rem, 9vw, 9rem);
}
.journal-article-topline > a {
  align-items: center;
  color: var(--ink);
  display: flex;
  gap: 0.6rem;
}
.journal-article-topline svg {
  height: 0.75rem;
  width: 0.75rem;
}
.journal-article-header h1 {
  font-size: clamp(4.6rem, 10vw, 10.5rem);
  line-height: 0.82;
  margin: 3.5rem auto 2.5rem;
  max-width: 1260px;
}
.journal-article-dek {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.45;
  margin: 0 auto;
  max-width: 48rem;
}
.journal-article-hero {
  background: var(--white);
  margin: 0;
  padding: 0 5vw clamp(5rem, 8vw, 8rem);
}
.journal-article-hero img {
  height: min(82vh, 920px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.journal-article-hero figcaption {
  display: flex;
  font-size: 0.52rem;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding-top: 0.8rem;
  text-transform: uppercase;
}
.journal-article-body {
  background: var(--white);
  display: grid;
  gap: 9vw;
  grid-template-columns: 0.58fr 1.42fr;
  padding: 0 10vw clamp(7rem, 12vw, 12rem);
}
.journal-article-body > aside {
  align-self: start;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  position: sticky;
  top: 2rem;
}
.journal-article-body aside ol {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
}
.journal-article-body aside li {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 0.95rem;
  line-height: 1.25;
  padding: 1rem 0;
}
.journal-article-body aside li span {
  color: var(--ink);
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.5rem;
  margin-right: 1rem;
}
.journal-lead > p:first-child {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.7rem, 2.7vw, 2.6rem);
  line-height: 1.35;
  margin: 0 0 clamp(4rem, 7vw, 7rem);
}
.journal-lead > p:first-child::first-letter {
  color: var(--cobalt);
  float: left;
  font-size: 6.5rem;
  line-height: 0.72;
  padding: 0.2rem 0.8rem 0.3rem 0;
}
.journal-lead > h2 {
  border-top: 1px solid var(--line);
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.92;
  margin: clamp(4rem, 7vw, 7rem) 0 2.5rem;
  padding-top: 1.2rem;
}
.journal-lead > p:not(:first-child) {
  color: #454741;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.65;
  margin: 0 0 1.4rem;
  max-width: 46rem;
}

body.admin-bar .site-header {
  top: 32px;
}
body.admin-bar .menu-drawer,
body.admin-bar .menu-backdrop {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .menu-drawer,
  body.admin-bar .menu-backdrop {
    top: 46px;
  }
}
.journal-article-copy section {
  border-top: 1px solid var(--line);
  margin-bottom: clamp(4rem, 7vw, 7rem);
  padding-top: 1.2rem;
}
.journal-article-copy section > span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.54rem;
}
.journal-article-copy h2 {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.92;
  margin: 2rem 0 2.5rem;
}
.journal-article-copy section p {
  color: #454741;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.65;
  margin: 0 0 1.4rem;
  max-width: 46rem;
}
.journal-pullquote {
  background: var(--blue-hour);
  font-size: clamp(3.2rem, 7.3vw, 7.5rem);
  line-height: 0.94;
  margin: 0;
  padding: clamp(6rem, 11vw, 11rem) 7vw;
  text-align: center;
}
.journal-related {
  background: var(--paper);
  padding: clamp(6rem, 10vw, 10rem) 3vw;
}
.journal-related-heading {
  margin-bottom: 4rem;
}
.journal-related > div:last-child {
  display: grid;
  gap: 2vw;
  grid-template-columns: repeat(2, 1fr);
}
.journal-related article img {
  aspect-ratio: 1.35/1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.journal-related article .journal-meta {
  margin: 1rem 0;
}
.journal-related h2 {
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 0.98;
  margin: 0;
}
.journal-article-cta {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  padding: 4rem 3vw;
}
.journal-article-cta > p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  margin: 0;
}

/* Story detail */
.story-page {
  background: var(--paper);
  min-height: 100vh;
}
.story-page-header,
.studio-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 3vw;
}
.story-header-actions,
.story-page-header > a:last-child {
  align-items: center;
  display: flex;
  gap: 2rem;
}
.story-page-header > a:last-child,
.story-header-actions > a:last-child {
  align-items: center;
  display: flex;
  font-size: 0.62rem;
  gap: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.story-page-header svg {
  height: 0.9rem;
  width: 0.9rem;
}
.story-masthead {
  padding: clamp(5rem, 10vw, 10rem) 7vw clamp(4rem, 8vw, 8rem);
  text-align: center;
}
.story-masthead h1 {
  font-size: clamp(4.5rem, 11vw, 11rem);
  line-height: 0.8;
  margin: 3.5rem auto 3rem;
  max-width: 1200px;
}
.story-masthead > p:last-child {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  line-height: 1.4;
  margin: 0 auto;
  max-width: 44rem;
}
.story-gallery {
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 9vw, 9rem);
  padding: 0 3vw clamp(7rem, 13vw, 14rem);
}
.story-gallery figure {
  margin: 0;
  width: min(90%, 1300px);
}
.story-gallery figure:nth-child(even) {
  margin-left: auto;
}
.story-gallery figure.portrait {
  width: min(58%, 760px);
}
.story-gallery figure.small {
  margin-left: 12vw;
  width: min(42%, 560px);
}
.story-gallery img {
  height: auto;
  width: 100%;
}
.story-gallery figcaption {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}
.story-next {
  background: var(--blue-hour);
  padding: clamp(5rem, 10vw, 10rem) 5vw;
}
.story-next h2 {
  font-size: clamp(4.5rem, 10vw, 10rem);
  line-height: 0.75;
  margin: 5rem 0;
}
.story-next h2 em {
  color: var(--ink);
  margin-left: 18vw;
}
.story-next > a {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  font-size: 0.65rem;
  gap: 2rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
  width: max-content;
}
.story-next svg {
  height: 0.9rem;
  width: 0.9rem;
}

/* Portfolio index */
.portfolio-intro {
  min-height: 72vh;
  padding: clamp(5rem, 9vw, 9rem) 3vw 5rem;
}
.portfolio-intro-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.portfolio-intro-top > span {
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.portfolio-intro h1,
.portfolio-closing h2,
.about-hero h1,
.about-manifesto h2,
.about-chapter-copy h2,
.about-closing p,
.contact-page-intro h1 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.065em;
}
.portfolio-intro h1 {
  font-size: clamp(4.8rem, 11.5vw, 12rem);
  line-height: 0.73;
  margin: clamp(4rem, 8vw, 7rem) 0 4rem;
}
.portfolio-intro h1 em {
  color: var(--cobalt);
  font-weight: 400;
  margin-left: 14vw;
  white-space: nowrap;
}
.portfolio-intro-copy {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  max-width: 41rem;
}
.portfolio-intro-copy p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.4;
  margin: 0;
  max-width: 35rem;
}
.portfolio-intro-copy svg {
  height: 1.2rem;
  width: 1.2rem;
}
.portfolio-grid {
  background: var(--white);
  display: grid;
  gap: clamp(4rem, 8vw, 9rem) 2vw;
  grid-template-columns: repeat(12, 1fr);
  padding: clamp(5rem, 9vw, 10rem) 3vw;
}
.portfolio-card {
  grid-column: span 6;
}
.portfolio-card-image {
  aspect-ratio: 1.24/1;
  background: var(--paper-deep);
  overflow: hidden;
  position: relative;
}
.portfolio-card:nth-child(3n + 2) .portfolio-card-image {
  aspect-ratio: 0.88/1;
}
.portfolio-card-image img {
  height: 100%;
  object-fit: cover;
  transition:
    filter 0.55s ease,
    transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}
.portfolio-card-image > span {
  background: var(--blue-hour);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.55rem;
  left: 0;
  padding: 0.75rem 0.9rem;
  position: absolute;
  top: 0;
}
.portfolio-card-image > i {
  background: var(--paper);
  bottom: 1rem;
  display: grid;
  height: 3.2rem;
  opacity: 0;
  place-items: center;
  position: absolute;
  right: 1rem;
  transform: translateY(0.7rem);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  width: 3.2rem;
}
.portfolio-card-image > i svg {
  height: 1rem;
  width: 1rem;
}
.portfolio-card a:hover img {
  filter: brightness(0.82);
  transform: scale(1.025);
}
.portfolio-card a:hover i {
  opacity: 1;
  transform: translateY(0);
}
.portfolio-card-copy {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.portfolio-card-copy h2 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 0.45rem;
}
.portfolio-card-copy p,
.portfolio-card-copy > span {
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}
.portfolio-card-copy > span {
  color: var(--ink);
  padding-bottom: 0.25rem;
}
.portfolio-closing {
  background: var(--blue-hour);
  padding: clamp(6rem, 11vw, 11rem) 4vw;
}
.portfolio-closing h2 {
  font-size: clamp(4rem, 9vw, 9.5rem);
  line-height: 0.82;
  margin: 4rem 0 5rem;
  max-width: 1100px;
}
.portfolio-closing > a,
.about-closing > a {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  font-size: 0.62rem;
  gap: 2rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
  width: max-content;
}
.portfolio-closing svg,
.about-closing svg {
  height: 0.9rem;
  width: 0.9rem;
}

/* Editorial story */
.story-editorial-collage {
  background: var(--white);
  display: grid;
  gap: 0.65vw;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(260px, 38vh));
  padding: 2.4vw;
}
.story-editorial-collage figure {
  margin: 0;
  overflow: hidden;
}
.story-editorial-collage img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.story-editorial-collage figure:nth-child(1) {
  grid-column: 1/6;
  grid-row: 1/3;
}
.story-editorial-collage figure:nth-child(2) {
  grid-column: 6/10;
  grid-row: 1;
}
.story-editorial-collage figure:nth-child(3) {
  grid-column: 10/13;
  grid-row: 1;
}
.story-editorial-collage figure:nth-child(4) {
  grid-column: 6/9;
  grid-row: 2;
}
.story-editorial-collage figure:nth-child(5) {
  grid-column: 9/13;
  grid-row: 2;
}
.story-editorial-collage.count-1 figure:first-child {
  grid-column: 1/13;
  grid-row: 1/3;
}
.story-editorial-collage.count-2 figure:first-child {
  grid-column: 1/7;
  grid-row: 1/3;
}
.story-editorial-collage.count-2 figure:nth-child(2) {
  grid-column: 7/13;
  grid-row: 1/3;
}
.story-editorial-collage.count-3 figure:first-child {
  grid-column: 1/7;
  grid-row: 1/3;
}
.story-editorial-collage.count-3 figure:nth-child(2) {
  grid-column: 7/13;
  grid-row: 1;
}
.story-editorial-collage.count-3 figure:nth-child(3) {
  grid-column: 7/13;
  grid-row: 2;
}
.story-editorial-collage.count-4 figure:first-child {
  grid-column: 1/6;
  grid-row: 1/3;
}
.story-editorial-collage.count-4 figure:nth-child(2) {
  grid-column: 6/13;
  grid-row: 1;
}
.story-editorial-collage.count-4 figure:nth-child(3) {
  grid-column: 6/10;
  grid-row: 2;
}
.story-editorial-collage.count-4 figure:nth-child(4) {
  grid-column: 10/13;
  grid-row: 2;
}
.editorial-masthead {
  padding-top: clamp(5rem, 8vw, 8rem);
}
.story-meta-line {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  font-size: 0.56rem;
  grid-template-columns: 1fr auto auto;
  letter-spacing: 0.09em;
  margin-bottom: clamp(4rem, 8vw, 8rem);
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.story-meta-line a {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}
.story-meta-line a svg {
  height: 0.8rem;
  width: 0.8rem;
}
.story-meta-line p {
  margin: 0 0 0 3rem;
}
.editorial-masthead h1 {
  margin-top: 3rem;
}
.story-article-copy {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 2fr;
  margin: clamp(5rem, 9vw, 9rem) auto 0;
  max-width: 920px;
  text-align: left;
}
.story-article-copy > div p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.55;
  margin: 0 0 1.4rem;
}
.with-dropcap::first-letter {
  color: var(--cobalt);
  float: left;
  font-size: 5.4rem;
  line-height: 0.72;
  padding: 0.18rem 0.7rem 0.2rem 0;
}
.editorial-gallery {
  background: var(--white);
  display: grid;
  gap: clamp(1rem, 2vw, 2rem);
  grid-template-columns: repeat(12, 1fr);
  padding: clamp(5rem, 10vw, 10rem) 3vw clamp(7rem, 13vw, 14rem);
}
.editorial-gallery figure {
  margin: 0;
}
.editorial-gallery img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.editorial-gallery figcaption {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.5rem;
  letter-spacing: 0.09em;
  margin-top: 0.55rem;
}
.gallery-frame {
  grid-column: span 4;
}
.gallery-frame.frame-0 {
  aspect-ratio: 1.45/1;
  grid-column: 1/9;
}
.gallery-frame.frame-1 {
  aspect-ratio: 0.78/1;
  grid-column: 9/13;
}
.gallery-frame.frame-2 {
  aspect-ratio: 0.8/1;
  grid-column: 1/5;
  margin-top: 8vw;
}
.gallery-frame.frame-3 {
  aspect-ratio: 1.45/1;
  grid-column: 5/13;
}
.gallery-frame.frame-4 {
  aspect-ratio: 0.8/1;
  grid-column: 3/7;
}
.gallery-frame.frame-5 {
  aspect-ratio: 1.25/1;
  grid-column: 7/13;
  margin-top: 10vw;
}
.gallery-frame.frame-6 {
  aspect-ratio: 1.75/1;
  grid-column: 1/13;
  margin-top: 5vw;
}

/* About Roman */
.about-hero {
  background: var(--ink);
  color: var(--white);
  height: 100svh;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}
.about-hero > img,
.about-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.about-hero > img {
  filter: grayscale(1);
  object-fit: cover;
}
.about-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 9, 8, 0.72), rgba(8, 9, 8, 0.12) 70%),
    linear-gradient(0deg, rgba(8, 9, 8, 0.55), transparent 50%);
}
.about-hero-copy {
  bottom: 9vh;
  left: 4vw;
  position: absolute;
  z-index: 1;
}
.about-hero h1 {
  font-size: clamp(5rem, 11vw, 11rem);
  line-height: 0.72;
  margin: 2.5rem 0;
}
.about-hero h1 em {
  color: var(--blue-hour);
  display: block;
  font-size: 0.56em;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin-left: 12vw;
  max-width: 84vw;
  word-spacing: 0.12em;
  white-space: normal;
}
.about-hero-copy > p:last-child {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  margin: 0;
  max-width: 30rem;
}
.about-hero > a {
  bottom: 3rem;
  display: grid;
  height: 3.4rem;
  place-items: center;
  position: absolute;
  right: 3vw;
  width: 3.4rem;
  z-index: 1;
}
.about-hero > a svg {
  height: 1.1rem;
  width: 1.1rem;
}
.about-manifesto {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.8fr 1.2fr;
  padding: clamp(7rem, 12vw, 12rem) 6vw;
}
.about-manifesto-image {
  align-self: center;
  position: relative;
}
.about-manifesto-image img {
  filter: grayscale(1);
  height: min(68vh, 780px);
  object-fit: cover;
  width: 100%;
}
.about-manifesto-image span {
  background: var(--blue-hour);
  bottom: 0;
  color: var(--ink);
  font-size: 0.55rem;
  letter-spacing: 0.09em;
  padding: 0.85rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.about-manifesto-copy h2 {
  font-size: clamp(3.8rem, 7vw, 7.5rem);
  line-height: 0.85;
  margin: 5rem 0;
}
.about-manifesto-copy h2 em {
  color: var(--blue-hour);
  font-weight: 400;
}
.about-manifesto-copy > div {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-left: 8vw;
}
.about-manifesto-copy > div p {
  color: #b7b9b1;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.55;
  margin: 0;
}
.about-chapters {
  background: var(--white);
  padding: clamp(7rem, 11vw, 11rem) 5vw;
}
.about-chapters-heading {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
  padding-bottom: 1rem;
}
.about-chapters-heading > span {
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
}
.about-chapters article {
  align-items: center;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
  margin-bottom: clamp(8rem, 14vw, 15rem);
}
.about-chapters article.reverse .about-chapter-image {
  order: 2;
}
.about-chapter-image {
  margin: 0 auto;
  width: min(100%, 620px);
}
.about-chapter-image img {
  height: min(72vh, 760px);
  object-fit: cover;
  width: 100%;
}
.about-chapters article:nth-child(odd) .about-chapter-image img {
  filter: grayscale(1);
}
.about-chapter-copy {
  max-width: 31rem;
}
.about-chapter-copy > span {
  border-bottom: 1px solid var(--line);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  padding-bottom: 1rem;
}
.about-chapter-copy h2 {
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.8;
  margin: 3rem 0;
}
.about-chapter-copy p {
  color: #4f514c;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.5;
  margin: 0;
}
.about-closing {
  background: var(--blue-hour);
  padding: clamp(6rem, 11vw, 11rem) 4vw;
}
.about-closing p {
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.82;
  margin: 0 0 6rem;
}
.about-closing p em {
  font-weight: 400;
  margin-left: 12vw;
}

/* Contact page */
.contact-page-intro {
  min-height: 74vh;
  padding: clamp(5rem, 9vw, 9rem) 4vw 5rem;
}
.contact-page-intro h1 {
  font-size: clamp(5rem, 13vw, 12rem);
  line-height: 0.68;
  margin: clamp(4rem, 8vw, 8rem) 0 5rem;
}
.contact-page-intro h1 em {
  color: var(--cobalt);
  font-weight: 400;
  margin-left: 22vw;
}
.contact-page-intro > p:last-child {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.45;
  margin: 0 0 0 auto;
  max-width: 40rem;
}
.contact-page-body {
  background: var(--white);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}
.contact-page-image {
  min-height: 850px;
  overflow: hidden;
  position: relative;
}
.contact-page-image::after {
  background: linear-gradient(0deg, rgba(10, 11, 10, 0.55), transparent 44%);
  content: '';
  inset: 0;
  position: absolute;
}
.contact-page-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.contact-page-image > p {
  bottom: 2rem;
  color: var(--white);
  font-size: 0.58rem;
  left: 2rem;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
.contact-page-form {
  padding: clamp(4rem, 7vw, 8rem) 5vw;
}
.contact-page-note {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 2rem 1fr;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
.contact-page-note span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
}
.contact-page-note p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  line-height: 1.4;
  margin: 0;
}

.contact-faq {
  background: var(--paper);
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.72fr 1.28fr;
  padding: clamp(6rem, 11vw, 11rem) 5vw;
}
.contact-faq-heading h2 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(4rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.84;
  margin: 4rem 0 0;
}
.contact-faq-heading h2 em {
  color: var(--cobalt);
  font-weight: 400;
}
.contact-faq-list {
  border-top: 1px solid var(--line);
}
.contact-faq-list details {
  border-bottom: 1px solid var(--line);
}
.contact-faq-list summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 2rem 1fr 2rem;
  list-style: none;
  min-height: 7rem;
  padding: 1.5rem 0;
}
.contact-faq-list summary::-webkit-details-marker {
  display: none;
}
.contact-faq-list summary > span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.62rem;
}
.contact-faq-list summary strong {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.contact-faq-list summary i {
  font-size: 1.5rem;
  font-style: normal;
  justify-self: end;
  transition: transform 180ms ease;
}
.contact-faq-list details[open] summary i {
  transform: rotate(45deg);
}
.contact-faq-list details > p {
  color: #4f514c;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 1.12rem;
  line-height: 1.55;
  margin: -0.4rem 2rem 2.2rem 3.5rem;
  max-width: 38rem;
}

/* Roman's private studio */
.studio-shell {
  background: #ecece6;
  min-height: 100vh;
}
.studio-header {
  background: var(--ink);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
}
.studio-user {
  align-items: center;
  display: flex;
  font-size: 0.6rem;
  gap: 1.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.studio-user > span {
  color: #9a9c95;
  text-transform: none;
}
.studio-user a {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.studio-user svg {
  height: 0.8rem;
  width: 0.8rem;
}
.studio-intro {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: 0.55fr 1.45fr 0.75fr;
  min-height: 48vh;
  padding: clamp(4rem, 7vw, 7rem) 3vw;
}
.studio-intro h1 {
  align-self: center;
  font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: 0.72;
  margin: 0;
}
.studio-intro > p:last-child {
  align-self: end;
  color: #b4b6ae;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}
.studio-workspace {
  padding: 4vw 3vw 8rem;
}
.upload-panel,
.library-panel,
.inquiries-panel {
  background: var(--white);
  margin-bottom: 2rem;
  padding: clamp(1.4rem, 3vw, 3.2rem);
}
.panel-heading {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 3rem 1fr;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}
.panel-heading > span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.6rem;
}
.panel-heading h2 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  margin: 0.6rem 0 0;
}
.field-grid {
  display: grid;
  gap: 1.7rem 1.2rem;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 2rem 4rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.field-wide {
  grid-column: 1/-1;
}
.field > span {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.field input,
.field textarea {
  background: #f4f4ef;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  padding: 1rem;
  resize: vertical;
}
.field input:focus,
.field textarea:focus {
  border-color: var(--cobalt);
}
.drop-zone {
  align-items: center;
  border: 1px dashed #a7aaa2;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-left: 4rem;
  padding: 3.7rem 1.5rem;
  text-align: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.drop-zone:hover {
  background: #f6f6f2;
  border-color: var(--cobalt);
}
.drop-zone input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.drop-zone svg {
  color: var(--cobalt);
  height: 1.8rem;
  width: 1.8rem;
}
.drop-zone strong {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 1.35rem;
  font-weight: 400;
}
.drop-zone span {
  color: var(--muted);
  font-size: 0.67rem;
}
.upload-previews {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  margin: 1rem 0 0 4rem;
  overflow: hidden;
}
.upload-previews figure {
  height: 74px;
  margin: 0;
  position: relative;
  width: 74px;
}
.upload-previews img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.upload-previews figcaption {
  background: rgba(21, 22, 18, 0.75);
  bottom: 0;
  color: white;
  font-size: 0.48rem;
  padding: 0.2rem;
  position: absolute;
  right: 0;
}
.publish-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 2rem;
  margin: 2.5rem 0 0 4rem;
  padding-top: 2rem;
}
.check-control {
  align-items: center;
  display: flex;
  font-size: 0.7rem;
  gap: 0.6rem;
}
.check-control input {
  accent-color: var(--cobalt);
}
.studio-submit {
  align-items: center;
  background: var(--ink);
  border: 0;
  color: var(--white);
  display: flex;
  gap: 0.8rem;
  letter-spacing: 0.09em;
  margin-left: auto;
  padding: 1rem 1.3rem;
  text-transform: uppercase;
}
.studio-submit svg {
  height: 1rem;
  width: 1rem;
}
.studio-submit:disabled {
  opacity: 0.55;
}
.form-message {
  color: var(--cobalt);
  font-size: 0.75rem;
  margin: 1rem 0 0 4rem;
}
.empty-library {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 1rem;
  justify-content: center;
  min-height: 10rem;
  text-align: center;
}
.empty-library svg {
  height: 1.5rem;
  width: 1.5rem;
}
.empty-library p {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  line-height: 1.4;
}
.story-library,
.inquiries-list {
  display: flex;
  flex-direction: column;
}
.library-story {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 110px 1fr auto;
  padding: 1rem 0;
}
.library-cover {
  background: var(--paper-deep);
  display: grid;
  height: 78px;
  place-items: center;
  width: 110px;
}
.library-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.library-cover svg {
  height: 1.2rem;
  width: 1.2rem;
}
.library-copy > span,
.inquiry-card span {
  color: var(--muted);
  font-size: 0.54rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.library-copy h3,
.inquiry-card h3 {
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0.3rem 0;
}
.library-copy small {
  color: var(--muted);
  font-size: 0.62rem;
}
.library-actions {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.library-actions button,
.library-actions a {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  display: flex;
  font-size: 0.56rem;
  gap: 0.45rem;
  letter-spacing: 0.07em;
  padding: 0.65rem 0.75rem;
  text-transform: uppercase;
}
.library-actions svg {
  height: 0.75rem;
  width: 0.75rem;
}
.library-actions .danger {
  color: #9c342c;
}
.inquiry-card {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.7fr 1.3fr 0.7fr;
  padding: 2rem 0;
}
.inquiry-card p {
  font-size: 0.72rem;
  margin: 0;
}
.inquiry-card blockquote {
  color: #555851;
  font-family: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  font-size: 1.12rem;
  line-height: 1.45;
  margin: 0;
}
.inquiry-links {
  align-items: start;
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
  gap: 0.7rem;
}
.inquiry-links a {
  border-bottom: 1px solid currentColor;
}
.inquiry-links button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #9c342c;
  display: flex;
  font-size: 0.56rem;
  gap: 0.45rem;
  margin-top: 0.5rem;
  padding: 0;
  text-transform: uppercase;
}
.inquiry-links button svg {
  height: 0.75rem;
  width: 0.75rem;
}
.spin {
  animation: spin 0.8s linear infinite;
}

@keyframes hero-arrival {
  from {
    opacity: 0;
    transform: scale(1.09);
  }
  to {
    opacity: 1;
    transform: scale(1.035);
  }
}
@keyframes type-arrival {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 0 1.1rem;
  }
  .header-actions {
    gap: 0.7rem;
  }
  .language-switch {
    font-size: 0.66rem;
    gap: 0;
  }
  .language-switch a {
    display: grid;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    place-items: center;
  }
  .site-header .wordmark,
  .menu-trigger {
    min-height: 44px;
  }
  .menu-trigger {
    justify-content: flex-end;
    min-width: 44px;
    padding: 0;
  }
  .header-cta {
    display: none;
  }
  .menu-trigger span:first-child {
    display: none;
  }
  .menu-drawer {
    max-width: none;
    padding: 0 1.1rem;
    width: 100%;
  }
  .menu-drawer nav a {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
    grid-template-columns: 2rem 1fr auto;
  }
  .menu-drawer-top button,
  .menu-socials a {
    align-items: center;
    display: flex;
    min-height: 44px;
  }
  .menu-drawer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .menu-socials {
    text-align: left;
  }
  .hero-kicker {
    left: 1.1rem;
    top: 17vh;
  }
  .hero h1 {
    bottom: 24vh;
    font-size: clamp(4.5rem, 23vw, 7rem);
    left: 0.8rem;
    line-height: 0.68;
  }
  .hero h1 em {
    margin-left: 7vw;
  }
  .hero-footer {
    align-items: start;
    bottom: 1.4rem;
    flex-direction: column;
    gap: 1.7rem;
    left: 1.1rem;
    right: 1.1rem;
  }
  .hero-footer p {
    max-width: 21rem;
  }
  .frame-index {
    display: none;
  }
  .opening-statement {
    gap: 3rem;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 5rem 1.1rem 6rem;
  }
  .opening-statement h2 {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }
  .section-heading {
    align-items: start;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .section-heading h2 {
    font-size: clamp(4.2rem, 21vw, 7rem);
  }
  .section-heading > span {
    justify-self: start;
  }
  .story-card,
  .story-card:nth-child(even) {
    margin-left: 0;
    width: 100%;
  }
  .story-image-link,
  .story-card:nth-child(even) .story-image-link {
    aspect-ratio: 0.82/1;
  }
  .story-copy {
    grid-template-columns: 1fr;
  }
  .story-copy h3 {
    font-size: 2.3rem;
  }
  .approach-section {
    grid-template-columns: 1fr;
  }
  .approach-image {
    height: 74vh;
    position: relative;
  }
  .approach-image > p {
    bottom: 1.5rem;
    left: 1.1rem;
  }
  .approach-copy {
    padding: 5rem 1.1rem;
  }
  .approach-copy h2 {
    font-size: clamp(3.2rem, 14vw, 5rem);
    margin-top: 3rem;
  }
  .experience-section {
    gap: 5rem;
    grid-template-columns: 1fr;
    padding: 5rem 1.1rem;
  }
  .experience-intro h2 {
    font-size: clamp(3.4rem, 15vw, 5.5rem);
  }
  .home-journal {
    grid-template-columns: 1fr;
  }
  .home-journal-heading {
    min-height: auto;
    padding: 6rem 1.1rem;
    position: relative;
  }
  .home-journal-heading h2 {
    font-size: clamp(3.7rem, 17vw, 5.7rem);
    margin: 4rem 0;
  }
  .home-journal-heading > div {
    align-items: start;
    flex-direction: column;
  }
  .home-journal-list {
    padding: 4rem 1.1rem;
  }
  .home-journal-list article > a {
    align-items: start;
    grid-template-columns: 1.5rem 105px 1fr;
  }
  .home-journal-list h3 {
    font-size: 1.7rem;
  }
  .journal-intro {
    min-height: auto;
    padding: 5rem 1.1rem 6rem;
  }
  .journal-intro-line {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  .journal-intro h1 {
    font-size: clamp(4.1rem, 18vw, 6rem);
    line-height: 0.9;
    margin: 4rem 0;
  }
  .journal-intro h1 em {
    font-size: 0.72em;
    margin-left: 0;
    max-width: 100%;
    padding-top: 0.18em;
    white-space: normal;
  }
  .journal-featured {
    padding: 4rem 1.1rem 6rem;
  }
  .journal-featured > a {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
  .journal-featured-image img {
    aspect-ratio: 0.85/1;
  }
  .journal-featured h2 {
    font-size: clamp(3.2rem, 14vw, 4.7rem);
  }
  .journal-grid {
    grid-template-columns: 1fr;
    padding: 6rem 1.1rem;
    row-gap: 6rem;
  }
  .journal-card-image img {
    aspect-ratio: 0.9/1;
  }
  .journal-closing {
    padding: 6rem 1.1rem;
  }
  .journal-closing h2 {
    font-size: clamp(3.7rem, 16vw, 5.5rem);
  }
  .journal-closing h2 em {
    margin-left: 0;
  }
  .journal-article-header {
    padding: 5rem 1.1rem;
  }
  .journal-article-topline {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 5rem;
  }
  .journal-article-header h1 {
    font-size: clamp(3.8rem, 17vw, 5.8rem);
  }
  .journal-article-hero {
    padding: 0 0.5rem 5rem;
  }
  .journal-article-hero img {
    height: 66vh;
  }
  .journal-article-hero figcaption {
    gap: 1rem;
    padding: 0.8rem 0.6rem 0;
  }
  .journal-article-body {
    gap: 5rem;
    grid-template-columns: 1fr;
    padding: 0 1.1rem 7rem;
  }
  .journal-article-body > aside {
    position: relative;
    top: 0;
  }
  .journal-lead {
    font-size: 1.6rem;
  }
  .journal-pullquote {
    font-size: clamp(3rem, 13vw, 4.8rem);
    padding: 7rem 1.1rem;
  }
  .journal-related {
    padding: 6rem 1.1rem;
  }
  .journal-related-heading {
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .journal-related > div:last-child {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
  .journal-article-cta {
    align-items: start;
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 1.1rem;
  }
  .journal-article-cta > a {
    margin-left: 0;
  }
  .quote-section {
    min-height: 65vh;
    padding: 7rem 1.1rem;
  }
  .contact-section {
    padding: 5rem 1.1rem;
  }
  .contact-topline {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  .contact-section > h2 {
    font-size: clamp(4.4rem, 22vw, 7rem);
    margin: 5rem 0;
  }
  .contact-section > h2 em {
    margin-left: 7vw;
  }
  .contact-bottom {
    gap: 4rem;
    grid-template-columns: 1fr;
  }
  .inquiry-form {
    grid-template-columns: 1fr;
  }
  .inquiry-form label,
  .inquiry-form .form-wide {
    grid-column: 1;
  }
  .inquiry-form label > span {
    font-size: 0.66rem;
  }
  .form-privacy {
    margin-left: 0;
    text-align: left;
  }
  .site-footer {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 4rem 1.1rem 2rem;
  }
  .story-page-header {
    gap: 1rem;
    padding: 0 1rem;
  }
  .story-header-actions {
    gap: 1rem;
  }
  .story-header-actions > a:last-child {
    font-size: 0;
    gap: 0;
  }
  .story-header-actions > a:last-child svg {
    height: 1.1rem;
    width: 1.1rem;
  }
  .story-masthead {
    padding: 5rem 1.1rem;
  }
  .story-masthead h1 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }
  .story-gallery {
    gap: 4rem;
    padding: 0 1.1rem 7rem;
  }
  .story-gallery figure,
  .story-gallery figure.portrait,
  .story-gallery figure.small {
    margin-left: 0;
    width: 100%;
  }
  .story-next {
    padding: 5rem 1.1rem;
  }
  .story-next h2 {
    font-size: clamp(4rem, 18vw, 6rem);
  }
  .portfolio-intro {
    min-height: auto;
    padding: 5rem 1.1rem;
  }
  .portfolio-intro h1 {
    font-size: clamp(4.2rem, 18vw, 6.4rem);
    line-height: 0.78;
    margin: 4rem 0;
  }
  .portfolio-intro h1 em {
    margin-left: 0;
    white-space: normal;
  }
  .portfolio-intro-copy {
    align-items: start;
    gap: 2rem;
  }
  .portfolio-grid {
    display: block;
    padding: 5rem 1.1rem;
  }
  .portfolio-card,
  .portfolio-card:nth-child(4n + 2),
  .portfolio-card:nth-child(4n + 3) {
    margin: 0 0 5.5rem;
  }
  .portfolio-card-image,
  .portfolio-card:nth-child(3n + 2) .portfolio-card-image {
    aspect-ratio: 0.86/1;
  }
  .portfolio-card-copy {
    align-items: start;
    flex-direction: column;
    gap: 1.2rem;
  }
  .portfolio-card-copy h2 {
    font-size: 2.5rem;
  }
  .portfolio-closing {
    padding: 6rem 1.1rem;
  }
  .portfolio-closing h2 {
    font-size: clamp(3.6rem, 16vw, 5.5rem);
  }
  .story-editorial-collage {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    padding: 0.5rem;
  }
  .story-editorial-collage figure:nth-child(1) {
    grid-column: 1/3;
    grid-row: auto;
    height: 58vh;
  }
  .story-editorial-collage figure:nth-child(2),
  .story-editorial-collage figure:nth-child(3),
  .story-editorial-collage figure:nth-child(4),
  .story-editorial-collage figure:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    height: 32vh;
  }
  .story-meta-line {
    align-items: start;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .story-meta-line p {
    margin: 0;
  }
  .story-article-copy {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
  .editorial-gallery {
    display: block;
    padding: 5rem 1.1rem 8rem;
  }
  .gallery-frame,
  .gallery-frame.frame-0,
  .gallery-frame.frame-1,
  .gallery-frame.frame-2,
  .gallery-frame.frame-3,
  .gallery-frame.frame-4,
  .gallery-frame.frame-5,
  .gallery-frame.frame-6 {
    aspect-ratio: auto;
    margin: 0 0 3.5rem;
  }
  .editorial-gallery img {
    height: auto;
  }
  .about-hero-copy {
    bottom: 9rem;
    left: 1.1rem;
    right: 1.1rem;
  }
  .about-hero h1 {
    font-size: clamp(4.3rem, 19vw, 6.2rem);
    line-height: 0.75;
  }
  .about-hero h1 em {
    font-size: 0.72em;
    margin-left: 0;
    max-width: 100%;
    white-space: normal;
  }
  .about-hero > a {
    bottom: 2rem;
    right: 1.1rem;
  }
  .about-manifesto {
    gap: 5rem;
    grid-template-columns: 1fr;
    padding: 6rem 1.1rem;
  }
  .about-manifesto-image img {
    height: 68vh;
  }
  .about-manifesto-copy h2 {
    font-size: clamp(3.4rem, 15vw, 5.2rem);
    margin: 3rem 0;
  }
  .about-manifesto-copy > div {
    grid-template-columns: 1fr;
    margin-left: 0;
  }
  .about-chapters {
    padding: 6rem 1.1rem;
  }
  .about-chapters-heading {
    margin-bottom: 5rem;
  }
  .about-chapters article {
    gap: 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 8rem;
  }
  .about-chapters article.reverse .about-chapter-image {
    order: 0;
  }
  .about-chapter-image {
    margin: 0;
    width: 100%;
  }
  .about-chapter-image img {
    height: 66vh;
  }
  .about-chapter-copy h2 {
    font-size: clamp(4rem, 18vw, 6rem);
  }
  .about-closing {
    padding: 6rem 1.1rem;
  }
  .about-closing p {
    font-size: clamp(3.6rem, 16vw, 5.5rem);
  }
  .about-closing p em {
    margin-left: 0;
  }
  .contact-page-intro {
    min-height: auto;
    padding: 5rem 1.1rem;
  }
  .contact-page-intro h1 {
    font-size: clamp(4.5rem, 20vw, 7rem);
    margin: 4rem 0;
  }
  .contact-page-intro h1 em {
    margin-left: 0;
  }
  .contact-page-body {
    grid-template-columns: 1fr;
  }
  .contact-page-image {
    min-height: 56vh;
    order: 2;
  }
  .contact-page-form {
    order: 1;
    padding: 5rem 1.1rem;
  }
  .contact-faq {
    gap: 4rem;
    grid-template-columns: 1fr;
    padding: 6rem 1.1rem;
  }
  .contact-faq-heading h2 {
    font-size: clamp(3.8rem, 17vw, 5.4rem);
    margin-top: 3rem;
  }
  .contact-faq-list summary {
    gap: 1rem;
    grid-template-columns: 1.5rem 1fr 1.5rem;
    min-height: 6rem;
  }
  .contact-faq-list summary strong {
    font-size: 1.55rem;
  }
  .contact-faq-list details > p {
    font-size: 1rem;
    margin: -0.2rem 0 2rem 2.5rem;
  }
  .studio-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 1.2rem;
  }
  .studio-user > span {
    display: none;
  }
  .studio-intro {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 4rem 1.1rem;
  }
  .studio-intro h1 {
    font-size: clamp(3.8rem, 17vw, 5.5rem);
  }
  .studio-workspace {
    padding: 1rem 1.1rem 5rem;
  }
  .upload-panel,
  .library-panel,
  .inquiries-panel {
    padding: 1.3rem;
  }
  .field-grid,
  .drop-zone,
  .upload-previews,
  .publish-row,
  .form-message {
    margin-left: 0;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
  .field-wide {
    grid-column: 1;
  }
  .publish-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .studio-submit {
    margin-left: 0;
    width: 100%;
  }
  .library-story {
    align-items: start;
    grid-template-columns: 80px 1fr;
  }
  .library-cover {
    height: 65px;
    width: 80px;
  }
  .library-actions {
    grid-column: 1/-1;
  }
  .inquiry-card {
    gap: 1.4rem;
    grid-template-columns: 1fr;
  }
}

/*
 * Display typography rhythm
 *
 * The editorial headings deliberately use large type, but line heights below
 * 0.8 caused Slovak accents and descenders to collide. Keep the tight visual
 * character while giving every line, including italic continuations, its own
 * reliable vertical space.
 */
.hero h1,
.section-heading h2,
.approach-copy h2,
.experience-intro h2,
.home-journal-heading h2,
.contact-section > h2,
.journal-intro h1,
.journal-closing h2,
.story-next h2,
.portfolio-intro h1,
.about-hero h1,
.about-manifesto-copy h2,
.about-closing p,
.contact-page-intro h1,
.contact-faq-heading h2,
.studio-intro h1 {
  line-height: 0.92;
  text-wrap: balance;
}

.hero h1 em,
.section-heading h2 em,
.approach-copy h2 em,
.experience-intro h2 em,
.home-journal-heading h2 em,
.contact-section > h2 em,
.journal-intro h1 em,
.journal-closing h2 em,
.story-next h2 em,
.portfolio-intro h1 em,
.about-hero h1 em,
.about-manifesto-copy h2 em,
.about-closing p em,
.contact-page-intro h1 em,
.contact-faq-heading h2 em,
.studio-intro h1 em {
  display: block;
  line-height: 1.02;
  margin-top: 0.12em;
  padding-top: 0;
}

.section-heading h2 br,
.approach-copy h2 br,
.experience-intro h2 br,
.home-journal-heading h2 br,
.contact-section > h2 br,
.journal-intro h1 br,
.journal-closing h2 br,
.story-next h2 br,
.portfolio-intro h1 br,
.about-hero h1 br,
.about-manifesto-copy h2 br,
.about-closing p br,
.contact-page-intro h1 br,
.contact-faq-heading h2 br,
.studio-intro h1 br {
  display: none;
}

.opening-statement h2,
.story-copy h3,
.journal-featured h2,
.journal-card h2,
.journal-article-header h1,
.journal-lead > h2,
.journal-article-copy h2,
.journal-pullquote,
.journal-related h2,
.story-masthead h1,
.portfolio-card-copy h2,
.portfolio-closing h2,
.about-chapter-copy h2,
.quote-section p,
.quote-section strong {
  line-height: 0.98;
  text-wrap: balance;
}

@media (max-width: 900px) {
  .hero h1,
  .section-heading h2,
  .approach-copy h2,
  .experience-intro h2,
  .home-journal-heading h2,
  .contact-section > h2,
  .journal-intro h1,
  .journal-closing h2,
  .story-next h2,
  .portfolio-intro h1,
  .about-hero h1,
  .about-manifesto-copy h2,
  .about-closing p,
  .contact-page-intro h1,
  .contact-faq-heading h2,
  .studio-intro h1 {
    line-height: 0.96;
  }

  .hero h1 em,
  .section-heading h2 em,
  .approach-copy h2 em,
  .experience-intro h2 em,
  .home-journal-heading h2 em,
  .contact-section > h2 em,
  .journal-intro h1 em,
  .journal-closing h2 em,
  .story-next h2 em,
  .portfolio-intro h1 em,
  .about-hero h1 em,
  .about-manifesto-copy h2 em,
  .about-closing p em,
  .contact-page-intro h1 em,
  .contact-faq-heading h2 em,
  .studio-intro h1 em {
    margin-top: 0.16em;
  }

  /* Long Slovak display copy needs a little more room on narrow screens. */
  .journal-intro h1,
  .portfolio-intro h1,
  .about-hero h1,
  .contact-page-intro h1 {
    font-size: clamp(3.1rem, 13vw, 5.25rem);
    max-width: 100%;
    text-wrap: wrap;
  }

  .about-hero h1 em,
  .journal-intro h1 em {
    font-size: 0.68em;
  }

  .contact-page-intro h1 em {
    font-size: 0.78em;
  }

  .portfolio-intro-copy {
    flex-direction: column;
    max-width: 100%;
  }
}

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

:focus-visible {
  outline: 2px solid var(--cobalt);
  outline-offset: 4px;
}
