@font-face { font-family: Golos; font-style: normal; font-weight: 400 900; font-display: swap; src: url("assets/fonts/golos-cyrillic.woff2") format("woff2"); unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: Golos; font-style: normal; font-weight: 400 900; font-display: swap; src: url("assets/fonts/golos-latin.woff2") format("woff2"); }
:root { --paper: #f9faf7; --ink: #20241f; --muted: #676c65; --line: #d8dcd4; --accent: #d9f378; --mint: #dce7de; --gutter: 48px; --serif: Georgia, "Times New Roman", serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Golos, Arial, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
body, button, input, select, textarea { letter-spacing: 0; }
::selection { background: var(--accent); color: var(--ink); }
button, input, select, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; border: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid #7c4924; outline-offset: 5px; }
h1,h2,h3,p,figure,dl,dd { margin: 0; }
h1,h2,h3 { font-weight: 500; }
h2 { font-size: 48px; line-height: 1.12; }
.serif { font-family: var(--serif); font-weight: 400; font-style: italic; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-button { display: inline-flex; width: 44px; height: 44px; padding: 0; align-items: center; justify-content: center; background: transparent; color: inherit; border: 1px solid var(--line); border-radius: 50%; transition: background .18s; }
.icon-button:hover { background: var(--accent); }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 200; padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; display: flex; min-height: 84px; padding: 12px var(--gutter); align-items: center; justify-content: space-between; gap: 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { font-family: var(--serif); font-size: 42px; font-style: italic; line-height: 1; }
.brand-name { font-size: 12px; line-height: 1.25; }
.nav { display: flex; gap: 32px; align-items: center; font-size: 13px; }
.nav a { padding: 10px 0; }
.nav a:hover, .text-link:hover, .contact-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-contact { display: inline-flex; gap: 22px; align-items: center; min-height: 44px; font-size: 13px; }
.menu-toggle { display: none; }
.mobile-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 12px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 10px 12px #20241f0a; }
.mobile-nav a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); }
.hero { position: relative; height: min(720px, calc(100svh - 160px)); min-height: 480px; isolation: isolate; background: #363c32; color: #fff; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 53%; z-index: -2; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, #090f0dab 0%, #090f0d99 42%, #090f0d66 68%, #090f0d26 100%); content: ""; z-index: -1; pointer-events: none; }
.hero-content { height: 100%; padding: 28px var(--gutter) 40px; display: flex; flex-direction: column; }
.hero-kicker { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; text-shadow: 0 1px 5px #0007; }
.hero-title-group { margin: auto 0; padding: 30px 0; }
.hero h1 { max-width: 1050px; font-size: 108px; line-height: 1.04; font-weight: 500; text-shadow: 0 2px 4px #0005, 0 8px 28px #0004; }
.hero h1 span { display: block; }
.hero h1 .serif { margin-left: 120px; font-size: 124px; line-height: 1.05; }
.hero-title-group p { margin-top: 24px; font-size: 17px; text-shadow: 0 1px 4px #0008; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.button { display: inline-flex; min-height: 54px; gap: 38px; padding: 16px 24px; align-items: center; justify-content: space-between; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 500; line-height: 1.4; transition: background .18s, border-color .18s; }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: #ecffad; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #3a4435; }
.hero-artwork { display: grid; gap: 6px; font-size: 13px; text-shadow: 0 1px 4px #0008; }
.hero-artwork > span:first-child { font-size: 11px; }
.hero-artwork > span:last-child { display: flex; align-items: center; gap: 18px; }
.edition-strip { display: flex; justify-content: space-between; gap: 18px; min-height: 66px; align-items: center; padding: 15px var(--gutter); border-bottom: 1px solid var(--line); font-size: 12px; }
.edition-strip > span:last-child { display: flex; align-items: center; gap: 10px; }
.edition-strip > span:first-child::before { display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: #698148; content: ""; }
.section-space { padding: 100px var(--gutter); }
.eyebrow { font-size: 11px; line-height: 1.5; font-weight: 500; color: var(--muted); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 24px; }
.heading-count { display: inline-block; vertical-align: top; font-size: 13px; margin-left: 16px; margin-top: 7px; color: var(--muted); }
.section-intro { max-width: 350px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.filters { display: flex; gap: 26px; }
.filter { position: relative; min-height: 48px; padding: 10px 0 14px; background: transparent; color: var(--muted); font-size: 13px; white-space: nowrap; }
.filter.is-active { color: var(--ink); }
.filter.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--ink); }
.filter span { margin-left: 6px; font-size: 10px; }
.catalog-count { color: var(--muted); font-size: 11px; }
.works-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 60px 32px; }
.work-card { min-width: 0; }
.work-image { position: relative; display: grid; width: 100%; aspect-ratio: 4/3; padding: 28px; align-items: center; justify-items: center; background: #edf0e9; }
.work-card:nth-child(4n+2) .work-image { background: #e8ebef; }
.work-card:nth-child(4n+3) .work-image { background: #eeeae8; }
.work-card:nth-child(4n+4) .work-image { background: #e9edeb; }
.work-image picture { display: contents; }
.work-image img { width: 100%; height: 100%; min-height: 0; object-fit: contain; transition: transform .35s; }
.work-image:hover img { transform: translateY(-3px); }
.view-work { position: absolute; top: 14px; right: 14px; display: grid; width: 36px; height: 36px; place-items: center; background: #f9faf7ec; color: var(--ink); border-radius: 50%; }
.view-work .icon { width: 16px; height: 16px; }
.work-body { padding-top: 18px; }
.work-heading { display: flex; gap: 16px; justify-content: space-between; align-items: baseline; }
.work-title { min-width: 0; font-size: 22px; line-height: 1.25; }
.work-title a:hover { text-decoration: underline; text-underline-offset: 4px; }
.work-price { flex-shrink: 0; font-size: 15px; white-space: nowrap; font-weight: 500; }
.work-details { display: flex; gap: 16px; align-items: baseline; justify-content: space-between; margin-top: 12px; }
.work-meta { font-size: 12px; line-height: 1.5; color: var(--muted); }
.work-request { display: flex; align-items: center; gap: 8px; font-size: 12px; min-height: 36px; white-space: nowrap; }
.work-request:hover { text-decoration: underline; text-underline-offset: 4px; }
.work-request .icon { width: 15px; height: 15px; }
.collection-status { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 10px; margin-top: 14px; color: #554d49; font-size: 12px; }
.collection-status::before { width: 6px; height: 6px; border-radius: 50%; background: #886b5d; content: ""; }
.collection-status span { color: var(--muted); font-size: 11px; }
.gallery-end { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 64px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: inherit; font-size: 13px; min-height: 44px; padding: 0; }
.gallery-end .text-link { color: var(--ink); }
.about-section { display: grid; grid-template-columns: 1fr 1.05fr; gap: 90px; background: var(--mint); }
.about-copy { align-self: center; }
.about-copy .eyebrow { color: #52604f; }
.about-copy h2 { margin: 32px 0; font-size: 58px; }
.about-copy > p:not(.eyebrow) { max-width: 430px; color: #495348; font-size: 15px; line-height: 1.75; margin-top: 20px; }
.author-signature { display: block; margin-top: 30px; font-family: var(--serif); font-style: italic; font-size: 25px; }
.author-channel { margin-top: 12px; }
.journal-section { border-bottom: 1px solid var(--line); }
.journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.journal-entry { min-width: 0; display: flex; flex-direction: column; }
.journal-photo { position: relative; display: block; flex: none; aspect-ratio: 1; background: #edf0eb; }
.journal-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.journal-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; margin-top: 20px; font-size: 11px; color: var(--muted); }
.journal-entry h3 { margin: 12px 0; font-size: 23px; line-height: 1.25; }
.journal-entry h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.journal-entry > p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.journal-entry > .text-link { align-self: start; margin-top: auto; padding-top: 16px; }
.journal-end { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.journal-end > span { color: var(--muted); font-size: 12px; }
.work-source { margin-top: 12px; }
@media (max-width: 900px) { .journal-grid { gap: 20px; } .journal-entry h3 { font-size: 20px; } }
@media (max-width: 680px) { .journal-grid { grid-template-columns: 1fr; gap: 36px; } .journal-entry h3 { font-size: 23px; } .journal-end { align-items: start; gap: 16px; } .journal-end > span { max-width: 170px; } .journal-end .text-link { white-space: nowrap; } }
.diary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-self: center; }
.diary-grid figure { min-width: 0; }
.diary-grid img { width: 100%; object-fit: cover; background: #c1cdc3; }
.diary-main img { aspect-ratio: 3/4; height: auto; }
.diary-small { padding-top: 62px; }
.diary-small img { aspect-ratio: 1; height: auto; }
.diary-wide { grid-column: 1/-1; width: 75%; margin-left: auto; }
.diary-wide img { aspect-ratio: 16/9; height: auto; }
.diary-grid figcaption { display: flex; gap: 12px; padding-top: 8px; color: #485347; font-size: 11px; }
.diary-grid figcaption span { color: #52604f; }
.process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.process-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.process-number { color: #5f6d49; font-size: 12px; }
.process-grid h3 { margin: 30px 0 14px; font-size: 20px; }
.process-grid p { max-width: 330px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.request-section { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; background: var(--ink); color: var(--paper); }
.request-copy .eyebrow { color: #b5c1a8; }
.request-copy h2 { margin: 36px 0 24px; font-size: 50px; }
.request-copy h2 .serif { color: var(--accent); }
.request-copy > p:not(.eyebrow) { color: #c0c6bc; font-size: 14px; line-height: 1.8; }
.contact-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 30px; font-size: 14px; min-height: 44px; }
.request-form { display: grid; align-content: start; }
.request-form label { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12px; margin-bottom: 8px; }
.request-form label span { color: #adb5a6; font-size: 11px; }
.request-form input:not([type=hidden]), .request-form textarea, .request-form select { width: 100%; min-width: 0; background: transparent; border: 0; border-bottom: 1px solid #66705f; border-radius: 0; padding: 8px 0 16px; color: var(--paper); font-size: 16px; line-height: 1.5; margin-bottom: 26px; }
.request-form textarea { resize: vertical; min-height: 90px; max-height: 300px; }
.request-form select { padding-right: 12px; }
.request-form option { color: var(--ink); background: var(--paper); }
.request-form input::placeholder, .request-form textarea::placeholder { color: #abb4a4; }
.request-form :focus-visible { outline-color: var(--accent); }
.form-note { min-height: 22px; margin-top: 14px; font-size: 12px; color: #c3ccba; }
.footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding: 30px var(--gutter); background: var(--ink); color: var(--paper); border-top: 1px solid #475040; }
.footer-brand { font-size: 17px; }
.footer p { font-size: 11px; color: #bec7b6; }
.footer p span { margin-left: 18px; }
.lightbox { width: calc(100% - 48px); max-width: 1520px; height: calc(100dvh - 48px); max-height: 100dvh; padding: 0; border: 0; border-radius: 4px; background: var(--paper); color: var(--ink); overflow: auto; overscroll-behavior: contain; }
.lightbox::backdrop { background: #151b15bd; backdrop-filter: blur(5px); }
.lightbox-toolbar { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; height: 68px; gap: 20px; align-items: center; padding: 10px 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
.lightbox-brand { font-size: 13px; }
#lightboxIndex { font-size: 11px; color: var(--muted); }
.lightbox-close { justify-self: end; }
.lightbox-inner { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(320px,1fr); min-height: calc(100% - 68px); }
.lightbox-visual { position: relative; min-width: 0; align-self: start; background: #e9ece5; }
.lightbox-media { display: grid; place-items: center; height: calc(100dvh - 116px); overflow: auto; padding: 32px; }
.lightbox-media img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-media.is-zoomed { display: block; padding: 0; }
.lightbox-media.is-zoomed img { width: max(100%, var(--image-width)); height: auto; max-width: none; cursor: zoom-out; }
.image-tools { position: absolute; bottom: 20px; right: 20px; }
.image-tools .icon-button { background: var(--paper); border: 0; }
[data-tooltip] { position: relative; }
[data-tooltip]::after { content: attr(data-tooltip); position: absolute; bottom: calc(100% + 8px); right: 0; padding: 5px 8px; background: var(--ink); color: white; font-size: 11px; white-space: nowrap; opacity: 0; pointer-events: none; }
[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after { opacity: 1; }
.lightbox-copy { min-width: 0; padding: 24px 32px 30px; }
.lightbox-nav { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.lightbox-nav span { color: var(--muted); font-size: 12px; }
.lightbox h2 { font-size: 36px; margin: 14px 0 20px; }
#lightboxText { color: var(--muted); font-size: 14px; line-height: 1.75; }
.work-specs { margin: 24px 0; font-size: 12px; }
.work-specs > div { display: flex; gap: 14px; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 11px 0; }
.work-specs dt { color: var(--muted); }
.work-specs dd { text-align: right; max-width: 68%; }
.availability { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #4d6440; }
.availability::before { width: 6px; height: 6px; border-radius: 50%; background: currentColor; content: ""; flex-shrink: 0; }
.availability.is-collection { color: #785f50; }
#lightboxPrice { display: block; margin: 12px 0 20px; font-size: 26px; font-weight: 500; }
.lightbox-acquisition .button { width: 100%; gap: 12px; }
#collectionNote { margin-top: 14px; font-size: 14px; color: var(--muted); }
.share-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-top: 22px; }
#shareStatus { font-size: 11px; color: var(--muted); }
.share-fallback { width: 100%; min-height: 44px; font-size: 12px; }
.noscript-note { padding: 24px 0; }
@media (max-width: 900px) { .hero::after { background: #090f0d8f; } }
@media (min-width: 1700px) { :root { --gutter: max(64px, calc((100% - 1520px)/2)); } .hero { height: 760px; } }
@media (max-width: 1200px) { :root { --gutter: 32px; } h2 { font-size: 40px; } .hero h1 { font-size: 86px; } .hero h1 .serif { font-size: 100px; } .section-intro { max-width: 280px; } .request-section { gap: 60px; } .request-copy h2 { font-size: 40px; } .about-section { gap: 50px; } .about-copy h2 { font-size: 48px; } .lightbox-copy { padding: 20px 24px; } .lightbox h2 { font-size: 30px; } }
@media (max-width: 900px) { .nav { gap: 18px; } .section-heading { align-items: start; flex-direction: column; gap: 22px; } .section-intro { max-width: 440px; } .section-space { padding-top: 72px; padding-bottom: 72px; } .work-heading { flex-wrap: wrap; gap: 8px; } .work-title { font-size: 20px; } .work-image { padding: 20px; } .work-details { flex-wrap: wrap; gap: 0; } .about-section { gap: 35px; } .about-copy h2 { font-size: 40px; } .request-section { gap: 40px; } .request-copy h2 { font-size: 36px; } .lightbox-inner { grid-template-columns: minmax(0,1fr) minmax(300px,.9fr); } .lightbox-media { padding: 20px; } }
@media (max-width: 680px) { :root { --gutter: 20px; } html { scroll-padding-top: 86px; } .site-header { min-height: 68px; gap: 12px; padding-top: 8px; padding-bottom: 8px; } .brand-mark { font-size: 36px; } .brand-name { font-size: 10px; } .nav { display: none; } .header-contact { margin-left: auto; font-size: 12px; gap: 5px; } .menu-toggle { display: inline-flex; width: 40px; height: 40px; } .hero { height: calc(100svh - 140px); min-height: 450px; max-height: 700px; } .hero-content { padding-top: 22px; padding-bottom: 26px; } .hero-image { object-position: 48% center; } .hero-kicker { font-size: 10px; } .hero-kicker span:last-child { max-width: 115px; text-align: right; } .hero h1 { font-size: 48px; line-height: 1.16; } .hero h1 .serif { margin-left: 25px; font-size: 70px; } .hero-title-group p { margin-top: 20px; font-size: 14px; } .hero-title-group { padding: 24px 0; } .hero-bottom { gap: 14px; align-items: center; } .hero-bottom .button { min-height: 48px; padding: 12px 16px; gap: 16px; font-size: 12px; } .hero-artwork { font-size: 11px; gap: 4px; } .hero-artwork > span:first-child { font-size: 10px; } .hero-artwork > span:last-child { gap: 5px; } .hero-artwork .icon { width: 16px; height: 16px; } .edition-strip { min-height: 60px; font-size: 10px; gap: 12px; } .edition-strip > span:nth-child(2) { display: none; } .edition-strip .icon { width: 14px; height: 14px; } h2 { font-size: 34px; } .section-space { padding-top: 58px; padding-bottom: 58px; } .section-heading { margin-bottom: 30px; } .section-heading .eyebrow { margin-bottom: 18px; } .heading-count { font-size: 11px; margin-left: 8px; margin-top: 5px; } .section-intro { font-size: 13px; } .catalog-toolbar { gap: 0; margin-bottom: 28px; } .catalog-count { display: none; } .filters { width: 100%; justify-content: space-between; gap: 8px; } .filter { font-size: 12px; } .filter span { margin-left: 4px; font-size: 10px; } .works-grid { grid-template-columns: 1fr; gap: 36px; } .work-image { padding: 20px; } .work-heading { flex-wrap: nowrap; align-items: baseline; } .work-title { font-size: 19px; } .work-price { font-size: 13px; } .work-body { padding-top: 14px; } .work-details { flex-wrap: nowrap; gap: 16px; margin-top: 6px; } .work-meta { font-size: 11px; } .collection-status { margin-top: 10px; } .gallery-end { margin-top: 36px; align-items: start; } .gallery-end > span { max-width: 210px; font-size: 11px; } .gallery-end .text-link { white-space: nowrap; min-height: 32px; font-size: 11px; } .about-section { grid-template-columns: 1fr; gap: 34px; } .about-copy h2 { margin: 24px 0; font-size: 46px; } .about-copy > p:not(.eyebrow) { font-size: 14px; max-width: 500px; } .diary-grid { gap: 16px; } .diary-small { padding-top: 35px; } .process-grid { grid-template-columns: 1fr; gap: 24px; } .process-grid article { display: grid; grid-template-columns: 30px 1fr; gap: 10px 16px; } .process-number { grid-row: span 2; padding-top: 3px; } .process-grid h3 { margin: 0; font-size: 19px; } .process-grid p { max-width: none; font-size: 13px; } .request-section { grid-template-columns: 1fr; gap: 36px; } .request-copy h2 { font-size: 38px; margin: 24px 0 20px; } .contact-link { margin-top: 18px; font-size: 13px; } .request-form input:not([type=hidden]), .request-form textarea, .request-form select { margin-bottom: 24px; } .footer { padding-top: 24px; padding-bottom: 24px; } .footer-brand { font-size: 14px; } .footer p { order: 3; flex-basis: 100%; font-size: 10px; } .lightbox { width: 100%; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; } .lightbox-toolbar { height: 60px; padding: 8px 16px; gap: 8px; } .lightbox-brand { font-size: 10px; } .lightbox-inner { display: block; } .lightbox-media { height: 48svh; min-height: 240px; max-height: 480px; padding: 20px; } .lightbox-copy { padding: 20px; } .lightbox-nav { margin-bottom: 22px; padding-bottom: 16px; } .lightbox h2 { font-size: 30px; margin: 12px 0 18px; } .lightbox .eyebrow { font-size: 11px; } }
@media (max-width: 370px) { :root { --gutter: 16px; } .brand-name { display: none; } .hero h1 { font-size: 40px; } .hero h1 .serif { font-size: 60px; margin-left: 20px; } .hero-bottom .button { gap: 8px; padding-left: 12px; padding-right: 12px; } h2 { font-size: 29px; } .work-heading { flex-wrap: wrap; } .filter { font-size: 11px; } .request-copy h2 { font-size: 34px; } }
@media (max-height: 600px) and (min-width: 681px) { .hero { min-height: 340px; } .hero h1 { font-size: 56px; } .hero h1 .serif { font-size: 70px; } .hero-title-group { padding: 10px 0; } .hero-title-group p { margin-top: 8px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
