:root {
  --ink: #211c18;
  --muted: #68615a;
  --canvas: #f4f7f2;
  --paper: #fffaf1;
  --white: #ffffff;
  --pine: #284f46;
  --pine-dark: #18362f;
  --plum: #4d2847;
  --brick: #a94833;
  --gold: #d49a2d;
  --sky: #d9ecf2;
  --leaf: #e4ecd7;
  --rose: #f3ddd7;
  --line: rgba(33, 28, 24, 0.16);
  --line-light: rgba(255, 255, 255, 0.22);
  --shadow: 0 18px 52px rgba(33, 28, 24, 0.14);
  --radius: 6px;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.dialog-open {
  overflow: hidden;
}

body[data-page="home"] main > [data-page-content]:not([data-page-content~="home"]),
body[data-page="books"] main > [data-page-content]:not([data-page-content~="books"]),
body[data-page="portfolio"] main > [data-page-content]:not([data-page-content~="portfolio"]),
body[data-page="sketchbook"] main > [data-page-content]:not([data-page-content~="sketchbook"]),
body[data-page="checkout"] main > [data-page-content]:not([data-page-content~="checkout"]),
body[data-page="shop"] main > [data-page-content]:not([data-page-content~="shop"]),
body[data-page="about"] main > [data-page-content]:not([data-page-content~="about"]),
body[data-page="contact"] main > [data-page-content]:not([data-page-content~="contact"]) {
  display: none !important;
}

body:not([data-page="home"]) main {
  min-height: calc(100svh - 74px);
}

body[data-page="about"] .about-section,
body[data-page="contact"] .contact-section {
  display: grid;
  min-height: calc(100svh - 74px);
  align-items: center;
}

main section[id] {
  scroll-margin-top: 74px;
}

img {
  display: block;
  width: 100%;
}

.icon {
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.icon-instagram {
  -webkit-mask-image: url("assets/icons/instagram.svg");
  mask-image: url("assets/icons/instagram.svg");
}

.icon-shopping-bag {
  -webkit-mask-image: url("assets/icons/shopping-bag.svg");
  mask-image: url("assets/icons/shopping-bag.svg");
}

.icon-chevron-left {
  -webkit-mask-image: url("assets/icons/chevron-left.svg");
  mask-image: url("assets/icons/chevron-left.svg");
}

.icon-chevron-right {
  -webkit-mask-image: url("assets/icons/chevron-right.svg");
  mask-image: url("assets/icons/chevron-right.svg");
}

.icon-pause {
  -webkit-mask-image: url("assets/icons/pause.svg");
  mask-image: url("assets/icons/pause.svg");
}

.icon-play {
  -webkit-mask-image: url("assets/icons/play.svg");
  mask-image: url("assets/icons/play.svg");
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 10px;
  left: 10px;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(260px, auto) 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(244, 247, 242, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(244, 247, 242, 0.985);
  box-shadow: 0 10px 30px rgba(33, 28, 24, 0.1);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--paper);
  background: var(--pine);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.brand-mark-art,
.studio-brand-mark {
  position: relative;
  overflow: hidden;
  background: #fbf6ed;
  border: 1px solid rgba(33, 28, 24, 0.13);
}

.brand-mark-art {
  transform: translateY(2px);
}

.brand-mark-art img,
.studio-brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.2rem;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(14px, 2.2vw, 30px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.site-nav a {
  padding: 8px 0;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.site-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.header-actions {
  display: flex;
  gap: 7px;
  align-items: center;
}

.header-action {
  display: inline-flex;
  min-height: 42px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.agency-action {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(33, 28, 24, 0.2);
}

.agency-action:hover,
.agency-action:focus-visible {
  color: var(--ink);
  background: #f2eee7;
  border-color: rgba(33, 28, 24, 0.4);
}

.agency-logo {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: cover;
  border-radius: 50%;
}

.instagram-action {
  color: var(--white);
  background: #8a3d72;
  border-color: #8a3d72;
}

.instagram-action:hover,
.instagram-action:focus-visible {
  color: var(--white);
  background: #6e2f5b;
  border-color: #6e2f5b;
}

.instagram-logo {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.shop-cart-logo {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.header-shop,
.button,
.contact-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.header-shop {
  display: none;
  gap: 7px;
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
  font-size: 0.88rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: opacity 160ms ease, transform 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  height: clamp(520px, 47vw, 660px);
  min-height: 520px;
  max-height: 660px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-art {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns:
    minmax(0, 42fr)
    minmax(0, 16fr)
    minmax(0, 20fr)
    minmax(0, 22fr);
  grid-template-rows: minmax(0, 52fr) minmax(0, 48fr);
  gap: 8px;
  padding: 8px;
}

.hero-tile {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--pine-dark);
  animation: hero-tile-arrive 720ms both;
}

.hero-tile:nth-child(2) {
  animation-delay: 70ms;
}

.hero-tile:nth-child(3) {
  animation-delay: 130ms;
}

.hero-tile:nth-child(4) {
  animation-delay: 190ms;
}

.hero-tile:nth-child(5) {
  animation-delay: 250ms;
}

.hero-tile img {
  height: 100%;
  object-fit: cover;
}

.hero-tile figcaption {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 1;
  padding: 7px 9px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.92);
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: none;
  text-transform: uppercase;
}

.hero-main-art {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 3;
}

.hero-main-art img {
  object-position: center 46%;
}

.hero-bunnies-art {
  grid-column: 2;
  grid-row: 2;
}

.hero-bunnies-art img {
  object-fit: contain;
  object-position: center;
  background: var(--pine-dark);
}

.hero-dragon-art {
  grid-column: 2 / 4;
  grid-row: 1;
}

.hero-dragon-art img {
  object-position: center 52%;
}

.hero-cailleach-art {
  grid-column: 4;
  grid-row: 1 / 3;
}

.hero-cailleach-art img {
  object-position: center 40%;
}

.hero-wolf-art {
  grid-column: 3;
  grid-row: 2;
}

.hero-wolf-art img {
  object-position: 66% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 24, 21, 0.68) 0%, rgba(12, 24, 21, 0.48) 47%, rgba(12, 24, 21, 0.16) 76%, rgba(12, 24, 21, 0.05) 100%),
    linear-gradient(to top, rgba(12, 24, 21, 0.34), transparent 58%);
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  left: max(24px, calc((100% - var(--max)) / 2));
  right: 24px;
  bottom: clamp(34px, 7vh, 72px);
  z-index: 2;
  max-width: 720px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.68);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--brick);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow,
.books-section .eyebrow,
.contact-section .eyebrow,
.newsletter-band .eyebrow {
  color: #f3c45f;
}

.mobile-break {
  display: inline;
}

.hero h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: 5.4rem;
  line-height: 0.96;
}

.hero h1 span {
  display: block;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.4;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 420px);
}

.hero-actions .button {
  min-height: 52px;
  padding: 14px 22px;
}

.hero-shop-cta {
  grid-column: auto;
  justify-self: stretch;
}

.hero-shop-cta img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.hero-carousel-controls {
  display: none;
}

@keyframes hero-tile-arrive {
  from {
    opacity: 0;
    transform: scale(1.018);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.button.light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
  text-shadow: none;
}

.button.outline-light {
  color: var(--white);
  background: rgba(20, 17, 14, 0.35);
  border-color: rgba(255, 255, 255, 0.68);
}

.button.gold {
  color: var(--ink);
  background: #efbd54;
  border-color: #efbd54;
  text-shadow: none;
}

.button.plum {
  color: var(--white);
  background: var(--plum);
  border-color: var(--plum);
  text-shadow: none;
}

.button.dark,
.contact-form button {
  color: var(--white);
  background: var(--pine);
  border-color: var(--pine);
}

.button.outline-dark {
  color: var(--pine);
  background: transparent;
  border-color: rgba(40, 79, 70, 0.45);
}

.home-directory {
  padding: 92px 20px 104px;
  background: var(--canvas);
}

.home-directory-inner,
.home-about-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.home-directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 34px;
}

.home-directory-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: 3.8rem;
  line-height: 1;
}

.home-directory-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 1.02rem;
}

