.hero h1 {
  font-size: clamp(62px, 7.2vw, 116px);
  line-height: .82;
}

.art-info h3,
.dialog-copy h2 {
  overflow-wrap: anywhere;
}

.art-info h3 {
  display: -webkit-box;
  min-height: 2.5em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.header-tag { margin: 0 auto 0 28px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.header-me,.header-view,.back-gallery { color: inherit; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.header-view { margin-left: 28px; font-weight: 900; border-bottom: 3px solid var(--coral); padding-bottom: 5px; }
.header-me { margin-left: 24px; }

[hidden] { display: none !important; }

.copyright-notice { position: fixed; z-index: 1000; max-width: min(340px,calc(100vw - 32px)); padding: 12px 15px; transform: translate(-50%,calc(-100% - 12px)) scale(.96); border: 1px solid var(--ink); background: var(--acid); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .035em; line-height: 1.35; opacity: 0; pointer-events: none; transition: opacity .16s ease,transform .16s ease; }
.copyright-notice.show { transform: translate(-50%,calc(-100% - 12px)) scale(1); opacity: 1; }
#hero-image,.art-image img,.hex-tile img,#dialog-image-wrap img { -webkit-user-drag: none; user-select: none; }

.dialog-image-wrap { position: relative; overflow: hidden; }
.dialog-image-wrap .dialog-image-preview,
.dialog-image-wrap .dialog-image-full { position: absolute; inset: 0; width: 100%; height: 100%; padding: clamp(20px,4vw,60px); object-fit: contain; opacity: 0; transition: opacity .22s ease; }
.dialog-image-wrap .dialog-image-preview { filter: blur(10px); transform: scale(1.015); }
.dialog-image-wrap.preview-ready .dialog-image-preview,
.dialog-image-wrap.full-ready .dialog-image-full { opacity: 1; }
.dialog-image-wrap.full-ready .dialog-image-preview { opacity: 0; }
.image-loader { position: absolute; left: 50%; bottom: 22px; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 8px 11px; transform: translateX(-50%); background: rgba(23,23,20,.85); color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; transition: opacity .2s; }
.image-loader span { width: 12px; height: 12px; border: 2px solid rgba(255,255,255,.35); border-top-color: var(--acid); border-radius: 50%; animation: image-spin .7s linear infinite; }
.dialog-image-wrap.full-ready .image-loader { opacity: 0; pointer-events: none; }
.dialog-image-wrap { cursor: zoom-in; }
.art-dialog.zoomed .dialog-layout { grid-template-columns:1fr; }
.art-dialog.zoomed .dialog-copy { display:none; }
.art-dialog.zoomed .dialog-image-wrap { position:fixed;inset:0;z-index:3;padding:20px;cursor:zoom-out; }
.art-dialog.zoomed .dialog-image-preview,.art-dialog.zoomed .dialog-image-full { padding:20px; }
.dialog-technique{margin:-17px 0 20px!important;color:var(--muted)!important;font-size:12px!important;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.artwork-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.artwork-actions button{padding:10px 13px;border:1px solid var(--ink);background:transparent;font:800 11px var(--body);text-transform:uppercase;cursor:pointer}.artwork-actions button:hover,.artwork-actions button[aria-pressed=true]{background:var(--ink);color:#fff}.availability{margin:27px 0 12px!important;padding-top:20px;border-top:1px solid var(--line);font-size:14px!important;font-weight:800;color:var(--ink)!important}.info-button,.request-submit{width:100%;display:flex;justify-content:space-between;padding:16px 18px;border:0;background:var(--acid);font-weight:900;text-transform:uppercase;cursor:pointer}.request-form{margin-top:24px;padding:22px;background:#fff;border:1px solid var(--line)}.request-form h3{margin:0 0 18px;font-size:24px}.request-form label{display:grid;gap:6px;margin-top:13px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.request-form input,.request-form select,.request-form textarea{width:100%;padding:11px;border:1px solid var(--line);font:14px var(--body)}.request-contact{display:grid;grid-template-columns:1fr 1fr;gap:10px}.request-hp{position:absolute!important;left:-9999px}.request-privacy{font-size:11px!important;line-height:1.45!important}.request-submit{margin-top:14px;background:var(--coral)}#request-status{font-size:12px!important;font-weight:800}.request-form[hidden]{display:none}
@keyframes image-spin { to { transform: rotate(360deg); } }

.hex-gallery { position: relative; height: min(76vh,760px); min-height: 520px; overflow: hidden; margin-inline: calc(var(--pad) * -1); background: var(--paper); cursor: grab; touch-action: none; user-select: none; }
.hex-gallery.dragging { cursor: grabbing; }
.hex-stage { position: absolute; width: 6416px; height: 5794px; transform-origin: 0 0; will-change: transform; }
.hex-tile { --w: 273px; --h: 236.43px; position: absolute; left: calc(var(--hex-col) * 204.75px); top: calc(var(--hex-row) * var(--h)); width: var(--w); height: var(--h); padding: 3px; border: 0; background: #fff; clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); overflow: hidden; cursor: pointer; }
.hex-tile.odd { margin-top: 118.215px; }
.hex-tile img { width: 100%; height: 100%; display: block; object-fit: cover; clip-path: inherit; pointer-events: none; transition: transform .3s cubic-bezier(.2,.8,.2,1),filter .3s; }
.hex-tile:hover img,.hex-tile:focus-visible img { transform: scale(1.1); filter: saturate(1.12); }
.hex-tile:focus-visible { outline: 5px solid var(--acid); outline-offset: -7px; }
.hex-help { position: absolute; z-index: 3; left: 50%; bottom: 18px; margin: 0; transform: translateX(-50%); padding: 10px 14px; background: rgba(243,239,231,.92); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; pointer-events: none; }

body.hex-view .hero,
body.hex-view .collection-header,
body.hex-view .filters,
body.hex-view .about,
body.hex-view .support,
body.hex-view footer { display: none; }
body.hex-view .collection { padding: 0; }
body.hex-view { overflow: hidden; }
body.hex-view .hex-gallery { position: fixed; z-index: 10; inset: 84px 0 0; width: auto; height: auto; min-height: 0; margin: 0; }
body.hex-view #main-nav { display: flex; position: static; min-width: 0; padding: 0; background: transparent; border: 0; flex-direction: row; gap: clamp(10px,1.7vw,26px); }
body.hex-view #main-nav a { font-size: 10px; }
#main-nav a.active:after { right: 0; background: var(--coral); height: 3px; }

body.search-view .hero { display: none; }
body.search-view .collection { min-height: calc(100svh - 84px); padding-top: clamp(46px,6vw,90px); }
body.search-view .header-view { border-bottom-color: var(--coral); }
.search-field { width: min(760px,100%); display: grid; gap: 9px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-field input { width: 100%; padding: 16px 18px; border: 1px solid var(--ink); border-radius: 0; background: #fff; color: var(--ink); font: 18px var(--body); outline: none; }
.search-field input:focus { box-shadow: 4px 4px 0 var(--coral); }

@media (max-width: 850px) {
  .art-dialog {
    overflow-y: auto;
  }

  .dialog-layout {
    display: block;
    min-height: 100%;
  }

  .dialog-image-wrap {
    height: min(56svh, 560px);
    min-height: 360px;
    padding: 58px 16px 18px;
  }

  .dialog-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .dialog-image-wrap .dialog-image-preview,
  .dialog-image-wrap .dialog-image-full { padding: 58px 16px 18px; }

  .dialog-copy {
    padding: 30px 20px 104px;
  }

  .dialog-copy h2 {
    max-width: calc(100vw - 40px);
    margin-bottom: 18px;
    font-size: clamp(30px, 10vw, 44px);
    line-height: .95;
  }

  .dialog-copy > p:not(.kicker) {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .dialog-copy dl {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 9px 14px;
    margin-top: 24px;
    padding-top: 18px;
    line-height: 1.4;
  }

  .dialog-copy dd {
    overflow-wrap: anywhere;
  }

  .dialog-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .dialog-nav {
    position: fixed;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .18);
  }

  .store-button {
    margin-top: 24px;
  }
}

.support { padding: clamp(70px,9vw,130px) var(--pad); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr); gap: clamp(40px,8vw,120px); background: var(--acid); border-top: 1px solid var(--ink); }
.support h2 { max-width: 900px; margin: 0; font: 900 clamp(38px,5vw,74px)/.92 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.support-copy { max-width: 630px; font-size: clamp(16px,1.4vw,19px); line-height: 1.6; }
.support-copy p:first-child { margin-top: 0; }
.support-copy a { font-weight: 800; }
.coffee-button { width: 100%; margin-top: 16px; padding: 18px 20px; display: flex; justify-content: space-between; border: 2px solid var(--ink); background: var(--coral); color: var(--ink); font: 900 13px var(--body); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; box-shadow: 5px 5px 0 var(--ink); transition: transform .18s,box-shadow .18s; }
.coffee-button:hover,.coffee-button:focus-visible { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--ink); }
@media (max-width: 850px) { .support { grid-template-columns: 1fr; } }

.me-page .about h1 { font: 900 clamp(44px,6vw,86px)/.9 var(--display); letter-spacing: -.025em; text-transform: uppercase; margin: 0; }
.me-page .back-gallery { margin-left: 28px; }

@media (max-width: 850px) {
  .header-tag { display: none; }
  .header-me { margin-left: 10px; }
  .header-view { margin-left: 10px; }
  body.hex-view .site-header #main-nav,body.search-view .site-header #main-nav { display: flex!important; position: static; padding: 0; border: 0; flex-direction: row; }
  .me-page .header-tag { display: none; }
  .me-page .back-gallery { margin-left: auto; font-size: 10px; }
}

@media (max-width: 480px) {
  .site-header { gap: 7px; padding-inline: 10px; }
  .site-header .logo { font-size: 16px; }
  body.hex-view #main-nav { gap: 7px; margin-left: auto; }
  body.hex-view #main-nav a { font-size: 8px; letter-spacing: .025em; }
  .header-me,.header-view { margin-left: 2px; font-size: 9px; letter-spacing: .03em; }
}

@media (max-width: 700px) {
  .hex-gallery { min-height: 65svh; }
  .hex-help { max-width: calc(100% - 24px); white-space: normal; text-align: center; }
}

@media (max-width: 850px) {
  body.hex-view .hex-gallery { inset-block-start: 70px; height: auto; }
}

@media (max-width: 540px) {
  .hero-copy {
    min-width: 0;
    overflow: hidden;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 68px);
    line-height: .84;
  }

  .art-info {
    display: block;
    padding-top: 10px;
  }

  .art-info h3 {
    min-height: 2.6em;
    font-size: 12px;
  }

  .dialog-image-wrap {
    height: 52svh;
    min-height: 300px;
  }
}
