:root {
  --background: #ffffff;
  --text: #444444;
  --heading: #202020;
  --muted: #777777;
  --accent: #81bbaa;
  --line: #dedede;
  --panel: #f6f6f6;
  --nav-width: 320px;
  --heading-font: Arial, Helvetica, sans-serif;
  --body-font: "Courier New", Courier, monospace;
  --logo-size: 26px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.7;
}

button,
input,
textarea {
  font: inherit;
}

button {
  -webkit-appearance: none;
  appearance: none;
}

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

a:hover,
a:focus-visible {
  color: var(--accent);
}

.site-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: var(--nav-width) minmax(0, 1fr);
}

.site-header {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 88px 34px 34px 116px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.logo {
  color: #2e2e2e;
  font-family: var(--heading-font);
  font-size: var(--logo-size);
  font-weight: 700;
  line-height: 1.1;
}

.site-nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 13px;
}

.site-nav a[aria-current="page"] {
  color: var(--accent);
}

.social-link {
  width: 21px;
  height: 21px;
  margin-top: auto;
  color: #555555;
}

.social-link svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.copyright {
  margin: 0;
  color: #666666;
  font-size: 11px;
  line-height: 1.5;
}

.menu-toggle {
  display: none;
}

.page {
  min-width: 0;
  padding: 113px 28px 42px 0;
  outline: none;
}

[hidden],
.view[hidden] {
  display: none !important;
}

body.is-grid-mode .site-shell {
  display: grid;
}

body.is-grid-mode .site-header {
  display: flex;
}

body.is-grid-mode .page {
  padding: 113px 28px 42px 0;
}

.slideshow-view {
  position: relative;
  min-height: calc(100vh - 100px);
  padding: 0 0 70px;
  display: grid;
  align-content: start;
}

.gallery-controls {
  position: relative;
  z-index: 2;
  width: max-content;
  margin-left: 0;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #444444;
  font-size: 13px;
  line-height: 1;
}

.text-control {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-control:hover,
.text-control:focus-visible {
  color: var(--accent);
  outline: none;
}

.grid-toggle {
  position: absolute;
  z-index: 3;
  top: -6px;
  right: 6px;
  width: 26px;
  height: 26px;
  padding: 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(3, 3px);
  grid-auto-rows: 3px;
  gap: 2px;
  place-content: center;
}

.grid-toggle span {
  display: block;
  width: 3px;
  height: 3px;
  background: #444444;
}

.grid-toggle:hover span,
.grid-toggle:focus-visible span {
  background: var(--accent);
}

.featured-work {
  min-width: 0;
  width: 100%;
  margin: 0;
  display: grid;
  justify-items: start;
  gap: 32px;
}

.featured-media {
  width: calc(100% - 252px);
  margin-left: 117px;
  display: grid;
  justify-items: center;
}

.featured-work img,
.featured-work video {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 156px);
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transition: opacity 180ms ease;
  background: #f2f2f2;
}

.featured-work img.is-landscape,
.featured-work video.is-landscape {
  width: 100%;
  max-height: none;
}

.featured-work img.is-loading,
.featured-work video.is-loading {
  opacity: 0;
}

.featured-work figcaption {
  min-height: 24px;
  display: block;
  color: #333333;
  font-size: 15px;
  text-align: left;
  margin-top: 0;
}

.empty-gallery {
  max-width: 520px;
  margin: 34px 0 0;
  color: var(--muted);
}

.grid-view {
  padding: 46px 42px 80px 4px;
}

