/* One deliberate look: a light shop page, like the collages themselves. */
@font-face { font-family: "Instrument Serif"; font-weight: 400; font-display: swap; src: url(/assets/fonts/instrument-serif-400.woff2) format("woff2"); }
@font-face { font-family: "Instrument Sans"; font-weight: 400 600; font-display: swap; src: url(/assets/fonts/instrument-sans-400-500-600.woff2) format("woff2"); }
:root {
  --ground: #F3F2EF; --surface: #FFFFFF; --ink: #161616; --muted: #6A6862; --line: #DDDAD3; --dot: #E4572E;
  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --sans: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 400 16px/1.5 var(--sans); padding: env(safe-area-inset-top, 0px) 16px calc(56px + env(safe-area-inset-bottom, 0px)); -webkit-text-size-adjust: 100%; }
.page { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 26px; padding-top: 20px; }
main { display: flex; flex-direction: column; gap: 26px; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
img { max-width: 100%; }

.brand { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 0.86rem; color: var(--muted); }
.brand a { font: 400 1.5rem/1 var(--serif); color: var(--ink); text-decoration: none; }
h1 { font: 400 clamp(2.4rem, 9vw, 3.6rem)/1 var(--serif); margin: 0; text-wrap: balance; }
.intro { display: flex; flex-direction: column; gap: 10px; }
.sub { font-size: 1.05rem; color: var(--muted); margin: 0; }
.disclose { font-size: 0.8rem; line-height: 1.45; color: var(--muted); border-left: 2px solid var(--line); padding-left: 10px; margin: 0; }

.hero { position: relative; border-radius: 10px; overflow: hidden; background: #EFEFEF; line-height: 0; }
.hero img { width: 100%; height: auto; display: block; }
.hero a { position: absolute; transform: translate(-50%, -50%); width: 28px; height: 28px; border-radius: 50%; background: var(--dot); color: #FFFFFF; font: 600 0.8rem/24px var(--sans); text-align: center; text-decoration: none; border: 2px solid #FFFFFF; }

.items { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 700px) { .items { grid-template-columns: 1fr 1fr; } }
.item { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 12px; display: grid; grid-template-columns: 104px 1fr; gap: 14px; align-items: center; scroll-margin-top: 16px; }
.item:target { border-color: var(--ink); }
.thumb { position: relative; width: 104px; height: 104px; border-radius: 8px; background-color: #EFEFEF; background-repeat: no-repeat; }
.thumb span { position: absolute; left: 6px; top: 6px; width: 22px; height: 22px; border-radius: 50%; background: var(--dot); color: #FFFFFF; font: 600 0.72rem/22px var(--sans); text-align: center; }
.item h2 { font: 600 0.98rem/1.25 var(--sans); margin: 0 0 3px; }
.item p { font-size: 0.86rem; line-height: 1.4; color: var(--muted); margin: 0 0 10px; }
.buy { display: block; font: 600 0.88rem/1 var(--sans); padding: 13px 12px; border-radius: 999px; background: var(--ink); color: #FFFFFF; text-align: center; text-decoration: none; }
.buy small { font-weight: 400; opacity: 0.75; }

.more h2 { font: 400 1.5rem/1.1 var(--serif); margin: 0 0 12px; }
.looks, .grid { display: grid; gap: 12px; }
.looks { grid-template-columns: repeat(3, 1fr); }
.grid { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .grid { grid-template-columns: repeat(3, 1fr); } }
.looks a, .card { text-decoration: none; font-size: 0.86rem; line-height: 1.3; display: flex; flex-direction: column; gap: 6px; }
.card b { font: 400 1.25rem/1.1 var(--serif); }
.card span:last-child { color: var(--muted); }
.pic { display: block; border-radius: 8px; overflow: hidden; aspect-ratio: 3 / 4; background: #EFEFEF; line-height: 0; }
.pic img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }

.text { gap: 14px; }
.text p { margin: 0; max-width: 62ch; }
.foot { font-size: 0.78rem; line-height: 1.5; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.foot p { margin: 0; }