.home-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-destination {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-decoration: none;
}

.home-destination::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 17, 14, 0.9) 0%, rgba(20, 17, 14, 0.24) 62%, rgba(20, 17, 14, 0.04) 100%);
  content: "";
}

.home-destination > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.home-destination-portfolio > img {
  object-position: 54% center;
}

.home-destination-books > img {
  object-position: center;
}

.home-destination-shop > img {
  object-position: center 46%;
}

.home-destination-copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: grid;
  gap: 5px;
}

.home-destination-copy small {
  color: #f3c45f;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-destination-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}

.home-destination-copy > span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.home-destination-copy b {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  font-size: 0.86rem;
}

.home-destination:hover > img,
.home-destination:focus-visible > img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.025);
}

.home-about {
  padding: 82px 20px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.home-about-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.2fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
  max-width: 1040px;
}

.home-about figure {
  aspect-ratio: 4 / 5;
  max-width: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.home-about figure img {
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.home-about h2 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: 3.25rem;
  line-height: 1.02;
}

.home-about p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.12rem;
}

.section {
  padding: 108px 20px;
}

.section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 46px;
}

.section-heading :is(h1, h2),
.about-copy :is(h1, h2),
.contact-grid :is(h1, h2),
.newsletter-band h2 {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1;
  overflow-wrap: break-word;
}

.section-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 1.02rem;
}

.books-section {
  color: var(--white);
  background: var(--pine);
}

.books-heading {
  grid-template-columns: minmax(0, 1fr);
}

.books-heading > p {
  color: rgba(255, 255, 255, 0.76);
}

.featured-books {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.book-feature {
  display: grid;
  grid-template-rows: 360px auto;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
}

.book-cover {
  display: grid;
  min-height: 0;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  background: var(--white);
}

.book-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.book-cover:hover img,
.book-cover:focus-visible img {
  transform: scale(1.025);
}

.book-feature > div {
  padding: 24px;
}

.book-feature span,
.book-catalog-copy small {
  color: var(--brick);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.book-feature h2 {
  margin: 8px 0 10px;
  font-size: 2rem;
  line-height: 1.05;
}

.book-feature p {
  min-height: 72px;
  margin-bottom: 18px;
  color: var(--muted);
}

.book-feature > div > a,
.text-link {
  color: var(--pine);
  font-weight: 850;
  text-underline-offset: 5px;
}

.published-library {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--line-light);
}

.published-library-heading {
  display: block;
  margin-bottom: 28px;
}

.published-library-heading h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.02;
}

.published-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.book-catalog-card {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
}

.book-catalog-card > a {
  display: grid;
  grid-template-rows: 300px auto;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.book-catalog-cover {
  display: grid;
  min-height: 0;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  background: var(--white);
}

.book-catalog-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.book-catalog-copy {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 142px;
  padding: 20px;
}

.book-catalog-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.12;
}

.book-catalog-copy > span {
  color: var(--muted);
  font-size: 0.86rem;
}

.book-catalog-card:hover .book-catalog-cover img,
.book-catalog-card:focus-within .book-catalog-cover img {
  transform: scale(1.025);
}

.publishing-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.publishing-details article {
  min-width: 0;
  padding: 32px;
  background: var(--paper);
}

.publishing-details .eyebrow {
  color: var(--brick);
}