.grid-heading {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid-heading h1 {
  margin: 0;
  color: #444444;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.grid-close {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #444444;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 26px;
}

.grid-close:hover,
.grid-close:focus-visible {
  color: var(--accent);
  outline: none;
}

.thumbnail-grid {
  width: 100%;
  max-width: 1588px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 50px 48px;
}

.thumbnail-grid button {
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  background: var(--panel);
  cursor: pointer;
  overflow: hidden;
}

.thumbnail-grid button[aria-current="true"] {
  border-color: transparent;
}

.thumbnail-grid img,
.thumbnail-grid video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mobile-feed {
  display: none;
}

.pollaroid-index,
.pollaroid-about,
.pollaroid-project {
  display: none;
}

.view-content {
  width: min(100%, 1140px);
  min-height: calc(100vh - 115px);
  margin: 0 auto;
  padding-top: 43px;
}

.content-block,
.contact-page {
  width: 100%;
}

.content-block {
  width: 50%;
  margin-left: 25%;
}

.content-block h1,
.contact-page > h1 {
  margin-bottom: 0;
}

h1,
h2 {
  margin: 0 0 0.4em;
  color: #444444;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

p {
  margin: 0 0 1em;
}

.content-block p,
.contact-copy p {
  color: #444444;
  font-size: 14px;
  line-height: 1.7;
}

.content-block hr {
  width: 100%;
  margin: 34px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.content-section {
  margin: 30px 0;
  color: #444444;
}

.content-section-image,
.content-section-media,
.content-section-form,
.content-section-flex {
  min-height: 120px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  padding: 28px;
  background: #fbfbfb;
  text-align: center;
}

.content-section-form {
  align-items: center;
}

.view-collection {
  padding-top: 58px;
}

.collection-public-grid {
  width: 76%;
  margin-left: 12%;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 34px 42px;
  align-items: start;
}

.collection-public-card {
  display: grid;
  gap: 12px;
  color: #444444;
  text-align: center;
}

.collection-public-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #f2f2f2;
}

.collection-public-card span {
  font-family: "Courier New", monospace;
  font-size: 14px;
}

.contact-page {
  width: 66.666%;
  margin-left: 16.666%;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
  margin-top: 72px;
}

.contact-copy a {
  color: #ce5a61;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form {
  display: grid;
  gap: 0;
}

.contact-form label {
  display: block;
  position: relative;
}

.contact-form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 0;
  padding: 12px 14px;
  color: #444444;
  background: #ffffff;
  font-size: 14px;
  resize: vertical;
}

.contact-form input {
  height: 48px;
  display: block;
  margin-bottom: -1px;
}

.contact-form textarea {
  min-height: 122px;
  display: block;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #777777;
  opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus {
  position: relative;
  z-index: 1;
  border-color: rgba(68, 68, 68, 0.8);
  outline: none;
}

.contact-form button {
  width: max-content;
  min-width: 156px;
  height: 45px;
  margin-top: 10px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  border-radius: 0;
  padding: 10px 18px;
  background: #ffffff;
  color: #444444;
  cursor: pointer;
  font-size: 13px;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  border-color: rgba(68, 68, 68, 0.8);
  background: rgba(68, 68, 68, 0.05);
  color: #444444;
  outline: none;
}

.contact-form button:disabled {
  cursor: progress;
  opacity: 0.62;
}

.hidden-field {
  position: absolute;
  left: -100vw;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
}

body.theme-pollaroid-style {
  --heading: #111111;
  --muted: #68645e;
  --line: rgba(17, 17, 17, 0.18);
  --panel: #f1eee7;
  --nav-width: 238px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.018) 1px, transparent 1px),
    var(--background);
  background-size: 84px 84px, 84px 84px, auto;
  color: var(--text);
  font-family: var(--body-font), Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.55;
}

body.theme-pollaroid-style .site-shell {
  grid-template-columns: var(--nav-width) minmax(0, 1fr);
}

body.theme-pollaroid-style .site-header {
  padding: 56px 38px 34px;
  gap: 34px;
}

