/* ============================================================
   Brenton Hood — executive AI systems portfolio
   Sharp editorial layout, photographic hero, case-study slabs.
   ============================================================ */

:root {
  --ink: #1a1b1f;
  --ink-soft: #494b52;
  --muted: #74777f;
  --line: #ded9cf;
  --line-strong: #c9c0b1;
  --cream: #f4f1ea;
  --cream-deep: #e9e3d7;
  --paper: #fffdf8;
  --dark: #12161c;
  --dark-2: #1d222a;
  --dark-line: rgba(255, 255, 255, 0.16);
  --on-dark: #f7f4ed;
  --on-dark-soft: #c3c4c7;
  --accent: #b28a50;
  --accent-soft: rgba(178, 138, 80, 0.16);
  --shadow: 0 34px 90px -44px rgba(18, 20, 26, 0.72);
  --maxw: 1180px;
  --hero-maxw: 1280px;
  --gutter: clamp(20px, 4vw, 48px);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  -webkit-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

input,
textarea {
  -webkit-user-select: text;
  user-select: text;
}

::selection {
  background: rgba(178, 138, 80, 0.28);
}

.nav-inner,
.hero-inner,
.showcases-head,
.cards,
.showcases-access,
.features-inner,
.foot-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* ============================ NAV ============================ */
.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}

.nav-inner {
  width: min(calc(100% - 48px), var(--hero-maxw));
  max-width: none;
  padding-inline: 0;
  padding-block: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.monogram {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--on-dark);
}

.wordmark,
.hero-showcases-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wordmark { color: var(--on-dark); }

.ico-lock {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.ico-lock.sm {
  width: 13px;
  height: 13px;
}

/* ============================ HERO ============================ */
.hero {
  --hero-name-size: clamp(4rem, 7.2vw, 6.4rem);
  position: relative;
  min-height: 100svh;
  height: auto;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: var(--on-dark);
  background: var(--dark);
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(80% 86% at 28% 50%, rgba(6, 8, 11, 0.52) 0%, rgba(6, 8, 11, 0.28) 42%, rgba(6, 8, 11, 0) 72%),
    linear-gradient(90deg, rgba(8, 10, 13, 0.94) 0%, rgba(8, 10, 13, 0.78) 34%, rgba(8, 10, 13, 0.32) 67%, rgba(8, 10, 13, 0.58) 100%),
    linear-gradient(0deg, rgba(8, 10, 13, 0.86) 0%, rgba(8, 10, 13, 0.24) 38%, rgba(8, 10, 13, 0.04) 72%),
    url("hero-editorial.png?v=20260611c");
  background-size: cover, cover, cover, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--hero-maxw));
  max-width: none;
  padding-inline: 0;
  min-height: 100svh;
  display: block;
}

.hero-copy {
  position: absolute;
  top: clamp(124px, 19vh, 188px);
  left: 0;
  width: min(57%, 720px);
  min-width: 0;
}

.hero-name {
  margin: 0;
  max-width: none;
  font-family: var(--serif);
  font-weight: 500;
  font-size: var(--hero-name-size);
  line-height: 0.94;
  letter-spacing: -0.012em;
}

.hero-role {
  margin: 22px 0 0;
  max-width: 38ch;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.35rem, 2.05vw, 2rem);
  line-height: 1.26;
  color: #e2d3bd;
}

.hero-lead {
  max-width: 42ch;
  margin: 24px 0 0;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.68;
  color: var(--on-dark-soft);
}