.publishing-details h2 {
  margin-bottom: 14px;
  font-size: 1.9rem;
  line-height: 1.05;
}

.publishing-details p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.publishing-details ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.publishing-details li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.publishing-details li:first-child {
  padding-top: 0;
  border-top: 0;
}

.publishing-details li strong,
.publishing-details li span {
  display: block;
}

.publishing-details li strong {
  font-size: 0.88rem;
}

.publishing-details li span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.publishing-details-secondary {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
}

.magazine-feature {
  display: grid;
  grid-template-columns: minmax(150px, 0.82fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.magazine-art {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 0;
  cursor: zoom-in;
}

.magazine-art img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 180ms ease;
}

.magazine-art:hover img,
.magazine-art:focus-visible img {
  transform: scale(1.025);
}

.magazine-copy {
  min-width: 0;
}

.magazine-art-title {
  margin: 4px 0 22px;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: italic;
}

.forthcoming-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.forthcoming-book {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
}

.forthcoming-book + .forthcoming-book {
  border-top: 1px solid var(--line);
}

.forthcoming-list h2 {
  margin: 6px 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.forthcoming-number {
  padding-top: 5px;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.publishing-details .forthcoming-release {
  color: var(--brick);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.forthcoming-release span {
  margin: 0 5px;
  color: var(--gold-deep);
}

.publishing-details .forthcoming-byline {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.awards-archive {
  margin-top: 64px;
  padding: clamp(28px, 4vw, 48px);
  color: var(--ink);
  background: #f2eee5;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.awards-heading,
.book-development-heading {
  display: block;
  margin-bottom: 30px;
}

.awards-heading h2,
.book-development-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1;
}

.award-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.award-group {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-width: 0;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.award-group > img {
  width: 112px;
  height: 156px;
  padding: 5px;
  object-fit: contain;
  background: #f7f5f0;
  border: 1px solid var(--line);
}

.award-group h3 {
  margin: 4px 0 12px;
  font-size: 1.35rem;
}

.award-group > div > span {
  display: block;
  color: var(--brick);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.award-group ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.award-group li {
  position: relative;
  padding-left: 14px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.award-group li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.book-development {
  margin-top: 68px;
  padding: clamp(28px, 4vw, 48px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.28);
  scroll-margin-top: 90px;
}

.development-projects {
  display: grid;
  gap: 18px;
}

.development-project {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}

.development-copy {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-content: start;
  align-items: start;
  padding: clamp(28px, 4vw, 46px);
}

.development-copy h3 {
  grid-row: 1;
  grid-column: 1;
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.05;
}

.development-copy > p:not(.eyebrow) {
  grid-row: 1;
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.development-art {
  display: grid;
  min-width: 0;
  gap: 14px;
  align-items: start;
  padding: 14px;
  background: #eef0ec;
}

.development-art-two {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.development-art-four {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.development-art-two .development-portrait {
  grid-column: span 4;
}

.development-art-two .development-landscape {
  grid-column: span 8;
}

.development-art-four .development-lead {
  grid-column: 1 / -1;
}

.development-art button {
  display: grid;
  grid-template-rows: auto auto;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.development-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--white);
  transition: filter 180ms ease;
}

.development-art button > span {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  text-align: left;
}

.development-art button:hover img,
.development-art button:focus-visible img {
  filter: saturate(1.06) contrast(1.03);
}

.development-agency-link {
  display: inline-block;
  margin-top: 24px;
}

.author-projects {
  display: grid;
  grid-template-columns: minmax(290px, 0.68fr) minmax(0, 1.32fr);
  margin-top: 68px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  scroll-margin-top: 90px;
}

.author-projects-copy {
  display: grid;
  align-content: center;
  padding: 44px;
  color: var(--ink);
}

.author-projects-copy .eyebrow {
  color: var(--brick);
}

.author-projects-copy h3 {
  max-width: 470px;
  margin-bottom: 16px;
  font-size: 2.65rem;
  line-height: 1.04;
}

.author-projects-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.author-projects-copy .text-link {
  justify-self: start;
}

.author-projects-art {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1px;
  min-height: 440px;
  background: var(--line);
}

.author-projects-art button {
  position: relative;
  min-width: 0;
  min-height: 440px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border: 0;
}

.author-projects-art img {
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.author-projects-art button:last-child img {
  object-position: 50% center;
}

.author-projects-art button::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(17, 14, 12, 0.64), transparent 46%);
}

.author-projects-art button > span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.author-projects-art button > span small {
  display: block;
  margin-top: 4px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.author-projects-art button:hover img,
.author-projects-art button:focus-visible img {
  transform: scale(1.025);
}

.work-section {
  background: var(--canvas);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.filter-bar button {
  min-height: 40px;
  padding: 8px 13px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 800;
}

.filter-bar button.active {
  color: var(--white);
  background: var(--plum);
  border-color: var(--plum);
}

.masonry-gallery {
  display: block;
  column-count: 3;
  column-gap: 14px;
  column-fill: balance;
}

.masonry-gallery.studio-layout {
  column-count: 2;
}

.gallery-item {
  position: relative;
  display: inline-grid;
  grid-template-rows: auto auto;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0 0 14px;
  padding: 0;
  overflow: hidden;
  break-inside: avoid;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(33, 28, 24, 0.09);
  text-align: left;
}

.gallery-item.hidden {
  display: none;
}

.gallery-item.gallery-column-break {
  break-after: column;
}

.gallery-item.tall {
  grid-row: auto;
}

.gallery-item.wide {
  grid-column: auto;
}

.gallery-item::after {
  display: none;
}

.gallery-item img {
  height: auto;
  aspect-ratio: var(--art-ratio, auto);
  object-fit: contain;
  background: #f3efe8;
  transition: filter 180ms ease;
}

.gallery-item > span {
  position: static;
  display: flex;
  height: 56px;
  align-items: center;
  padding: 10px 14px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 500;
  text-shadow: none;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  filter: saturate(1.05) contrast(1.02);
}

.gallery-controls {
  display: none;
}

.sketchbook-section {
  background: var(--white);
}

.sketchbook-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin-bottom: 28px;
  padding: 5px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.sketchbook-tabs button {
  min-height: 46px;
  padding: 10px 14px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 3px;
  font-size: 0.82rem;
  font-weight: 850;
}

.sketchbook-tabs button:hover,
.sketchbook-tabs button:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
}

.sketchbook-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--plum);
}

.sketchbook-categories {
  display: grid;
  gap: 46px;
}

.sketchbook-category {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.sketchbook-category[hidden] {
  display: none !important;
}

.sketchbook-category > header {
  align-self: start;
}

.sketchbook-category h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.04;
}

.sketchbook-category header p {
  margin: 0;
  color: var(--muted);
}

.sketchbook-art-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sketchbook-art-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sketchbook-item {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.sketchbook-item img {
  width: 100%;
  height: 400px;
  padding: 10px;
  object-fit: contain;
  background: #f6f4ef;
  transition: filter 180ms ease;
}

.sketchbook-item > span {
  position: relative;
  padding: 15px 16px 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  text-align: left;
  border-top: 1px solid var(--line);
}

.sketchbook-item small {
  display: block;
  margin-top: 4px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sketchbook-item:hover img,
.sketchbook-item:focus-visible img {
  filter: saturate(1.04) contrast(1.02);
}

.travel-sketchbook-content {
  min-width: 0;
}

.travel-sketchbook-content > p {
  max-width: 850px;
  margin: 0 0 18px;
  color: var(--muted);
}

.travel-sketchbook-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sketchbook-footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.sketchbook-footer p {
  margin: 0;
  color: var(--muted);
}

.shop-section {
  background: var(--rose);
}

.shop-jump-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--line);
}

.shop-jump-links a {
  display: flex;
  min-height: 76px;
  gap: 12px;
  align-items: center;
  padding: 18px 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  text-decoration: none;
}

.shop-jump-links a + a {
  border-left: 1px solid var(--line);
}

.shop-jump-links a:hover,
.shop-jump-links a:focus-visible {
  background: var(--leaf);
}

.shop-jump-links span {
  color: var(--brick);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.shop-collection {
  margin-top: 70px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 90px;
}

.shop-collection-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.46fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

.shop-collection-heading h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4vw, 3.7rem);
  line-height: 1;
}

.shop-collection-heading > p {
  margin: 0;
  color: var(--muted);
}

.shop-category-link {
  display: inline-block;
  margin-top: 18px;
}

.collection-pricing {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.collection-pricing span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 12px 14px;
  color: var(--muted);
  background: var(--paper);
  font-size: 0.82rem;
}

.collection-pricing strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.shop-subsection + .shop-subsection {
  margin-top: 62px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.shop-subsection > header {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 24px;
}

.shop-subsection > header .eyebrow {
  grid-row: 1;
  grid-column: 1;
  margin: 4px 0 0;
}

.shop-subsection > header h3 {
  grid-row: 2;
  grid-column: 1;
  margin: 0;
  font-size: 2.15rem;
}

.shop-subsection > header > p:last-child {
  grid-row: 1 / 3;
  grid-column: 2;
  margin: 0;
  color: var(--muted);
}

.catalog-art-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.catalog-art-card {
  display: grid;
  grid-template-rows: 310px auto;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.catalog-art-card > button {
  min-width: 0;
  min-height: 0;
  padding: 10px;
  overflow: hidden;
  background: #edf0eb;
  border: 0;
}

.catalog-art-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.catalog-art-card button:hover img,
.catalog-art-card button:focus-visible img {
  transform: scale(1.02);
}

.catalog-art-card > div {
  display: flex;
  min-height: 76px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-top: 1px solid var(--line);
}

.catalog-art-card h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.16;
}

.catalog-art-card h4 small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.35;
}

.catalog-art-card span {
  flex: 0 0 auto;
  color: var(--pine);
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

.shop-callout {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 0.82fr);
  min-height: 390px;
  margin-bottom: 18px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
}

.shop-callout > img {
  height: 100%;
  min-height: 390px;
  padding: 28px;
  object-fit: contain;
  background: #e6ece9;
}

.shop-callout > div {
  display: grid;
  align-content: center;
  padding: 48px;
}

.shop-callout h2 {
  max-width: 690px;
  margin-bottom: 15px;
  font-size: 3.1rem;
  line-height: 1;
}

.shop-callout p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
}

.studio-brand {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 4px 0 24px;
}

.studio-brand-mark {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.studio-brand > span:last-child {
  min-width: 0;
}

.studio-brand strong,
.studio-brand small {
  display: block;
}

.studio-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.studio-brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  display: grid;
  grid-template-rows: 310px minmax(240px, auto);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(33, 28, 24, 0.12);
  border-radius: var(--radius);
}

.product-image {
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: var(--canvas);
  border: 0;
}

.product-image img {
  height: 100%;
  padding: 12px;
  object-fit: contain;
  background: var(--canvas);
  transition: transform 180ms ease;
}

.product-image:hover img,
.product-image:focus-visible img {
  transform: scale(1.025);
}

.product-card > div {
  display: grid;
  align-content: start;
  padding: 22px;
}

.product-state {
  justify-self: start;
  margin-bottom: 10px;
  padding: 5px 7px;
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-state.available {
  color: var(--pine-dark);
  background: var(--leaf);
}

.product-state.seasonal {
  color: #5a3911;
  background: #f5e5b9;
}

.product-state.unavailable {
  color: #713b34;
  background: #f1d8d2;
}

.product-card h4 {
  margin-bottom: 9px;
  font-size: 1.75rem;
  line-height: 1.08;
}

.product-card p {
  margin-bottom: 22px;
  color: var(--muted);
}

.product-card footer {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.product-card footer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.product-card footer a {
  color: var(--pine);
  font-size: 0.86rem;
  font-weight: 850;
  text-align: right;
  text-underline-offset: 4px;
}

.product-link-unavailable {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: right;
}

.handmade-story {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 18px;
  padding: 28px;
  color: var(--white);
  background: var(--pine-dark);
}

.handmade-story > img {
  width: 150px;
  height: 150px;
  justify-self: center;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.handmade-story h3 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.handmade-story p:not(.eyebrow) {
  max-width: 860px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.handmade-columns {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
}

.handmade-collection,
.saint-collection {
  background: var(--paper);
  border: 1px solid var(--line);
}

.handmade-collection {
  padding: 30px;
}

.handmade-collection h3,
.saint-collection h4 {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.05;
}

.handmade-collection > p:not(.eyebrow),
.saint-collection > div > p:not(.eyebrow) {
  color: var(--muted);
}

.handmade-collection > small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.handmade-collection .text-link,
.saint-collection .text-link {
  display: inline-block;
  margin-top: 18px;
}

.price-list {
  display: grid;
  gap: 1px;
  margin: 20px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.price-list > div {
  display: flex;
  gap: 18px;
  align-items: baseline;
  justify-content: space-between;
  padding: 11px 12px;
  background: var(--white);
}

.price-list dt,
.price-list dd {
  margin: 0;
}

.price-list dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.price-list dd {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  white-space: nowrap;
}

.saint-collection {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
}

.saint-collection-art {
  min-width: 0;
  min-height: 0;
  padding: 18px;
  background: #e5ebe4;
  border: 0;
}

.saint-collection-art img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
}

.saint-collection > div {
  padding: 30px;
}

.handmade-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.handmade-product {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(220px, 0.78fr);
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.handmade-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  background: var(--line);
}

.handmade-photo-grid-four {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.handmade-photo-grid button {
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #ece9e2;
  border: 0;
}

.handmade-photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  transition: filter 180ms ease;
}

.handmade-photo-grid-four img {
  min-height: 150px;
}

.handmade-photo-grid button:hover img,
.handmade-photo-grid button:focus-visible img {
  filter: saturate(1.08) contrast(1.03);
}

.handmade-product > div:last-child {
  display: grid;
  align-content: center;
  padding: 24px;
}

.handmade-product h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  line-height: 1.08;
}

.handmade-product > div:last-child > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.handmade-product > div:last-child > span {
  margin-top: 18px;
  padding-top: 14px;
  color: var(--pine);
  border-top: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.newsletter-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.58fr);
  gap: 80px;
  align-items: center;
  padding: 86px max(20px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--plum);
}

.newsletter-band h2 {
  max-width: 720px;
  font-size: 3.7rem;
}

.newsletter-band > div > p:not(.eyebrow) {
  max-width: 650px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.newsletter-form label {
  display: block;
  margin-bottom: 9px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.newsletter-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 5px;
  background: var(--white);
  border-radius: var(--radius);
}

.newsletter-form input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 0;
  outline-offset: 4px;
}

.newsletter-form button {
  min-height: 48px;
  padding: 10px 17px;
  color: var(--white);
  background: var(--pine);
  border: 0;
  border-radius: 3px;
  font-weight: 850;
}

.newsletter-status {
  min-height: 22px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
}

.about-section {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.84fr);
  gap: 78px;
  align-items: center;
}

.portrait-frame {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.portrait-frame img {
  aspect-ratio: 0.82;
  object-fit: cover;
}

.about-copy :is(h1, h2) {
  max-width: 760px;
  margin-bottom: 22px;
}

.about-copy .lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  line-height: 1.38;
}

.about-copy p:not(.eyebrow):not(.lead) {
  color: var(--muted);
  font-size: 1.03rem;
}

.contact-section {
  color: var(--white);
  background: var(--pine-dark);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.72fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}

.contact-grid :is(h1, h2) {
  max-width: 680px;
  margin-bottom: 22px;
}

.contact-grid > div > p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
}

.contact-routes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-routes article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  min-height: 92px;
  align-items: center;
  padding: 16px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-route-agency > div,
.contact-route-studio > div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.contact-agency-logo,
.contact-studio-logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.contact-studio-logo {
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.contact-routes span {
  color: #f3c45f;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-routes a {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  overflow-wrap: anywhere;
  text-underline-offset: 5px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.contact-links a {
  display: inline-flex;
  gap: 7px;
  min-height: 40px;
  align-items: center;
  padding: 8px 12px;
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: filter 160ms ease, transform 160ms ease;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.contact-links a > img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
}

.contact-links .contact-instagram {
  background: #8a3d72;
  border-color: #8a3d72;
}

.contact-links .contact-shop {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
  color: var(--ink);
  background: var(--paper);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 24px 62px rgba(8, 24, 21, 0.28);
}

.contact-form-heading {
  padding-bottom: 5px;
}

.contact-form-heading .eyebrow {
  margin-bottom: 6px;
}

.contact-form-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 1.12;
}

.contact-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 22px 38px;
  align-items: center;
  padding: 34px clamp(18px, 5vw, 72px) 24px;
  color: var(--muted);
  background: #f1f4ed;
  border-top: 1px solid var(--line);
}

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

.footer-brand > img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.site-footer a {
  text-underline-offset: 5px;
}

.footer-social {
  display: flex;
  gap: 8px;
}

.footer-social a {
  display: inline-flex;
  min-height: 40px;
  gap: 7px;
  align-items: center;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-social a > img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  border-radius: 50%;
}

.footer-social .footer-instagram {
  color: var(--white);
  background: #8a3d72;
  border-color: #8a3d72;
}

.footer-social .footer-instagram > img {
  width: 17px;
  height: 17px;
}

.site-footer > small {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.74rem;
}

.art-dialog {
  width: min(1100px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: #171411;
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

.art-dialog::backdrop {
  background: rgba(20, 17, 14, 0.82);
  backdrop-filter: blur(8px);
}

.art-dialog figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: min(88svh, 860px);
  margin: 0;
}

.art-dialog img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #171411;
}

.art-dialog figcaption {
  min-height: 56px;
  padding: 17px 58px 17px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0 0 3px;
  color: var(--white);
  background: rgba(20, 17, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
}

.dialog-step {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: rgba(20, 17, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  transform: translateY(-50%);
}

.dialog-step-previous {
  left: 14px;
}

.dialog-step[hidden] {
  display: none;
}

.dialog-step-next {
  right: 14px;
}

.reveal-enabled .reveal-target {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease var(--reveal-delay, 0ms), transform 560ms ease var(--reveal-delay, 0ms);
}

.reveal-enabled .reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.not-found-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 20px;
  background: var(--pine-dark);
}

.not-found {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(300px, 0.6fr);
  width: min(1000px, 100%);
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.not-found > img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.not-found > div {
  display: grid;
  align-content: center;
  padding: 48px;
}

.not-found h1 {
  margin-bottom: 18px;
  font-size: 3.5rem;
  line-height: 1;
}

.not-found p:not(.eyebrow) {
  color: var(--muted);
}

.not-found .button {
  justify-self: start;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .brand {
    grid-row: 1;
    grid-column: 1;
  }

  .menu-toggle {
    display: block;
    grid-row: 1;
    grid-column: 3;
  }

  .header-actions {
    grid-row: 1;
    grid-column: 2;
  }

  .header-shop {
    display: inline-flex;
  }

  .site-nav {
    grid-row: 2;
    grid-column: 1 / -1;
    display: none;
    justify-content: flex-start;
    padding: 10px 0 2px;
    border-top: 1px solid var(--line);
  }

  .site-nav.open {
    display: flex;
  }

  .hero h1 {
    font-size: 4.75rem;
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .hero h1 {
    font-size: 4.1rem;
  }

  .section-heading,
  .author-projects,
  .shop-callout,
  .newsletter-band,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 20px;
  }

  .home-directory-heading,
  .published-library-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-directory-heading > p,
  .published-library-heading > p {
    max-width: 760px;
  }

  .section-heading > p {
    max-width: 760px;
  }

  .awards-heading,
  .book-development-heading,
  .shop-collection-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .award-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .development-project {
    grid-template-columns: 1fr;
  }

  .featured-books,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .published-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .masonry-gallery {
    column-count: 2;
  }

  .author-projects-art {
    min-height: 390px;
  }

  .author-projects-art button {
    min-height: 390px;
  }

  .sketchbook-category {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sketchbook-art-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .travel-sketchbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sketchbook-item img {
    height: 500px;
  }

  .catalog-art-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .handmade-columns {
    grid-template-columns: 1fr;
  }

  .handmade-gallery {
    grid-template-columns: 1fr;
  }

  .shop-callout > img {
    max-height: 440px;
  }

  .about-grid,
  .contact-grid {
    gap: 48px;
  }

  .portrait-frame {
    max-width: 520px;
  }

}

@media (min-width: 721px) and (max-width: 1040px) {
  .featured-books .book-feature:last-child:nth-child(odd),
  .published-library-grid .book-catalog-card:last-child:nth-child(odd),
  .product-grid .product-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 16px) / 2);
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 7px;
    min-height: 68px;
    padding: 10px 12px;
  }

  .brand {
    gap: 9px;
    min-width: 0;
  }

  .brand-mark {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 0.7rem;
  }

  .brand strong {
    overflow: hidden;
    font-size: 0.96rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand small {
    display: none;
  }

  .header-actions {
    gap: 5px;
  }

  .header-action {
    width: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 50%;
  }

  .header-action-label {
    display: none;
  }

  .agency-logo {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .header-shop {
    display: inline-flex;
    width: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 50%;
  }

  .header-shop > span {
    display: none;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    gap: 1px;
    padding: 1px;
    background: rgba(244, 247, 242, 0.99);
    box-shadow: 0 12px 26px rgba(33, 28, 24, 0.12);
  }

  .site-nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav a {
    min-height: 48px;
    padding: 13px 15px;
    background: var(--canvas);
  }

  .hero {
    height: min(650px, calc(82svh - 68px));
    min-height: 520px;
    max-height: 650px;
  }

  .hero-art {
    display: block;
    padding: 0;
  }

  .hero-tile {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.018);
    transition: opacity 720ms ease, transform 5.6s ease;
    animation: none;
  }

  .hero-tile.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
  }

  .hero-main-art img {
    object-position: center 46%;
  }

  .hero-bunnies-art img {
    object-position: center;
  }

  .hero-dragon-art img {
    object-fit: contain;
    object-position: center;
    background: #e8a669;
  }

  .hero-cailleach-art img {
    object-position: center 30%;
  }

  .hero-wolf-art img {
    object-position: 62% center;
  }

  .hero-tile figcaption {
    display: none;
  }

  .hero-shade {
    z-index: 2;
    background: linear-gradient(to top, rgba(17, 14, 12, 0.82) 0%, rgba(17, 14, 12, 0.34) 58%, rgba(17, 14, 12, 0.15) 100%);
  }

  .hero-copy {
    left: 20px;
    right: 20px;
    bottom: 88px;
    z-index: 3;
  }

  .hero h1 {
    max-width: 360px;
    margin-bottom: 12px;
    font-size: 2.8rem;
    line-height: 1;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 470px;
    margin-bottom: 18px;
    font-size: 1rem;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 0.68rem;
  }

  .hero-carousel-controls {
    position: absolute;
    right: 14px;
    bottom: 18px;
    left: 14px;
    z-index: 4;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px 42px;
    gap: 6px;
    align-items: center;
  }

  .hero-carousel-controls button,
  .gallery-controls button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    color: var(--white);
    background: rgba(17, 14, 12, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    backdrop-filter: blur(8px);
  }

  .hero-carousel-status {
    display: flex;
    min-width: 0;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 12px;
    overflow: hidden;
    background: rgba(17, 14, 12, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    backdrop-filter: blur(8px);
  }

  .hero-carousel-status strong {
    overflow: hidden;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.94rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-carousel-status span {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .button {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 0.86rem;
  }

  .hero-actions .button {
    min-height: 44px;
    padding: 11px 9px;
  }

  .hero-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 360px;
    gap: 6px;
  }

  .hero-shop-cta {
    justify-self: stretch;
  }

  .sketchbook-item img {
    height: min(66svh, 480px);
  }

  .home-directory {
    padding: 64px 16px 72px;
  }

  .home-directory-heading {
    gap: 12px;
    margin-bottom: 24px;
  }

  .home-directory-heading h2 {
    font-size: 2.65rem;
    line-height: 1.03;
  }

  .home-destination-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-destination {
    min-height: 340px;
  }

  .home-destination-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .home-destination-copy strong {
    font-size: 2.1rem;
  }

  .home-about {
    padding: 64px 16px;
  }

  .home-about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-about figure {
    width: 100%;
    max-width: none;
    aspect-ratio: 5 / 4;
  }

  .home-about h2 {
    font-size: 2.65rem;
  }

  .section {
    padding: 72px 16px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading :is(h1, h2),
  .about-copy :is(h1, h2),
  .contact-grid :is(h1, h2),
  .newsletter-band h2 {
    font-size: 2.7rem;
    line-height: 1.03;
  }

  .contact-routes {
    grid-template-columns: 1fr;
  }

  .featured-books,
  .product-grid {
    display: flex;
    gap: 12px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
  }

  .book-feature {
    flex: 0 0 min(84vw, 370px);
    grid-template-rows: 310px auto;
    scroll-snap-align: center;
  }

  .book-feature p {
    min-height: 0;
  }

  .published-library {
    margin-top: 48px;
    padding-top: 34px;
  }

  .published-library-heading {
    gap: 10px;
    margin-bottom: 22px;
  }

  .published-library-heading h2 {
    font-size: 2.35rem;
  }

  .published-library-grid {
    gap: 10px;
  }

  .book-catalog-card > a {
    grid-template-rows: 220px auto;
  }

  .book-catalog-cover {
    padding: 12px;
  }

  .book-catalog-copy {
    min-height: 158px;
    padding: 14px;
  }

  .book-catalog-copy strong {
    font-size: 1.08rem;
  }

  .awards-archive,
  .book-development {
    padding: 24px;
  }

  .award-grid {
    grid-template-columns: 1fr;
  }

  .awards-heading h2,
  .book-development-heading h2,
  .shop-collection-heading h2 {
    font-size: 2.45rem;
  }

  .book-development {
    margin-top: 48px;
  }

  .development-copy {
    display: block;
    padding: 24px;
  }

  .development-copy h3 {
    font-size: 1.75rem;
  }

  .development-art,
  .development-art-two,
  .development-art-four {
    display: flex;
    gap: 1px;
    overflow-x: auto;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
  }

  .development-art button {
    flex: 0 0 min(82vw, 340px);
    height: auto;
    min-height: 0;
    scroll-snap-align: center;
  }

  .author-projects {
    margin-top: 48px;
  }

  .author-projects-copy {
    padding: 28px 24px;
  }

  .author-projects-copy h3 {
    font-size: 2.2rem;
  }

  .author-projects-art {
    display: flex;
    min-height: 390px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .author-projects-art button {
    flex: 0 0 86%;
    height: 390px;
    min-height: 390px;
    scroll-snap-align: center;
  }

  .filter-bar {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -16px;
    padding: 0 16px 5px 0;
    overflow-x: auto;
  }

  .filter-bar button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .masonry-gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
  }

  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    flex: 0 0 min(82vw, 420px);
    width: auto;
    height: min(62svh, 470px);
    min-height: 340px;
    margin-bottom: 0;
    scroll-snap-align: center;
  }

  .gallery-item.gallery-column-break {
    break-after: auto;
  }

  .gallery-item img {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .gallery-controls {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
  }

  .gallery-controls button {
    color: var(--pine-dark);
    background: var(--white);
    border-color: var(--line);
    backdrop-filter: none;
  }

  .gallery-controls output {
    min-width: 62px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 850;
    text-align: center;
  }

  .publishing-details {
    display: flex;
    gap: 1px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
  }

  .publishing-details article {
    flex: 0 0 min(82vw, 360px);
    padding: 26px 22px;
    scroll-snap-align: center;
  }

  .magazine-feature {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
  }

  .magazine-feature h2 {
    font-size: 1.55rem;
  }

  .magazine-art-title {
    margin-bottom: 14px;
  }

  .publishing-details .magazine-list {
    gap: 8px;
  }

  .magazine-list li {
    padding-top: 8px;
  }

  .forthcoming-book {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 0;
  }

  .forthcoming-list h2 {
    font-size: 1.7rem;
  }

  .sketchbook-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 20px;
    padding: 5px;
    background: var(--canvas);
    border: 1px solid var(--line);
    border-radius: 6px;
  }

  .sketchbook-tabs button {
    min-height: 42px;
    padding: 9px 12px;
    color: var(--muted);
    background: transparent;
    border: 0;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 850;
  }

  .sketchbook-tabs button[aria-selected="true"] {
    color: var(--white);
    background: var(--plum);
  }

  .sketchbook-category {
    gap: 18px;
    padding-top: 22px;
  }

  .sketchbook-category h2 {
    font-size: 1.8rem;
  }

  .sketchbook-item {
    flex: 0 0 min(78vw, 360px);
    min-height: 340px;
    scroll-snap-align: center;
  }

  .sketchbook-art-grid,
  .sketchbook-art-grid-two {
    display: flex;
    gap: 10px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
  }

  .sketchbook-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-jump-links {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .shop-jump-links a {
    flex: 0 0 min(72vw, 300px);
    min-height: 66px;
    scroll-snap-align: start;
  }

  .shop-collection {
    margin-top: 54px;
    padding-top: 34px;
  }

  .shop-subsection > header {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .shop-subsection > header .eyebrow,
  .shop-subsection > header h3,
  .shop-subsection > header > p:last-child {
    grid-row: auto;
    grid-column: 1;
  }

  .shop-subsection > header > p:last-child {
    margin-top: 8px;
  }

  .catalog-art-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .catalog-art-card {
    grid-template-rows: 230px auto;
  }

  .catalog-art-card > div {
    min-height: 90px;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .catalog-art-card span {
    white-space: normal;
  }

  .shop-callout > img {
    min-height: 310px;
  }

  .shop-callout > div {
    padding: 28px 22px;
  }

  .shop-callout h2 {
    font-size: 2.35rem;
  }

  .product-card {
    flex: 0 0 min(84vw, 370px);
    grid-template-rows: 300px auto;
    scroll-snap-align: center;
  }

  .handmade-story {
    grid-template-columns: 1fr;
    padding: 24px;
    text-align: left;
  }

  .handmade-story > img {
    justify-self: start;
  }

  .saint-collection,
  .handmade-product {
    grid-template-columns: 1fr;
  }

  .saint-collection-art img {
    min-height: 320px;
  }

  .handmade-photo-grid img {
    min-height: 260px;
  }

  .handmade-photo-grid-four img {
    min-height: 180px;
  }

  .masonry-gallery,
  .filter-bar {
    scrollbar-width: none;
  }

  .masonry-gallery::-webkit-scrollbar,
  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .featured-books,
  .product-grid,
  .author-projects-art,
  .development-art,
  .sketchbook-art-grid,
  .publishing-details,
  .shop-jump-links {
    padding-bottom: 10px;
    scrollbar-color: rgba(40, 79, 70, 0.42) transparent;
    scrollbar-width: thin;
  }

  .featured-books::-webkit-scrollbar,
  .product-grid::-webkit-scrollbar,
  .author-projects-art::-webkit-scrollbar,
  .development-art::-webkit-scrollbar,
  .sketchbook-art-grid::-webkit-scrollbar,
  .publishing-details::-webkit-scrollbar,
  .shop-jump-links::-webkit-scrollbar {
    height: 4px;
  }

  .featured-books::-webkit-scrollbar-thumb,
  .product-grid::-webkit-scrollbar-thumb,
  .author-projects-art::-webkit-scrollbar-thumb,
  .development-art::-webkit-scrollbar-thumb,
  .sketchbook-art-grid::-webkit-scrollbar-thumb,
  .publishing-details::-webkit-scrollbar-thumb,
  .shop-jump-links::-webkit-scrollbar-thumb {
    background: rgba(40, 79, 70, 0.42);
    border-radius: 999px;
  }

  .newsletter-band {
    gap: 32px;
    padding: 64px 16px;
  }

  .newsletter-form > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .about-grid,
  .contact-grid {
    gap: 38px;
  }

  .about-copy .lead {
    font-size: 1.35rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-form-fields {
    grid-template-columns: 1fr;
  }

  .footer-social {
    flex-wrap: wrap;
  }

  .site-footer > small {
    grid-column: auto;
  }

  .art-dialog {
    width: calc(100% - 18px);
    max-height: calc(100svh - 18px);
  }

  .art-dialog figure {
    height: calc(100svh - 18px);
  }

  .not-found {
    grid-template-columns: 1fr;
  }

  .not-found > img {
    min-height: 280px;
    max-height: 360px;
  }

  .not-found > div {
    padding: 30px 24px;
  }

  .not-found h1 {
    font-size: 2.7rem;
  }
}

@media (min-width: 351px) and (max-width: 720px) {
  .published-library-grid .book-catalog-card:last-child:nth-child(odd),
  .catalog-art-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 10px) / 2);
    justify-self: center;
  }
}

@media (max-width: 350px) {
  .site-header {
    gap: 4px;
    padding: 8px;
  }

  .brand {
    gap: 0;
  }

  .brand-mark {
    display: none;
  }

  .brand strong {
    font-size: 0.84rem;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .published-library-grid {
    grid-template-columns: 1fr;
  }

  .book-catalog-card > a {
    grid-template-rows: 280px auto;
  }

  .hero .eyebrow .mobile-break {
    display: block;
    margin-top: 3px;
  }

  .hero-actions .button {
    padding-inline: 7px;
    font-size: 0.77rem;
  }

  .catalog-art-grid {
    grid-template-columns: 1fr;
  }

  .header-actions {
    gap: 4px;
  }

  .header-action,
  .header-shop,
  .menu-toggle {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .agency-logo {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