body.theme-pollaroid-style .logo {
  color: var(--heading);
  font-family: var(--heading-font), "Arial Black", Arial, Helvetica, sans-serif;
  font-size: max(var(--logo-size), 30px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

body.theme-pollaroid-style .site-nav {
  gap: 14px;
  color: #282828;
  font-family: var(--body-font), Georgia, "Times New Roman", serif;
  font-size: 14px;
}

body.theme-pollaroid-style .site-nav a {
  width: max-content;
  border-bottom: 1px solid transparent;
}

body.theme-pollaroid-style .site-nav a[aria-current="page"],
body.theme-pollaroid-style .site-nav a:hover,
body.theme-pollaroid-style .site-nav a:focus-visible {
  color: var(--heading);
  border-bottom-color: currentColor;
}

body.theme-pollaroid-style .social-link,
body.theme-pollaroid-style .copyright {
  color: #3a3834;
}

body.theme-pollaroid-style .page {
  padding: 64px 50px 68px 0;
}

body.theme-pollaroid-style .slideshow-view {
  max-width: 1260px;
  min-height: calc(100vh - 132px);
  padding-bottom: 92px;
}

body.theme-pollaroid-style .gallery-controls {
  margin-bottom: 16px;
  color: #111111;
  font-family: var(--body-font), Georgia, "Times New Roman", serif;
  font-size: 14px;
}

body.theme-pollaroid-style .text-control {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.theme-pollaroid-style .grid-toggle {
  top: 1px;
  right: 0;
  width: 31px;
  height: 31px;
  padding: 7px;
  background: rgba(251, 250, 246, 0.86);
}

body.theme-pollaroid-style .grid-toggle span {
  width: 4px;
  height: 4px;
  background: #111111;
}

body.theme-pollaroid-style .featured-work {
  gap: 22px;
}

body.theme-pollaroid-style .featured-media {
  width: min(100%, 1120px);
  padding: 12px 12px 42px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(17, 17, 17, 0.1);
}

body.theme-pollaroid-style .featured-work img,
body.theme-pollaroid-style .featured-work video {
  width: 100%;
  max-height: none;
  background: #f3f0ea;
}

body.theme-pollaroid-style .featured-work figcaption {
  min-height: 28px;
  margin-left: 2px;
  color: #111111;
  font-family: var(--body-font), Georgia, "Times New Roman", serif;
  font-size: 18px;
}

body.theme-pollaroid-style .grid-view {
  padding: 50px 54px 104px 22px;
}

body.theme-pollaroid-style .grid-heading {
  margin-bottom: 46px;
}

body.theme-pollaroid-style .grid-heading h1 {
  color: #111111;
  font-family: var(--body-font), Georgia, "Times New Roman", serif;
  font-size: 15px;
  text-transform: uppercase;
}

body.theme-pollaroid-style .grid-close {
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}

body.theme-pollaroid-style .thumbnail-grid {
  max-width: 1360px;
  grid-template-columns: repeat(5, minmax(128px, 1fr));
  gap: 54px 42px;
}

body.theme-pollaroid-style .thumbnail-grid button {
  aspect-ratio: 4 / 5;
  padding: 9px 9px 28px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.09);
}

body.theme-pollaroid-style .thumbnail-grid img,
body.theme-pollaroid-style .thumbnail-grid video {
  object-fit: cover;
}

body.theme-pollaroid-style .view-content {
  max-width: 1180px;
  padding-top: 80px;
}

body.theme-pollaroid-style .content-block {
  width: min(650px, 62%);
  margin-left: 26%;
}

body.theme-pollaroid-style h1,
body.theme-pollaroid-style h2 {
  color: var(--heading);
  font-family: var(--heading-font), "Arial Black", Arial, Helvetica, sans-serif;
  line-height: 1.06;
}

body.theme-pollaroid-style h1 {
  font-size: 56px;
}

body.theme-pollaroid-style h2 {
  font-size: 33px;
}

body.theme-pollaroid-style .content-block p,
body.theme-pollaroid-style .contact-copy p {
  color: #282828;
  font-family: var(--body-font), Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.72;
}

body.theme-pollaroid-style .contact-layout {
  gap: 64px;
  margin-top: 78px;
}

body.theme-pollaroid-style .contact-form input,
body.theme-pollaroid-style .contact-form textarea,
body.theme-pollaroid-style .contact-form button {
  border-color: rgba(17, 17, 17, 0.34);
  background: rgba(255, 255, 255, 0.84);
  color: #111111;
}

body.theme-pollaroid-style .contact-form input:focus,
body.theme-pollaroid-style .contact-form textarea:focus {
  border-color: #111111;
}

body.theme-pollaroid-style .contact-form button:hover,
body.theme-pollaroid-style .contact-form button:focus-visible {
  background: #111111;
  color: #ffffff;
}

@media (min-width: 1025px) and (max-width: 1240px) {
  body.theme-pollaroid-style {
    --nav-width: 206px;
  }

  body.theme-pollaroid-style .page {
    padding-right: 34px;
  }

  body.theme-pollaroid-style .thumbnail-grid {
    grid-template-columns: repeat(4, minmax(118px, 1fr));
  }
}

@media (max-width: 1024px) {
  .site-shell {
    display: block;
  }

  body.is-grid-mode .site-shell {
    display: block;
  }

  .site-header {
    position: sticky;
    z-index: 5;
    min-height: 0;
    padding: 22px 38px 19px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 0;
  }

  body.is-grid-mode .site-header {
    display: grid;
  }

  .logo {
    font-size: 27px;
  }

  .menu-toggle {
    width: 28px;
    height: 25px;
    display: grid;
    align-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: var(--text);
    cursor: pointer;
  }

  .menu-toggle span {
    height: 1px;
    display: block;
    background: currentColor;
  }

  .site-nav,
  .social-link,
  .copyright {
    display: none;
  }

  .site-header.is-open .site-nav {
    grid-column: 1 / -1;
    display: flex;
    padding-top: 8px;
    font-size: 15px;
  }

  .page {
    padding: 0 38px 36px;
  }

  body.is-grid-mode .page {
    padding: 0 38px 36px;
  }

  .view-work .slideshow-view,
  .view-work .grid-view {
    display: none !important;
  }

  .mobile-feed {
    display: block;
  }

  .mobile-work {
    margin: 0 0 38px;
  }

  .mobile-work img,
  .mobile-work video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    background: #f2f2f2;
  }

  .mobile-work figcaption {
    margin-top: 34px;
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
  }

  .grid-view {
    padding: 8px 0 46px;
  }

  .grid-heading {
    margin-bottom: 22px;
  }

  .thumbnail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
  }

  .view-content {
    min-height: calc(100vh - 116px);
    width: 100%;
    padding-top: 34px;
  }

  .content-block,
  .contact-page {
    width: 100%;
    margin-left: 0;
  }

  .collection-public-grid {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 34px;
  }

  h1 {
    font-size: 34px;
  }

  body.theme-pollaroid-style {
    background: var(--background);
    font-size: 15px;
  }

  body.theme-pollaroid-style .site-shell {
    display: block;
    grid-template-columns: none;
  }

  body.theme-pollaroid-style .site-header {
    position: sticky;
    min-height: 0;
    padding: 22px 38px 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    background: rgba(251, 250, 246, 0.96);
  }

  body.theme-pollaroid-style .logo {
    font-size: 28px;
  }

  body.theme-pollaroid-style .menu-toggle {
    display: grid;
    color: #111111;
  }

  body.theme-pollaroid-style .site-nav,
  body.theme-pollaroid-style .social-link,
  body.theme-pollaroid-style .copyright {
    display: none;
  }

  body.theme-pollaroid-style .site-header.is-open .site-nav {
    grid-column: 1 / -1;
    display: flex;
    padding-top: 16px;
    gap: 12px;
    font-size: 16px;
  }

  body.theme-pollaroid-style .page,
  body.theme-pollaroid-style.is-grid-mode .page {
    padding: 0 38px 44px;
  }

  body.theme-pollaroid-style .mobile-work {
    margin-bottom: 54px;
  }

  body.theme-pollaroid-style .mobile-work img,
  body.theme-pollaroid-style .mobile-work video {
    background: #f3f0ea;
  }

  body.theme-pollaroid-style .mobile-work figcaption {
    margin-top: 24px;
    color: #111111;
    font-family: var(--body-font), Georgia, "Times New Roman", serif;
    font-size: 18px;
  }

  body.theme-pollaroid-style .view-content {
    padding-top: 54px;
  }

  body.theme-pollaroid-style .content-block {
    width: 100%;
    margin-left: 0;
  }

  body.theme-pollaroid-style h1 {
    font-size: 38px;
  }

  body.theme-pollaroid-style h2 {
    font-size: 27px;
  }

  body.theme-pollaroid-style .contact-layout {
    gap: 34px;
    margin-top: 42px;
  }

}