.hero-figure {
  position: absolute;
  bottom: clamp(84px, 12vh, 142px);
  right: 0;
  width: min(42%, 430px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
}

.hero-figure::before {
  content: "System Blueprint";
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.blueprint {
  display: block;
  width: min(100%, 360px);
  height: auto;
  padding: 20px 12px;
  border: 1px solid rgba(192, 200, 198, 0.20);
  background: rgba(17, 22, 28, 0.54);
  backdrop-filter: blur(5px);
  box-shadow: 0 34px 90px -52px rgba(0, 0, 0, 0.8);
}

.blueprint .bp-edges path {
  fill: none;
  stroke: rgba(178, 138, 80, 0.85);
  stroke-width: 1.4;
}

.blueprint #arrow path {
  fill: none;
  stroke: rgba(178, 138, 80, 0.85);
  stroke-width: 1.4;
}

.blueprint .bp-nodes rect {
  fill: rgba(232, 224, 210, 0.85);
  stroke: rgba(255, 244, 218, 0.34);
  stroke-width: 1.15;
  rx: 1px;
}

.blueprint .bp-main {
  fill: #171b20;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-anchor: middle;
}

.blueprint .bp-sub {
  fill: rgba(23, 27, 32, 0.68);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-anchor: middle;
}

.hero-showcases-link {
  position: absolute;
  left: 50%;
  bottom: clamp(22px, 4vh, 40px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  color: rgba(247, 244, 237, 0.88);
  transition: color 0.18s ease, transform 0.18s ease;
}

.hero-showcases-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.hero-showcases-link:hover {
  color: var(--on-dark);
  transform: translate(-50%, 2px);
}

/* ========================= SHOWCASES ========================= */
.showcases {
  background:
    linear-gradient(180deg, #f8f5ef 0%, var(--cream) 100%);
  padding: clamp(50px, 6.5vh, 82px) 0 clamp(38px, 5vh, 62px);
}

.showcases-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 390px);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  margin-bottom: clamp(24px, 3.5vh, 40px);
}

.eyebrow {
  display: inline-block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.showcases-head h2 {
  grid-column: 1;
  margin: 9px 0 0;
  max-width: 700px;
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
}

.card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: stretch;
  padding-block: clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--line-strong);
}

.card:last-child {
  border-bottom: 1px solid var(--line-strong);
}

.card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
}

.card:nth-child(even) .card-preview { order: 2; }
.card:nth-child(even) .card-body { order: 1; }

.card-index {
  position: absolute;
  top: clamp(34px, 5vw, 58px);
  right: 0;
  z-index: 3;
  color: rgba(26, 27, 31, 0.22);
  font-family: var(--serif);
  font-size: clamp(46px, 8vw, 86px);
  line-height: 0.8;
  pointer-events: none;
}

.card:nth-child(even) .card-index {
  left: 0;
  right: auto;
}

.card-preview {
  position: relative;
  min-height: 320px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  border: 1px solid #242933;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    radial-gradient(110% 90% at 78% 0%, #242b34, #11151b 68%);
  box-shadow: var(--shadow);
}

