@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --paper: #eee9de;
  --paper-deep: #e2dbc9;
  --ink: #25261f;
  --olive: #303328;
  --olive-soft: #55594a;
  --rust: #9d4127;
  --rust-deep: #6d2e1f;
  --dust: #8b9a9a;
  --line: rgba(37, 38, 31, .25);
  --white: #fffaf0;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.is-admin { background: #f5f6f3; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between;
  padding: 22px 34px; color: var(--white); mix-blend-mode: difference; pointer-events: none;
}
.site-header > * { pointer-events: auto; }
.site-header.light { color: var(--ink); mix-blend-mode: normal; background: rgba(238,233,222,.94); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 28px; letter-spacing: -.06em; line-height: 1; }
.wordmark span { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; line-height: 1.1; text-transform: uppercase; }
.site-nav { display: flex; gap: clamp(16px, 3vw, 46px); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 4px 0; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }

.page { min-height: 100vh; overflow: hidden; }
.hero { position: relative; min-height: 100svh; background: var(--olive); color: var(--white); display: grid; place-items: center; isolation: isolate; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.46)); z-index: -1; }
.hero-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.74) contrast(.96); }
.hero-content { text-align: center; padding: 100px 20px 40px; }
/* The original white-on-black logo uses screen blending to reveal the photo. */
.hero-mark { width: min(300px, 58vw); margin: 0 auto 20px; mix-blend-mode: screen; opacity: .95; }
.hero-fallback-mark { font-family: var(--serif); font-size: clamp(80px, 15vw, 220px); letter-spacing: -.11em; line-height: .75; }
.eyebrow, .section-index, .micro { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-tagline { font-family: var(--mono); font-size: 11px; letter-spacing: .19em; text-transform: uppercase; }
.hero-link { display: inline-block; margin-top: 70px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.hero-scroll { position: absolute; left: 34px; bottom: 28px; writing-mode: vertical-rl; font-family: var(--mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; opacity: .8; }

.intro-band { display: grid; grid-template-columns: 1fr minmax(260px, 1.1fr); min-height: 560px; }
.intro-band > * { padding: clamp(35px, 7vw, 110px); }
.intro-band .intro-art { padding: 0; overflow: hidden; min-height: 430px; }
.intro-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.dark { background: var(--olive); color: var(--paper); }
.rust { background: var(--rust); color: var(--white); }
.paper-deep { background: var(--paper-deep); }
.manifesto { display: flex; flex-direction: column; justify-content: space-between; }
.display { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; line-height: .92; }
.display.xl { font-size: clamp(72px, 13vw, 195px); }
.display.lg { font-size: clamp(54px, 8vw, 120px); }
.display.md { font-size: clamp(44px, 6vw, 92px); }
.manifesto-title { margin: 40px 0; max-width: 5ch; }
.body-copy { max-width: 510px; font-size: clamp(17px, 1.65vw, 22px); line-height: 1.42; }
.body-copy p { margin: 0 0 1.15em; }
.editorial-link { display: inline-block; margin-top: 25px; border-bottom: 1px solid currentColor; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.section { padding: clamp(88px, 12vw, 190px) clamp(22px, 6vw, 95px); }
.section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: clamp(56px, 9vw, 125px); }
.section-head .display { max-width: 8ch; }
.section-note { max-width: 280px; font-size: 13px; line-height: 1.4; }
.narrow-copy { width: min(610px, 100%); margin-left: clamp(0px, 17vw, 270px); }
.narrow-copy .lead { font-family: var(--serif); font-size: clamp(28px, 4.1vw, 58px); line-height: 1.07; letter-spacing: -.045em; margin-bottom: 75px; }
.narrow-copy h3 { margin: 75px 0 19px; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.narrow-copy p { max-width: 590px; margin: 0 0 20px; font-size: 17px; }
.identity-signoff { margin-top: 80px; font-family: var(--serif); font-style: italic; font-size: clamp(28px, 4vw, 58px); }

.process-page { background: var(--olive); color: var(--paper); }
.process-hero { min-height: 88svh; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 30px; padding: 150px clamp(22px, 7vw, 110px) 70px; }
.process-hero h1 { font-size: clamp(74px, 12vw, 170px); max-width: 5ch; margin: 0; }
.process-hero h1 em { display: block; font-size: .55em; font-weight: 400; }
.process-hero-image { height: min(72vh, 800px); overflow: hidden; }
.process-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.steps { border-top: 1px solid rgba(238,233,222,.35); }
.process-step { display: grid; grid-template-columns: 100px 1fr .8fr; gap: 28px; align-items: center; min-height: 480px; padding: 50px 0; border-bottom: 1px solid rgba(238,233,222,.35); }
.process-step .step-num { align-self: start; font-family: var(--mono); font-size: 12px; letter-spacing: .1em; }
.process-step h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 6vw, 90px); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.process-step figure { margin: 0; height: 360px; overflow: hidden; }
.process-step figure img { width: 100%; height: 100%; object-fit: cover; }
.step-meta { align-self: end; max-width: 170px; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.one-of-one { min-height: 90svh; position: relative; display: grid; place-items: center; overflow: hidden; background: #1f201a; color: var(--white); }
.one-of-one img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .63; filter: saturate(.74); }
.one-of-one::after { content: ''; position: absolute; inset: 0; background: rgba(31,32,26,.32); }
.one-of-one h2 { z-index: 1; position: relative; margin: 0; font-size: clamp(90px, 18vw, 280px); text-align: center; text-transform: uppercase; }
.one-of-one h2 span { display: block; }
.one-of-one h2 span:nth-child(2) { margin-left: .45em; }

.origin-intro { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 130px 22px 100px; }
.origin-intro .display { font-size: clamp(80px, 18vw, 260px); }
.origin-intro .origin-sub { margin-top: 35px; font-family: var(--mono); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.origin-intro blockquote { margin: 36px 0 0; font-family: var(--serif); font-style: italic; font-size: clamp(24px, 3vw, 42px); }
.origin-copy { max-width: 790px; margin: auto; padding: 120px 22px 140px; }
.origin-copy .lead { font-family: var(--serif); font-size: clamp(30px, 4.6vw, 66px); line-height: 1.07; letter-spacing: -.045em; }
.origin-copy p { max-width: 630px; margin: 25px auto 0; font-size: 17px; }
.origin-copy p strong { font-family: var(--mono); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.story-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(12px, 2vw, 30px); padding: 0 clamp(12px, 4vw, 70px) 140px; }
.story-gallery figure { margin: 0; overflow: hidden; }
.story-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.story-gallery figure:hover img { transform: scale(1.025); }
.story-gallery .full { grid-column: 1 / -1; height: min(83vh, 850px); }
.story-gallery .wide { grid-column: span 7; height: min(67vh, 710px); }
.story-gallery .small { grid-column: span 5; height: min(54vh, 570px); align-self: end; }
.story-gallery .half { grid-column: span 6; height: min(65vh, 760px); }
.story-gallery .portrait { grid-column: span 4; height: min(65vh, 720px); }
.story-gallery .landscape { grid-column: span 8; height: min(52vh, 600px); }
.story-gallery figcaption { padding-top: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.archive-intro { min-height: 100svh; display: grid; grid-template-columns: .85fr 1.3fr .85fr; align-items: center; gap: 18px; padding: 145px clamp(18px, 5vw, 80px) 80px; }
.archive-intro .display { font-size: clamp(64px, 10vw, 150px); text-align: center; line-height: .82; }
.archive-intro figure { margin: 0; height: min(66vh, 700px); overflow: hidden; }
.archive-intro figure:first-child { margin-top: 150px; }
.archive-intro figure:last-child { margin-top: -130px; }
.archive-intro img { width: 100%; height: 100%; object-fit: cover; }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(70px, 10vw, 170px) clamp(18px, 4vw, 70px); padding: 30px clamp(22px, 7vw, 110px) 170px; }
.archive-card { position: relative; }
.archive-card:nth-child(even) { margin-top: 160px; }
.archive-card figure { position: relative; margin: 0; overflow: hidden; background: var(--paper-deep); aspect-ratio: .77; }
.archive-card figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .55s var(--ease), transform .8s var(--ease); }
.archive-card figure img.back { opacity: 0; }
.archive-card:hover figure img.front.has-back { opacity: 0; }
.archive-card:hover figure img.back { opacity: 1; }
.archive-card:hover figure img { transform: scale(1.015); }
.archive-card .archive-meta { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.archive-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 3.1vw, 46px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.archive-card .availability { margin-top: 8px; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.archive-card .number { margin-bottom: 7px; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }
.archive-card .arrow { align-self: center; font-size: 25px; transition: transform .35s var(--ease); }
.archive-card:hover .arrow { transform: translateX(8px); }
.detail { padding-top: 150px; }
.detail-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 7vw, 110px); align-items: start; padding: 0 clamp(22px, 7vw, 110px) 150px; }
.detail-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.detail-images img { width: 100%; height: auto; background: var(--paper-deep); }
.detail-images img:first-child { grid-column: 1 / -1; }
.detail-copy { position: sticky; top: 130px; }
.detail-copy h1 { margin: 18px 0 40px; font-family: var(--serif); font-size: clamp(54px, 7vw, 105px); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.detail-copy .description { max-width: 490px; font-size: 18px; line-height: 1.45; }
.specs { margin-top: 60px; border-top: 1px solid var(--line); }
.spec { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.spec span:last-child { text-align: right; }
.atelier-note { margin-top: 60px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; }

.closing { display: grid; grid-template-columns: 1fr 1fr; min-height: 530px; }
.closing-image { min-height: 530px; overflow: hidden; }
.closing-image img { width: 100%; height: 100%; object-fit: cover; }
.closing-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(35px, 7vw, 110px); }
.closing-copy .display { max-width: 5ch; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 34px; background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { text-decoration: underline; text-underline-offset: 4px; }

/* Admin */
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; color: #1f2825; }
.admin-sidebar { background: #222d29; color: #f2f2ea; padding: 28px 20px; }
.admin-brand { display: flex; justify-content: space-between; align-items: start; padding: 0 10px 32px; border-bottom: 1px solid rgba(255,255,255,.16); }
.admin-brand strong { font-family: var(--serif); font-size: 27px; letter-spacing: -.06em; font-weight: 500; }
.admin-brand small { display: block; margin-top: 6px; color: #b9c1b6; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.admin-nav { display: grid; gap: 4px; margin-top: 24px; }
.admin-nav button { width: 100%; border: 0; background: transparent; color: #cbd0c6; padding: 12px 10px; border-radius: 2px; text-align: left; font-size: 14px; }
.admin-nav button:hover, .admin-nav button.active { background: #3b4a43; color: #fff; }
.admin-back { display: block; margin: 36px 10px 0; color: #b9c1b6; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.admin-main { min-width: 0; padding: 38px clamp(20px, 4vw, 58px) 80px; }
.admin-topbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 42px; }
.admin-topbar h1 { margin: 0; font-size: clamp(25px, 3vw, 37px); font-weight: 600; letter-spacing: -.04em; }
.admin-topbar .user { color: #718078; font-size: 13px; }
.admin-button { border: 1px solid #1f2825; background: #1f2825; color: white; padding: 11px 16px; border-radius: 2px; font-size: 13px; }
.admin-button.secondary { border-color: #bac4bc; background: transparent; color: #23302b; }
.admin-button.danger { border-color: #a23b2a; background: #a23b2a; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 30px; }
.stat { background: white; border: 1px solid #dbe0da; padding: 22px; min-height: 124px; }
.stat strong { display: block; font-size: 35px; line-height: 1; }
.stat span { display: block; margin-top: 11px; color: #738078; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.admin-panel { background: white; border: 1px solid #dbe0da; padding: clamp(20px, 3vw, 34px); margin-bottom: 20px; }
.admin-panel h2 { margin: 0 0 22px; font-size: 19px; }
.panel-header { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 22px; }
.panel-header h2 { margin: 0; }
.admin-list { display: grid; gap: 9px; }
.admin-list-row { display: grid; grid-template-columns: 62px 1fr auto; gap: 14px; align-items: center; padding: 10px; background: #f5f7f3; border: 1px solid #e2e8e1; }
.admin-list-row img { width: 62px; height: 70px; object-fit: cover; }
.admin-list-row strong { display: block; font-size: 14px; }
.admin-list-row small { color: #78847c; font-size: 12px; }
.tag { display: inline-block; padding: 4px 7px; background: #e3eee7; color: #2f684e; font-family: var(--mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.tag.draft { background: #f2e7c8; color: #88621e; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #53615a; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cfd8d0; border-radius: 2px; background: #fff; color: #1f2825; padding: 11px 12px; outline: none; }
.field textarea { min-height: 130px; resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: #5d7b6b; box-shadow: 0 0 0 2px rgba(93,123,107,.16); }
.check-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.check-row label { display: flex; gap: 8px; align-items: center; font-size: 13px; }
.form-footer { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 28px; padding-top: 22px; border-top: 1px solid #e0e5df; }
.save-state { color: #5e7467; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.media-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.media-card { background: #f5f7f3; border: 1px solid #e2e8e1; }
.media-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.media-card span { display: block; overflow: hidden; padding: 7px; color: #617068; font-family: var(--mono); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 25px; background: #222d29; }
.login-card { width: min(430px, 100%); background: #f5f6f3; padding: clamp(30px, 6vw, 60px); }
.login-card .login-mark { font-family: var(--serif); font-size: 54px; line-height: .9; letter-spacing: -.08em; }
.login-card p { color: #69756e; font-size: 14px; }
.login-card form { display: grid; gap: 16px; margin-top: 35px; }
.login-card .field input { background: transparent; }
.login-error { color: #a23b2a; font-size: 13px; }
.admin-toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; background: #222d29; color: #fff; padding: 13px 17px; font-family: var(--mono); font-size: 11px; letter-spacing: .05em; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.empty-state { border: 1px dashed #bcc9bf; padding: 30px; color: #718078; text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 850px) {
  .site-header { padding: 18px 20px; }
  .site-nav { position: fixed; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 25px; background: var(--olive); color: var(--paper); font-size: 14px; }
  .site-nav.open { display: flex; }
  /* Keep the full-screen menu opaque, independent of scroll/header theme. */
  .site-header:has(.site-nav.open) {
    mix-blend-mode: normal;
    color: var(--paper);
    background: var(--olive);
    border-bottom: 0;
  }
  .site-header:has(.site-nav.open) .wordmark { position: relative; z-index: 2; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .intro-band, .closing, .detail-top { grid-template-columns: 1fr; }
  .intro-band .intro-art { min-height: 58vh; }
  .intro-band > * { padding: 55px 22px; }
  .process-hero { grid-template-columns: 1fr; padding: 130px 22px 55px; }
  .process-hero-image { height: 58vh; }
  .process-step { grid-template-columns: 45px 1fr; gap: 15px; min-height: 0; padding: 55px 0; }
  .process-step figure { grid-column: 1 / -1; height: 60vh; max-height: 590px; order: 3; }
  .step-meta { grid-column: 2; }
  .archive-intro { grid-template-columns: 1fr 1.4fr 1fr; min-height: 80vh; padding: 130px 12px 40px; gap: 8px; }
  .archive-intro figure { height: 42vh; }
  .archive-intro figure:first-child { margin-top: 80px; }
  .archive-intro figure:last-child { margin-top: -60px; }
  .archive-grid { gap: 70px 12px; padding-inline: 14px; }
  .archive-card:nth-child(even) { margin-top: 80px; }
  .detail { padding-top: 120px; }
  .detail-top { padding-inline: 18px; }
  .detail-copy { position: static; padding-top: 25px; }
  .story-gallery { grid-template-columns: repeat(2, 1fr); padding-inline: 12px; }
  .story-gallery .full, .story-gallery .wide, .story-gallery .landscape { grid-column: 1 / -1; height: 64vh; }
  .story-gallery .small, .story-gallery .half, .story-gallery .portrait { grid-column: span 1; height: 52vh; }
  .closing-image { min-height: 60vh; }
  .site-footer { flex-direction: column; padding: 22px 20px; }
  .admin-shell { display: block; }
  .admin-sidebar { padding: 18px 16px; }
  .admin-brand { padding-bottom: 16px; }
  .admin-nav { display: flex; overflow-x: auto; margin-top: 14px; }
  .admin-nav button { width: auto; white-space: nowrap; }
  .admin-back { display: none; }
  .admin-main { padding: 25px 16px 50px; }
  .admin-grid { grid-template-columns: repeat(2, 1fr); }
  .media-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  .hero-scroll { left: 17px; bottom: 18px; }
  .hero-content { padding-top: 95px; }
  .section-head { display: block; }
  .section-note { margin-top: 25px; }
  .narrow-copy { margin-left: 0; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card:nth-child(even) { margin-top: 0; }
  .archive-card figure { aspect-ratio: .82; }
  .story-gallery .full, .story-gallery .wide, .story-gallery .landscape, .story-gallery .small, .story-gallery .half, .story-gallery .portrait { grid-column: 1 / -1; height: auto; aspect-ratio: .8; }
  .story-gallery .full { aspect-ratio: .72; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .admin-topbar { align-items: flex-start; flex-direction: column; }
  .admin-topbar .admin-actions { width: 100%; }
}