body.theme-pollaroid-style {
  --heading: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --line: rgba(255, 255, 255, 0.18);
  --panel: #111111;
  --nav-width: 0px;
  min-height: 100vh;
  overflow-x: auto;
  background: var(--background);
  color: var(--text);
  font-family: var(--body-font), Georgia, "Times New Roman", serif;
}

body.theme-pollaroid-style a:hover,
body.theme-pollaroid-style a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.theme-pollaroid-style .site-shell {
  display: block;
  min-width: 100%;
}

body.theme-pollaroid-style .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 96px;
  padding: 28px 32px 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 24px;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.9), rgba(29, 29, 29, 0));
  color: #ffffff;
}

body.theme-pollaroid-style .logo {
  grid-column: 2;
  color: #ffffff;
  font-family: var(--heading-font), Georgia, "Times New Roman", serif;
  font-size: var(--logo-size);
  font-weight: 400;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
}

body.theme-pollaroid-style .site-nav {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  gap: 26px;
  color: #ffffff;
  font-family: var(--heading-font), Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

body.theme-pollaroid-style .site-nav a {
  width: auto;
  border: 0;
  color: #ffffff;
}

body.theme-pollaroid-style .site-nav a[data-link="work"] {
  display: none;
}

body.theme-pollaroid-style .site-nav a[aria-current="page"] {
  color: #ffffff;
}

body.theme-pollaroid-style .social-link {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  font-family: var(--heading-font), Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

body.theme-pollaroid-style .social-link svg {
  display: none;
}

body.theme-pollaroid-style .social-link::after {
  content: "Instagram";
}

body.theme-pollaroid-style .copyright {
  position: fixed;
  left: 32px;
  bottom: 24px;
  z-index: 9;
  max-width: 120px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

body.theme-pollaroid-style .menu-toggle {
  display: none;
}

body.theme-pollaroid-style .page,
body.theme-pollaroid-style.is-grid-mode .page {
  padding: 0;
}

body.theme-pollaroid-style .view-work {
  min-height: 100vh;
}

body.theme-pollaroid-style .slideshow-view,
body.theme-pollaroid-style .grid-view,
body.theme-pollaroid-style .mobile-feed {
  display: none !important;
}

body.theme-pollaroid-style .pollaroid-index {
  min-height: 100vh;
  width: max-content;
  padding: 16px 16px 92px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 560px;
  gap: 16px;
  align-items: start;
}

body.theme-pollaroid-style .pollaroid-card {
  position: relative;
  width: 560px;
  height: calc(100vh - 32px);
  min-height: 650px;
  max-height: 760px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}

body.theme-pollaroid-style .pollaroid-card img,
body.theme-pollaroid-style .pollaroid-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
  transform: scale(1.001);
  transition: transform 420ms ease, opacity 420ms ease;
}

body.theme-pollaroid-style .pollaroid-card::after {
  content: "";
  position: absolute;
  inset: 46% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58));
  pointer-events: none;
}