.card-preview::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.card-preview .shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.preview-zoom {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.preview-zoom:focus-visible {
  outline: 2px solid rgba(178, 138, 80, 0.82);
  outline-offset: -8px;
}

.preview-zoom::after {
  content: "";
  display: none;
}

.preview-librarian .shot {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 60px -42px rgba(0, 0, 0, 0.88);
}

.preview-librarian {
  min-height: 390px;
  border-color: rgba(74, 48, 35, 0.42);
  background: #241208;
}

.mini {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid var(--dark-line);
  background: rgba(255, 255, 255, 0.075);
  padding: 16px;
  color: var(--on-dark-soft);
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.mini-row {
  align-self: flex-end;
  max-width: 78%;
  border: 1px solid rgba(178, 138, 80, 0.34);
  background: rgba(178, 138, 80, 0.18);
  color: #eddcc1;
  padding: 7px 10px;
}

.mini-bubble {
  align-self: flex-start;
  max-width: 84%;
  border: 1px solid var(--dark-line);
  background: rgba(255, 255, 255, 0.10);
  color: var(--on-dark);
  padding: 9px 11px;
  line-height: 1.45;
}

.mini-trace {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-covers {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.mini-cover {
  width: 30px;
  height: 44px;
  box-shadow: 0 12px 18px -14px rgba(0, 0, 0, 0.86);
}

.mini-cover.c1 { background: linear-gradient(160deg, #3b5a73, #25323f); }
.mini-cover.c2 { background: linear-gradient(160deg, #6b4a2f, #3a2716); }
.mini-cover.c3 { background: linear-gradient(160deg, #4a4660, #2a2738); }

.mini-trail {
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px dashed var(--dark-line);
  color: rgba(255, 255, 255, 0.40);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-crm-head {
  color: var(--on-dark);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-crm-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}

.mini-k {
  padding-top: 1px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-v { color: var(--on-dark); }

.mini-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.mini-chip {
  padding: 4px 9px;
  border: 1px solid var(--dark-line);
  background: rgba(255, 255, 255, 0.085);
  font-size: 9.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mini-chip.warm {
  border-color: rgba(178, 138, 80, 0.42);
  background: rgba(178, 138, 80, 0.20);
  color: #eddcc1;
}

.card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(24px, 5vw, 92px);
}

.card:nth-child(even) .card-body {
  align-items: flex-end;
  padding-right: 0;
  padding-left: clamp(90px, 10vw, 150px);
  text-align: right;
}

.card-kicker {
  color: var(--accent);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.card-title {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.02;
}

.card-desc {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.72;
}

.card-desc em {
  color: var(--ink);
  font-style: italic;
}

.card-closest {
  margin: 22px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.closest-label {
  display: inline-block;
  margin-right: 9px;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card-stack {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.card-cta {
  width: fit-content;
  margin-top: clamp(24px, 3vw, 34px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--dark);
  background: var(--dark);
  color: var(--on-dark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.18s ease, background 0.18s ease;
}

.card-cta:hover {
  background: transparent;
  color: var(--dark);
}

.card-cta .ico-lock {
  stroke: var(--accent);
}

.showcases-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(28px, 5vh, 48px);
  padding-top: clamp(22px, 4vh, 34px);
  border-top: 1px solid var(--line-strong);
}

.showcases-access p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.showcases-access .ico-lock {
  flex: 0 0 auto;
  margin-top: 3px;
  stroke: var(--accent);
}

.showcases-access .card-cta {
  flex: 0 0 auto;
  margin-top: 0;
}

/* ========================= METHOD ========================= */
.features {
  background: #ebe5d8;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  padding-block: clamp(38px, 6vh, 64px);
}

.features-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.feature {
  min-height: 172px;
  padding: 0 clamp(18px, 2.5vw, 34px);
  border-left: 1px solid rgba(26, 27, 31, 0.16);
}

.feature:first-child {
  border-left: 0;
  padding-left: 0;
}

.feature-no {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
}

.feature h4 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature p {
  margin: 14px 0 0;
  max-width: 24ch;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.58;
}

/* ========================= FOOTER ========================= */
.site-foot {
  background: var(--cream);
  padding-block: 28px;
}

.foot-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.foot-dot { color: var(--line-strong); }

/* ===================== REQUEST ACCESS MODAL ===================== */
.ra-dialog {
  width: min(460px, calc(100vw - 36px));
  padding: 0;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 90px -30px rgba(16, 18, 24, 0.6);
}

.ra-dialog::backdrop {
  background: rgba(14, 16, 20, 0.58);
  backdrop-filter: blur(3px);
}

.ra-form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 4vw, 36px);
}

.ra-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.ra-close:hover { color: var(--ink); }

.ra-form .eyebrow {
  align-self: flex-start;
}

.ra-form h2 {
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.ra-intro {
  margin: 10px 0 22px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.ra-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}

.ra-field span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ra-field input,
.ra-field textarea {
  padding: 12px 13px;
  border: 1px solid var(--line-strong);
  background: #fcfbf8;
  color: var(--ink);
  font-size: 14.5px;
  resize: vertical;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ra-field input:focus,
.ra-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(178, 138, 80, 0.15);
}

.ra-submit {
  margin-top: 6px;
  min-height: 46px;
  border: 1px solid var(--dark);
  background: var(--dark);
  color: var(--on-dark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.ra-submit:hover {
  background: #000;
}

.ra-success {
  margin: 4px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.image-dialog {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(9, 8, 7, 0.62);
  backdrop-filter: blur(7px) saturate(1.06);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.image-dialog.is-open {
  opacity: 1;
}

.image-dialog img {
  position: fixed;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(17, 18, 20, 0.30);
  box-shadow: 0 48px 110px -34px rgba(0, 0, 0, 0.84);
  cursor: zoom-out;
}

.image-close {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(16, 15, 14, 0.74);
  color: rgba(255, 255, 255, 0.82);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.image-close:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}

[hidden] { display: none !important; }

/* ========================= RESPONSIVE ========================= */
@media (max-width: 960px) {
  .showcases-head,
  .card,
  .card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    width: min(calc(100% - 48px), 760px);
  }

  .hero-copy {
    width: min(100%, 680px);
  }

  .hero-figure {
    width: min(42%, 360px);
  }

  .blueprint {
    width: min(100%, 320px);
  }

  .card:nth-child(even) .card-preview,
  .card:nth-child(even) .card-body {
    order: initial;
  }

  .card .card-preview {
    order: 1;
  }

  .card:nth-child(even) .card-preview {
    order: 1;
  }

  .card .card-index {
    position: static;
    order: 2;
    z-index: auto;
    justify-self: start;
    margin: 6px 0 -14px;
    font-size: clamp(38px, 9vw, 58px);
  }

  .card:nth-child(even) .card-index {
    order: 2;
  }

  .card .card-body {
    order: 3;
  }

  .card:nth-child(even) .card-body {
    order: 3;
  }

  .card-body,
  .card:nth-child(even) .card-body {
    padding: 0;
  }

  .card:nth-child(even) .card-body {
    align-items: stretch;
    text-align: left;
  }

  .features-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 0;
  }

  .feature:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 720px) {
  .hero {
    --hero-name-size: clamp(3.25rem, 16vw, 4.75rem);
  }

  .hero {
    height: 100svh;
    min-height: 640px;
  }

  .hero-photo {
    background-position: center, center, center, 57% center;
  }

  .hero-inner {
    width: min(calc(100% - 36px), 560px);
    min-height: 100svh;
    display: block;
    padding-block: 0 52px;
  }

  .hero-copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .hero-top-copy {
    position: absolute;
    top: 33.333%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }

  .hero-name {
    font-size: var(--hero-name-size);
    max-width: 9.5ch;
  }

  .hero-role {
    max-width: 33ch;
    font-size: clamp(1.18rem, 6vw, 1.55rem);
  }

  .hero-lead {
    position: absolute;
    left: 0;
    bottom: 96px;
    max-width: 34ch;
    margin: 0;
  }

  .hero-figure {
    display: none;
  }
}

@media (max-width: 560px) {
  .wordmark {
    display: none;
  }

  .cards,
  .features-inner,
  .showcases-head,
  .showcases-access,
  .foot-inner {
    padding-inline: 18px;
  }

  .showcases-access {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-preview {
    min-height: 260px;
  }

  .preview-librarian {
    min-height: 350px;
  }

  .preview-librarian .shot {
    object-position: center;
  }

  .preview-librarian .preview-zoom::after {
    content: "Tap to enlarge";
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(16, 15, 14, 0.72);
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 34px -24px rgba(0, 0, 0, 0.9);
  }

  .features-inner {
    grid-template-columns: 1fr;
  }

  .feature,
  .feature:nth-child(odd) {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid rgba(26, 27, 31, 0.16);
    padding: 24px 0 0;
  }

  .feature:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .foot-inner {
    flex-direction: column;
    align-items: center;
  }

  .foot-dot {
    display: none;
  }
}
