@charset "UTF-8"; /* Modern CSS Reset */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* Base HTML and Body styles */ html { font-size: 18px; line-height: 1.2; -webkit-text-size-adjust: 100%; } body { font-family: "Ibarra Real Nova", serif; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #000; background-color: #f0f0e6; min-height: 100vh; text-rendering: optimizeSpeed; } /* Basic element resets */ img, picture, video, canvas, svg { display: block; max-width: 100%; border-radius: 2px; } input, button, textarea, select { font: inherit; } /* Remove list styles */ ul, ol { list-style: none; } /* Remove default margin */ body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; } p { margin: 0 0 20px 0; } h3 { margin: 10px 0; } .soundcloud-embed iframe { border: none; } /* Remove animations for people who've turned them off */ @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } @page { margin: 50px !important; } @media print { body { height: auto; overflow: visible; } @page { margin: 50px !important; } } .table-of-contents { font-family: "Ibarra Real Nova", serif; background-color: #f0f0e6; display: none; visibility: hidden; width: 100%; position: fixed; left: 20px; padding: 10px 10px; left: 0; right: 0; margin: 18px; padding: 0 20px; max-height: calc(100% - 36px); overflow: scroll; top: 0; bottom: 0; } .table-of-contents > * { max-width: 720px; margin: auto; } .table-of-contents-header { text-align: center; } .table-of-contents.open { display: block; visibility: visible; z-index: 9; width: calc(100% - 36px); } .table-of-contents.open + .content { filter: blur(10px); transition: filter 0.9s ease; } .table-of-contents h2.table-of-contents-header { margin: 70px auto 0; } @media screen and (min-width: 768px) { .table-of-contents { max-width: 100%; } } .toc-button { background-color: #f0f0e6; right: 26px; position: absolute; top: 26px; font-size: 20px; border: none; z-index: 10; width: 28px; height: 28px; padding: 0; cursor: pointer; border-radius: 2px; } .homepage .toc-button { background-color: transparent; } .homepage .toc-button.open { border: none; } .toc-button:after { content: "☰"; color: #000000; position: absolute; top: 0px; left: 0; right: 0; margin: auto; } .toc-button.open:after { content: "✕"; } @media print { .toc-button { display: none; } } .projects-list { clear: both; } .projects-list-container .project-item { display: flex; flex-direction: row; justify-content: space-between; position: relative; margin: 20px 0 20px; } .projects-list-container .project-title { font-weight: 400; padding-right: 5px; position: absolute; left: 0; font-style: italic; } .projects-list-container .project-title a, .project-index a { text-decoration: none; } .projects-list-container .project-index { font-style: italic; padding-left: 5px; position: absolute; right: 0; } .projects-list-container .project-title, .project-index { z-index: 1; background-color: #f0f0e6; top: -3px; } .projects-list-container .project-line { border-bottom: 2px dotted black; display: block; position: absolute; top: 1cap; width: 100%; } .projects-list-container .project-tagline { margin-top: 20px; top: 20px; font-size: 15px; display: block; } .projects-list-container .project-item a { text-decoration: none; } .projects-list-container .project-tagline::after { margin-left: 5px; font-family: math; font-size: 18px; font-weight: 100; } .projects-list-container li::before { display: none; } .projects-list-container a { border-bottom: none; } .homepage .table-of-contents { border: solid #000 1px; } #mc_embed_signup { clear: left; gap: 10px; margin: 20px auto; position: relative; width: 100%; } #mc_embed_signup #mc_embed_signup_scroll { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; gap: 10px; } #mc_embed_signup form { width: 100%; } #mc_embed_signup input, #mc_embed_signup textarea { line-height: 20px; padding: 5px; } #mc_embed_signup .mc-field-group { flex-grow: 1; flex-shrink: 0; } #mc_embed_signup .mc-field-group:nth-child(2) { flex-basis: 100%; } #mc_embed_signup .mc-field-group:nth-child(3) { flex-basis: 49%; } #mc_embed_signup .mc-field-group:nth-child(4) { flex-basis: 49%; } #mc_embed_signup .mc-field-group input { width: 100%; } #mc_embed_signup div.mce_inline_error { background-color: transparent !important; padding: 0 !important; font-size: 14px; text-align: left; font-weight: normal; position: absolute; top: -20px; color: #6B0505 !important; display: contents; } #mc_embed_signup #mce-responses { padding: 0; font-size: 14px; text-align: left; font-weight: normal; position: absolute; top: 40px; color: black !important; } #mc_embed_signup .optionalParent { flex-basis: 100%; } #mc_embed_signup #mc-embedded-subscribe { height: 34px; } #mc_embed_signup .refferal_badge, #mc_embed_signup h2 { display: none !important; } #mc_embed_signup .signup-description { font-size: 12px; font-weight: normal; text-align: left; } nav.main-nav { font-size: 20px; font-weight: normal; text-align: center; z-index: 10; padding: 0px; position: fixed; top: 20px; left: 0; right: 0; margin: auto; width: calc(100% - 58px); max-width: 720px; border-bottom: solid black 1px; background-color: #f0f0e6; display: flex; justify-content: space-between; height: 36px; } nav.main-nav a { text-decoration: none; padding: 5px; } nav.main-nav .active { border-bottom: solid black 1px; } .homepage nav.main-nav { display: none; background-color: transparent; opacity: 0.95; padding-bottom: 5px; } .homepage nav.main-nav a { background-color: #f0f0e6; border-radius: 2px; box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.6); } .homepage nav.main-nav.open { display: flex; } .homepage { background-color: #f0f0e6; font-weight: 100; margin: 0; width: 100%; /* styling for promoting card from homepage */ } .homepage .cards { font-family: "Ibarra Real Nova", serif; max-width: 450px; } .homepage .project-border, .homepage .broider { height: calc(100% - 20px); width: calc(100vw - 20px); position: fixed; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; box-sizing: border-box; margin: 10px; } .homepage .project-border { height: calc(100% - 38px); width: calc(100vw - 38px); margin: 19px; } .homepage .cards .content { margin: auto; max-width: 600px; position: relative; overflow-x: hidden; padding: 0 20px; } .homepage .cards p { line-height: 1.3em; text-align: left; margin: 0 auto; } .homepage .cards h1 a, .homepage h2 a { color: black; text-decoration: none; } .homepage .cards ul { padding: 0; } .homepage .cards li { font-weight: 100; font-size: 13px; list-style: none; margin: 25px auto; text-align: left; text-decoration: none; } .homepage .cards li::before { font-size: 12px; font-family: serif; position: absolute; } .homepage .cards { left: 0; margin: auto; position: absolute; right: 0; width: calc(100% - 60px); top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; opacity: 0.95; } .homepage .toc-button.open ~ .cards { display: none; } .homepage .card-container { background-color: #f0f0e6; border: solid black 1px; border-radius: 2px; aspect-ratio: 8/5; contain: strict; box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.6); } .homepage .card { box-sizing: border-box; width: 100%; margin: auto; position: relative; height: 100%; } .homepage .card-container:nth-child(2) { margin-top: 40px; } .homepage .card .container { display: flex; align-items: center; } .homepage .card header { width: 100%; } .homepage .card.front header { font-size: 14px; } .homepage .card.front h1 a { visibility: hidden; display: none; } .homepage .card .container { font-size: 13px; line-height: 15px; margin: 20px; padding: 8px; position: absolute; height: calc(100% - 40px); width: calc(100% - 40px); } .homepage .container-background { border: solid black 1px; position: absolute; height: calc(100% - 20px); margin: 10px; width: calc(100% - 20px); border-radius: 2px; z-index: -1; } .homepage .card p { margin-top: 0; text-align: center; width: 100%; } .homepage .card.front p { text-align: center; } .homepage .container a { color: black; text-decoration: none; } .homepage .container a { border-bottom: solid grey 1px; } .homepage .card ul { margin-top: 0; } .homepage .card li { line-height: 15px; margin: 0px 0 6px 0; } .homepage .card-quote { display: block; margin: auto; text-align: center; width: 177px; } .homepage .card-quote { width: 130px; } .homepage .card-quote p { margin: auto; } .homepage .card-quote-header { font-style: italic; left: 0; letter-spacing: normal; margin: auto; position: absolute; right: 0; text-align: center; top: 0; font-size: 14px; } .homepage p.card-quote-footer { bottom: 0; font-style: normal; left: 0; position: absolute; text-align: left; font-size: 12px; } .homepage .left-arrow, .homepage .right-arrow { cursor: pointer; font-size: 24px; position: absolute; top: -1px; right: -1px; z-index: 10; font-style: normal; background: #f0f0e6; width: 24px; height: 24px; } .homepage .left-arrow { left: 0; } .homepage .right-arrow { transform: rotate(45deg); border-bottom: solid black 1px; display: flex; align-items: center; justify-content: center; } .homepage .right-arrow span { transform: rotate(-45deg); display: block; opacity: 0.8; } .homepage .card .card-header { position: absolute; top: -2px; left: 0; right: 0; display: inline; text-align: center; } .homepage .card .card-header p { margin: 6px auto !important; display: flex !important; width: fit-content !important; justify-content: center; gap: 14px; } .homepage .card .card-header a:not(:last-child)::after { content: "✺"; position: absolute; position: absolute; margin-left: 5px; font-size: 5px; } .homepage .card .card-header a { color: black; text-decoration: none; } .homepage .cards .card-footer { display: inline; position: absolute; bottom: -2px; left: 0; margin: auto; right: 0; text-align: center; z-index: 1; } .homepage .cards .card-footer p, .homepage .card .card-header p { background: #f0f0e6; font-size: 10px; display: inline-block; margin: 6px; padding-left: 5px; padding-right: 5px; text-align: center; width: auto; text-transform: lowercase; font-family: "Courier New"; } .homepage .cards .glyph { bottom: 27px; line-height: 40px; right: 16px; margin: auto; position: absolute; height: 40px; z-index: 1; } .homepage .cards .glyph a { text-decoration: none; color: #003000; } .homepage .cards .glyph img { height: 100%; display: inline-block; background: #003000; -webkit-mask: url("/public/transparent.png") center/contain; mask: url("/public/transparent.png") center/contain; } .homepage .cards .hidden { display: none; visibility: hidden; } .homepage .hidden { display: none; visibility: hidden; } .homepage .hover-image { display: none; position: fixed; z-index: 100; max-width: 260px; padding: 5px; border: solid black 1px; border-radius: 4px; pointer-events: none; background: #f0f0e6; left: 480px; right: 0; margin: auto; bottom: 0; top: 0; } .homepage .promo .card-container:nth-child(1), .homepage .promo h1, .homepage .promo .right-arrow, .homepage .promo .card-header { display: none; } .homepage .promo .card-container { height: 450px; } .homepage .promo .card { height: 430px; } .homepage .promo .container-background { width: 100%; left: -10px; } .homepage .project-border { background-image: url("/public/riso-maine.png"); background-size: cover; background-position: center; } @media screen and (min-height: 550px) { .homepage .cards { top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } } @media screen and (min-width: 768px) { .homepage .card-container { border: solid black 1px; } .homepage .card-quote:hover .hover-image:not(.hidden) { display: block; } } .project { margin: 20px auto; } .project .content-wrapper { display: block; column-gap: 20px; row-gap: 20px; width: 100%; max-width: 720px; margin: 20px auto auto; } .project h1 { border-bottom: none; line-height: 34px; font-size: 34px; font-weight: bold; text-decoration: none; color: #000; } .project h2 a { border-bottom: none; text-decoration: none; color: #000; } .project h3 { border-bottom: 1px solid #000; font-weight: 300; } .project figure { margin: auto; display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; } .project figure img { border-radius: 2px; object-fit: cover; height: auto; } .project figure.project-grid-item-full.horizontal { display: flex; flex-direction: row; justify-content: space-between; } .project figure.project-grid-item-full.horizontal img { flex-basis: 40%; max-width: 49%; } .project figure.project-grid-item-full.horizontal figcaption { flex-basis: 100%; } .project .project-more { margin: 30px auto; max-width: 720px; border-top: solid black 1px; margin-top: 20px; clear: both; } .project .all-projects-link { list-style: none; } .project .all-projects-link::before { content: "↪"; } .project blockquote { margin: auto; border-bottom: solid black 1px; border-top: solid black 1px; clear: both; display: flex; font-style: italic; padding: 0 20px; text-align: justify; } .project blockquote p { padding: 0 20px; } .project .figure-full-width img { width: 720px; max-width: calc(100vw - 80px); } .project.one-column .content .content-wrapper { max-width: 720px; margin-right: auto; } .project header { align-items: flex-end; margin: auto auto 10px; width: 100%; max-width: 720px; position: relative; text-align: center; margin-top: 35px; padding: 20px; border: solid black 1px; margin-bottom: -1px; font-style: italic; } .project header p { margin: 0; font-size: 16px; font-style: normal; } .project .content h2 { font-weight: 300; margin: 40px 0 40px; text-align: center; } .project .project-meta { font-family: Courier New; font-size: 12px; font-weight: bold; margin: 0 auto 20px; max-width: 720px; opacity: 0.7; padding: 10px; border: solid black 1px; display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 0; } .project .project-meta > span { display: contents; } .project .project-meta-label { opacity: 1; padding-right: 10px; align-self: start; } .project .project-meta-value { border-left: solid grey 1px; padding-left: 10px; overflow-wrap: break-word; word-break: break-word; } @media (min-width: 720px), print { .project .content-wrapper:not(.no-grid) { display: grid; grid-template-columns: repeat(6, 1fr); } .project .project-grid-item-1 { margin: auto; grid-column: span 1; } .project .project-grid-item-2 { margin: auto; grid-column: span 2; } .project .project-grid-item-3 { margin: auto; grid-column: span 3; } .project .project-grid-item-4 { margin: auto; grid-column: span 4; } .project .project-grid-item-5 { margin: auto; grid-column: span 5; } .project .project-grid-item-6 { margin: auto; grid-column: span 6; } .project .project-grid-item-full { margin: auto; grid-column: 1/-1; } } @media print { .project header, .project h1, .project a { margin-top: 0; } .project .content { margin: 0 auto; padding: 0; } .project * { position: static !important; } .project .project-more { display: none; } .project header { margin-top: 0; } } .shop-page > nav { position: relative; top: auto; margin: 20px auto; } .shop-page header { position: sticky; top: 0; background-color: #f0f0e6; z-index: 10; font-size: 20px; max-width: calc(100vw - 40px); margin-top: 37px; } .shop-page header nav { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; padding: 6px; padding: 11px 20px 10px; border-bottom: solid black 1px; } .shop-page header nav a { text-decoration: none; } .shop-page header nav a.selected { font-weight: bold; } .shop-page .content { scroll-padding-top: 60px; } .shop-page .content .shop-collection-header { font-weight: 300; margin: 40px 0 40px; text-align: center; margin: 10px auto; border-bottom: solid black 1px; border-top: solid black 1px; padding: 10px 0; } .shop-page .collection-description { font-size: 18px; line-height: 26px; margin: 10px 0 20px 0; color: #333; } .shop-page .collection-image { margin: 20px 0; text-align: center; } .shop-page .collection-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); } .shop-page .shop-top { margin-bottom: 20px; } .shop-page .shop-top, .shop-page .shop-collection { display: grid; gap: 20px; row-gap: 20px; } .shop-page .shop-top .project-grid-item-1, .shop-page .shop-collection .project-grid-item-1 { margin: auto; grid-column: span 1; } .shop-page .shop-top .project-grid-item-2, .shop-page .shop-collection .project-grid-item-2 { margin: auto; grid-column: span 2; } .shop-page .shop-top .project-grid-item-3, .shop-page .shop-collection .project-grid-item-3 { margin: auto; grid-column: span 3; } .shop-page .shop-top .project-grid-item-4, .shop-page .shop-collection .project-grid-item-4 { margin: auto; grid-column: span 4; } .shop-page .shop-top .project-grid-item-5, .shop-page .shop-collection .project-grid-item-5 { margin: auto; grid-column: span 5; } .shop-page .shop-top .project-grid-item-6, .shop-page .shop-top .project-grid-item-full, .shop-page .shop-collection .project-grid-item-6, .shop-page .shop-collection .project-grid-item-full { margin: auto; grid-column: span 6; } @media (min-width: 720px) { .shop-page .shop-top, .shop-page .shop-collection { display: grid; grid-template-columns: repeat(6, 1fr); } } .shop-page .content-wrapper { display: block; width: 100%; max-width: 720px; margin: 0 auto; } .shop-page .shop-listings { margin: auto; display: flex; gap: 20px; flex-wrap: wrap; justify-content: space-between; } .shop-page .shop-listings iframe { border-radius: 2px; flex: 1 0 40%; min-width: 200px; } .shop-page .newsletter-signup-intro { margin-top: 20px; } .shop-page .image-sequence { position: relative; width: 100%; height: auto; aspect-ratio: 9/16; border-radius: 2px; width: 100%; } .shop-page .image-sequence .sequence-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% 50%; transition: opacity 3.5s linear; filter: brightness(1) contrast(1); } @media screen and (min-width: 720px) { .shop-page header nav { max-width: 1024px; margin: auto; } .shop-page .shop-listings, .shop-page .image-sequence { width: calc(100vw - 80px) !important; margin-left: calc((720px - 100vw + 80px) / 2) !important; aspect-ratio: 16/9; } } @media screen and (min-width: 1180px) { .shop-page .image-sequence { width: 1024px !important; margin-left: -152px !important; } } body { overflow: hidden; } .content { left: 10px; position: fixed; overflow-x: hidden; overflow-y: scroll; top: 10px; bottom: 19px; right: 10px; padding: 0 20px 20px 20px; margin: auto; height: calc(100dvh - 48px); } figcaption { font-size: 13px; line-height: 1.1em; text-align: justify; margin: auto; margin-top: 8px; margin-bottom: 10px; padding: 0 5px; } ul { list-style: none; padding-left: 0; } li { padding: 0 0 10px 0; } li::before { content: "✺"; padding-right: 10px; } a { color: #000; } .page-border { height: calc(100dvh - 20px); width: calc(100vw - 20px); position: fixed; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; box-sizing: border-box; margin: 10px; } .square-crop { aspect-ratio: 1/1; } .square-crop img { object-fit: cover; } .no-scroll { overflow: hidden; } .footnote { font-size: 12px; } .project-grid-item-1, .project-grid-item-2, .project-grid-item-3, .project-grid-item-4, .project-grid-item-5, .project-grid-item-6, .project-grid-item-full { margin: 20px auto; width: 100%; } .cursive { font-family: cursive; } .space-between { display: flex; flex-direction: column; justify-content: space-between; } .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; } .divider-line { text-align: center; margin: 20px auto; letter-spacing: 20px; font-weight: bold; } .courier-new { font-family: "Courier New"; } @media print { .print-page-break { break-after: page; } @page { margin-top: 1in; } }