body.theme-pollaroid-style .pollaroid-card span {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 1;
  width: min(82%, 390px);
  color: #ffffff;
  font-family: var(--heading-font), Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.96;
  text-align: center;
  transform: translateX(-50%);
}

body.theme-pollaroid-style .pollaroid-card:hover img,
body.theme-pollaroid-style .pollaroid-card:focus-visible img {
  transform: scale(1.035);
  opacity: 0.88;
}

body.theme-pollaroid-style .pollaroid-card:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: -1px;
}

body.theme-pollaroid-style .view-content {
  min-height: calc(100vh - 96px);
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 140px 32px 72px;
}

body.theme-pollaroid-style .content-block,
body.theme-pollaroid-style .contact-page {
  width: min(760px, 100%);
  margin: 0 auto;
}

body.theme-pollaroid-style h1,
body.theme-pollaroid-style h2 {
  color: #ffffff;
  font-family: var(--heading-font), Georgia, "Times New Roman", serif;
  font-weight: 400;
}

body.theme-pollaroid-style h1 {
  font-size: 64px;
}

body.theme-pollaroid-style h2 {
  font-size: 36px;
}

body.theme-pollaroid-style .content-block p,
body.theme-pollaroid-style .contact-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
  line-height: 1.24;
}

body.theme-pollaroid-style .contact-layout {
  margin-top: 58px;
}

body.theme-pollaroid-style .contact-copy a {
  color: #ffffff;
}

body.theme-pollaroid-style .contact-form input,
body.theme-pollaroid-style .contact-form textarea {
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #ffffff;
}

body.theme-pollaroid-style .contact-form input::placeholder,
body.theme-pollaroid-style .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.66);
}

body.theme-pollaroid-style .contact-form button {
  border-color: rgba(255, 255, 255, 0.56);
  background: transparent;
  color: #ffffff;
}

body.theme-pollaroid-style .contact-form button:hover,
body.theme-pollaroid-style .contact-form button:focus-visible {
  background: #ffffff;
  color: #1d1d1d;
}

@media (max-width: 1024px) {
  body.theme-pollaroid-style {
    overflow-x: hidden;
  }

  body.theme-pollaroid-style .site-header {
    position: sticky;
    min-height: 82px;
    padding: 26px 32px 16px;
    grid-template-columns: 1fr auto;
    background: rgba(29, 29, 29, 0.92);
  }

  body.theme-pollaroid-style .logo {
    grid-column: 1;
    justify-self: start;
    font-size: 32px;
    text-align: left;
  }

  body.theme-pollaroid-style .menu-toggle {
    grid-column: 2;
    display: grid;
    color: #ffffff;
  }

  body.theme-pollaroid-style .site-nav,
  body.theme-pollaroid-style .social-link,
  body.theme-pollaroid-style .copyright {
    display: none;
  }

  body.theme-pollaroid-style .site-header.is-open .site-nav {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 18px;
    font-size: 24px;
  }

  body.theme-pollaroid-style .site-header.is-open .site-nav a[data-link="work"] {
    display: block;
  }

  body.theme-pollaroid-style .pollaroid-index {
    width: 100%;
    padding: 12px 12px 48px;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.theme-pollaroid-style .pollaroid-card {
    width: 100%;
    height: min(78vh, 680px);
    min-height: 420px;
    max-height: none;
  }

  body.theme-pollaroid-style .pollaroid-card span {
    bottom: 24px;
    width: min(86%, 420px);
    font-size: 43px;
  }

  body.theme-pollaroid-style .view-content {
    padding: 104px 32px 58px;
  }
}

@media (max-width: 560px) {
  body.theme-pollaroid-style .site-header {
    padding: 22px 20px 14px;
  }

  body.theme-pollaroid-style .logo {
    font-size: 29px;
  }

  body.theme-pollaroid-style .pollaroid-index {
    padding: 8px 8px 42px;
    gap: 8px;
  }

  body.theme-pollaroid-style .pollaroid-card {
    height: 78vh;
    min-height: 540px;
  }

  body.theme-pollaroid-style .pollaroid-card span {
    bottom: 22px;
    font-size: 39px;
  }

  body.theme-pollaroid-style h1 {
    font-size: 44px;
  }

  body.theme-pollaroid-style .content-block p,
  body.theme-pollaroid-style .contact-copy p {
    font-size: 19px;
  }
}

body.theme-pollaroid-style {
  scrollbar-color: rgba(255, 255, 255, 0.36) #1d1d1d;
}

body.theme-pollaroid-style .pollaroid-index {
  --pollaroid-card-w: min(760px, calc((100vw - 32px) / 3));
  --pollaroid-card-h: calc(100vh - 32px);
  width: max-content;
  min-height: calc((var(--pollaroid-card-h) * 3) + 32px);
  padding: 16px 16px 92px;
  display: grid;
  grid-template-columns: repeat(var(--pollaroid-columns), var(--pollaroid-card-w));
  grid-template-rows: repeat(3, var(--pollaroid-card-h));
  grid-auto-flow: unset;
  gap: 8px;
  align-items: stretch;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

body.theme-pollaroid-style .pollaroid-index.is-dragging {
  cursor: grabbing;
}

body.theme-pollaroid-style .pollaroid-index.is-dragging .pollaroid-card {
  pointer-events: none;
}

body.theme-pollaroid-style .pollaroid-card {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  border-radius: 6px;
  background: #0b0b0b;
  box-shadow: 0 0 0 1px #111111;
  clip-path: inset(0 round 6px);
  cursor: inherit;
}

body.theme-pollaroid-style .pollaroid-card img,
body.theme-pollaroid-style .pollaroid-card video {
  border-radius: inherit;
  object-fit: cover;
}

body.theme-pollaroid-style .pollaroid-stack {
  position: absolute;
  inset: 0;
}

body.theme-pollaroid-style .pollaroid-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
}

body.theme-pollaroid-style .pollaroid-image:first-child {
  opacity: 1;
}

body.theme-pollaroid-style .pollaroid-card.has-hover-stack:hover .pollaroid-image,
body.theme-pollaroid-style .pollaroid-card.has-hover-stack:focus-visible .pollaroid-image {
  animation: pollaroid-image-cycle 3600ms steps(1, end) infinite;
  animation-delay: var(--layer-delay);
}

@keyframes pollaroid-image-cycle {
  0%,
  19% {
    opacity: 1;
  }

  20%,
  100% {
    opacity: 0;
  }
}

body.theme-pollaroid-style .pollaroid-card span {
  bottom: 18px;
  width: min(86%, 430px);
  font-size: clamp(31px, 3.4vw, 48px);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

body.theme-pollaroid-style .pollaroid-about {
  min-height: 100vh;
  width: 100vw;
  display: grid;
  place-items: center;
  padding: 150px 28px 92px;
  color: #ffffff;
}

body.theme-pollaroid-style .pollaroid-about-copy {
  width: min(760px, 78vw);
  color: #ffffff;
  font-family: var(--body-font), Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}

body.theme-pollaroid-style .pollaroid-about-copy p {
  margin: 0 0 16px;
}

body.theme-pollaroid-style .pollaroid-about-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.theme-pollaroid-style .pollaroid-about-copy a {
  color: #ffffff;
  text-decoration: none;
}

body.theme-pollaroid-style .pollaroid-about-copy a:hover,
body.theme-pollaroid-style .pollaroid-about-copy a:focus-visible {
  text-decoration: underline;
}

body.theme-pollaroid-style .pollaroid-project {
  display: none;
}

body.theme-pollaroid-style.is-pollaroid-project {
  overflow-x: hidden;
}

body.theme-pollaroid-style.is-pollaroid-project .pollaroid-index,
body.theme-pollaroid-style.is-pollaroid-project .pollaroid-about,
body.theme-pollaroid-style.is-pollaroid-project .slideshow-view,
body.theme-pollaroid-style.is-pollaroid-project .grid-view,
body.theme-pollaroid-style.is-pollaroid-project .mobile-feed {
  display: none !important;
}

body.theme-pollaroid-style.is-pollaroid-project .pollaroid-project {
  width: 100%;
  display: block;
  padding: 16px 16px 96px;
}

body.theme-pollaroid-style .pollaroid-project-back {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 15;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
}

body.theme-pollaroid-style .pollaroid-project-media {
  display: grid;
  gap: 16px;
}

body.theme-pollaroid-style .pollaroid-project-frame {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #0b0b0b;
  clip-path: inset(0 round 5px);
}

body.theme-pollaroid-style .pollaroid-project-frame img,
body.theme-pollaroid-style .pollaroid-project-frame video {
  width: 100%;
  height: auto;
  min-height: 62vh;
  max-height: none;
  display: block;
  object-fit: cover;
}

body.theme-pollaroid-style .pollaroid-project-frame figcaption {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 1;
  width: min(76%, 680px);
  color: #ffffff;
  font-family: var(--heading-font), Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 0.96;
  text-align: center;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
}

body.theme-pollaroid-style .pollaroid-project-credits {
  min-height: 92vh;
  width: min(820px, 72vw);
  margin: 0 auto;
  padding: 130px 0 80px;
  color: #ffffff;
  font-family: var(--heading-font), Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

body.theme-pollaroid-style .pollaroid-project-credits h2 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 400;
}

body.theme-pollaroid-style .pollaroid-project-credits dl {
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  text-align: left;
}

body.theme-pollaroid-style .pollaroid-project-credits div {
  display: contents;
}

body.theme-pollaroid-style .pollaroid-project-credits dt,
body.theme-pollaroid-style .pollaroid-project-credits dd {
  margin: 0;
  min-height: 24px;
}

body.theme-pollaroid-style .pollaroid-project-credits dd {
  text-align: left;
}

body.theme-pollaroid-style .pollaroid-project-credits p {
  margin: 36px 0 30px;
}

body.theme-pollaroid-style .pollaroid-project-intro {
  max-width: 46ch;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

body.theme-pollaroid-style .pollaroid-project-credits h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  body.theme-pollaroid-style .pollaroid-index {
    width: 100%;
    min-height: 0;
    padding: 8px 8px 48px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 8px;
  }

  body.theme-pollaroid-style .pollaroid-card {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 78vh;
    min-height: 540px;
  }

  body.theme-pollaroid-style .pollaroid-about {
    min-height: 92vh;
    padding: 96px 24px 72px;
  }

  body.theme-pollaroid-style.is-pollaroid-project .pollaroid-project {
    padding: 8px 8px 64px;
  }

  body.theme-pollaroid-style .pollaroid-project-frame figcaption {
    bottom: 22px;
    font-size: 40px;
  }

  body.theme-pollaroid-style .pollaroid-project-credits {
    width: min(92vw, 720px);
    padding-top: 92px;
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  body.theme-pollaroid-style .pollaroid-card {
    min-height: 520px;
  }

  body.theme-pollaroid-style .pollaroid-card span {
    font-size: 36px;
  }

  body.theme-pollaroid-style .pollaroid-about-copy {
    width: 92vw;
    font-size: 14px;
  }

  body.theme-pollaroid-style .pollaroid-project-back {
    top: 22px;
    right: 20px;
  }

  body.theme-pollaroid-style .pollaroid-project-frame img,
  body.theme-pollaroid-style .pollaroid-project-frame video {
    min-height: 70vh;
  }

  body.theme-pollaroid-style .pollaroid-project-frame figcaption {
    font-size: 36px;
  }

  body.theme-pollaroid-style .pollaroid-project-credits {
    font-size: 18px;
  }

  body.theme-pollaroid-style .pollaroid-project-credits dl {
    gap: 2px 18px;
  }

  body.theme-pollaroid-style .pollaroid-project-credits h1 {
    font-size: 36px;
  }
}
