:root {
  --peach: #f7ddcb;
  --cream: #fffaf3;
  --paper: #f4eadc;
  --ink: #49362f;
  --muted: #75615a;
  --coral: #c7654d;
  --clay: #9a4e38;
  --sage: #78856a;
  --mustard: #d49b34;
  --line: #d7bdaa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--peach); color: var(--ink); font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif; }
a { color: inherit; }
a:focus-visible { outline: 4px solid var(--mustard); outline-offset: 4px; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 10; }
.skip:focus { left: 8px; padding: 10px 12px; background: white; color: var(--ink); }
.pageShell { position: relative; width: min(100%, 720px); min-height: 100vh; margin: 0 auto; overflow: hidden; background: var(--peach); box-shadow: 0 0 80px rgb(73 54 47 / 12%); }
.paperTexture { position: absolute; inset: 0; pointer-events: none; opacity: 0.2; background-image: radial-gradient(#9a4e38 0.55px, transparent 0.55px); background-size: 8px 8px; }
.profileHeader, .pageShell section, .pageShell nav, .pageShell footer { position: relative; z-index: 1; }
.profileHeader { padding: 34px 26px 30px; text-align: center; }
.sampleBadge { display: inline-block; margin-bottom: 20px; padding: 6px 10px; border: 1px solid rgb(73 54 47 / 18%); border-radius: 999px; background: rgb(255 250 243 / 65%); color: var(--muted); font: 800 0.62rem/1.2 system-ui, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; }
.avatar { display: block; width: 112px; height: 112px; margin: 0 auto 18px; border: 6px solid var(--cream); border-radius: 50%; object-fit: cover; box-shadow: 0 7px 0 var(--clay); }
.studioName { margin: 0 0 2px; color: var(--clay); font: 900 0.72rem/1.2 system-ui, sans-serif; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
.profileHeader h1 { margin-bottom: 4px; font-size: clamp(1.45rem, 6vw, 2.15rem); letter-spacing: -0.035em; }
.profileHeader h1 span { color: var(--muted); font-size: 0.72em; font-weight: 700; }
.handle { margin-bottom: 18px; color: var(--clay); font-size: 0.86rem; font-weight: 850; }
.bio { max-width: 550px; margin: 0 auto; font: 750 0.96rem/1.55 system-ui, sans-serif; }
.focus { max-width: 540px; margin: 14px auto 0; color: var(--muted); font: 650 0.78rem/1.5 system-ui, sans-serif; }
.sectionTitleRow { padding: 20px 24px 16px; text-align: center; }
.sectionTitleRow.compact { padding-top: 30px; }
.sectionKicker { margin-bottom: 5px; color: var(--clay); font: 900 0.65rem/1.2 system-ui, sans-serif; letter-spacing: 0.13em; text-transform: uppercase; }
.sectionTitleRow h2 { margin-bottom: 0; font-size: clamp(1.2rem, 4vw, 1.6rem); letter-spacing: -0.025em; }
.featuredGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 0 20px 26px; }
.featuredCard { display: flex; flex-direction: column; min-width: 0; border: 3px solid var(--ink); border-radius: 3px; background: var(--cream); text-decoration: none; box-shadow: 7px 7px 0 var(--clay); transition: transform 150ms ease, box-shadow 150ms ease; }
.featuredCard:hover { transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--clay); }
.featuredCard img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 3px solid var(--ink); }
.featuredCopy { display: flex; flex: 1; flex-direction: column; padding: 14px 12px 12px; text-align: center; }
.featuredCopy strong { font-size: 0.9rem; line-height: 1.25; }
.featuredCopy small { margin-top: 7px; color: var(--muted); font: 650 0.7rem/1.4 system-ui, sans-serif; }
.featuredCopy em { margin-top: auto; padding-top: 10px; color: var(--clay); font: 850 0.62rem/1.2 system-ui, sans-serif; letter-spacing: 0.05em; text-transform: uppercase; }
.socialRow { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; padding: 22px 18px; border-block: 1px solid rgb(73 54 47 / 16%); background: rgb(255 250 243 / 35%); }
.socialRow a { padding: 9px 12px; border-radius: 999px; background: var(--ink); color: var(--cream); font: 800 0.72rem/1 system-ui, sans-serif; text-decoration: none; }
.socialRow a:hover { background: var(--clay); }
.makesSection { padding-bottom: 34px; background: var(--cream); }
.makesGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 0 10px; }
.makeCard { display: flex; min-width: 0; flex-direction: column; background: white; color: var(--ink); text-decoration: none; }
.makeCard img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.makeCard span { display: grid; min-height: 88px; place-content: center; padding: 12px 10px; text-align: center; }
.makeCard strong { font-size: 0.82rem; line-height: 1.25; }
.makeCard small { margin-top: 6px; color: var(--clay); font: 850 0.68rem/1.2 system-ui, sans-serif; }
.eightbitPromo { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px 20px; margin: 28px 18px 0; padding: 24px; border-top: 3px solid var(--mustard); background: var(--cream); box-shadow: 0 10px 28px rgb(73 54 47 / 10%); }
.eightbitMark { display: flex; align-items: flex-start; color: var(--ink); line-height: 1; }
.eightbitMark span { font: 900 4.4rem/0.78 Georgia, serif; letter-spacing: -0.12em; }
.eightbitMark strong { margin: 1.1rem 0 0 0.15rem; font: 900 1.25rem/1 system-ui, sans-serif; }
.eightbitCopy .sectionKicker { margin-bottom: 4px; font-size: 0.55rem; }
.eightbitCopy h2 { margin: 0 0 7px; font-size: clamp(1.05rem, 4vw, 1.35rem); letter-spacing: -0.035em; }
.eightbitCopy > p:last-child { margin: 0; color: var(--muted); font: 650 0.72rem/1.45 system-ui, sans-serif; }
.eightbitButton { grid-column: 2; justify-self: start; margin-top: 4px; padding: 11px 15px; border-radius: 999px; background: var(--ink); color: var(--cream); font: 850 0.66rem/1.2 system-ui, sans-serif; text-decoration: none; }
.eightbitButton:hover { background: var(--clay); }
.pageShell footer { padding: 28px 24px 34px; text-align: center; }
.pageShell footer p:first-child { margin-bottom: 6px; font-size: 1rem; font-weight: 900; }
.pageShell footer p:last-child { margin-bottom: 0; color: var(--muted); font: 650 0.68rem/1.5 system-ui, sans-serif; }

.ownerShell { width: min(100% - 28px, 1040px); margin: 0 auto; padding-bottom: 52px; }
.ownerTop { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 0 34px; }
.ownerBrand { color: var(--ink); font-weight: 900; text-decoration: none; }
.ownerNav { display: flex; gap: 6px; }
.ownerNav a { padding: 9px 13px; border-radius: 999px; color: var(--ink); font: 800 0.75rem/1 system-ui, sans-serif; text-decoration: none; }
.ownerNav a[aria-current="page"] { background: var(--ink); color: white; }
.ownerHero { max-width: 760px; padding: 20px 0 28px; }
.ownerHero .sectionKicker { margin-bottom: 9px; }
.ownerHero h1 { margin-bottom: 12px; font-size: clamp(2.4rem, 8vw, 5rem); line-height: 0.95; letter-spacing: -0.055em; }
.ownerHero p:last-child { color: var(--muted); font: 650 1rem/1.55 system-ui, sans-serif; }
.ownerGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ownerCard { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgb(255 250 243 / 86%); }
.ownerCard.wide { grid-column: 1 / -1; }
.ownerCard h2 { font-size: 1.05rem; }
.ownerCard p, .ownerCard li, .ownerCard dd { color: var(--muted); font: 600 0.84rem/1.55 system-ui, sans-serif; }
.ownerCard ul { margin: 0; padding-left: 1.2rem; }
.ownerCard a { color: var(--clay); font-weight: 800; }
.request { display: block; margin-top: 10px; padding: 13px; border-left: 4px solid var(--coral); background: white; color: var(--ink); font: 750 0.82rem/1.45 system-ui, sans-serif; }
.healthy { color: #456143; font-weight: 900; }
.ownerShell > footer { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font: 650 0.76rem/1.45 system-ui, sans-serif; }

@media (max-width: 600px) {
  .ownerTop { align-items: flex-start; }
  .ownerGrid { grid-template-columns: 1fr; }
  .ownerCard.wide { grid-column: auto; }
}

@media (max-width: 470px) {
  .profileHeader { padding-inline: 18px; }
  .featuredGrid { gap: 13px; padding-inline: 12px; }
  .featuredCopy { padding-inline: 9px; }
  .featuredCopy strong { font-size: 0.78rem; }
  .featuredCopy small { font-size: 0.65rem; }
  .makeCard span { min-height: 82px; }
  .eightbitPromo { grid-template-columns: 62px minmax(0, 1fr); gap: 12px; margin-inline: 10px; padding: 20px 16px; }
  .eightbitMark span { font-size: 3.6rem; }
  .eightbitMark strong { margin-top: 0.9rem; font-size: 1rem; }
  .eightbitButton { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
}

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

@media print {
  body, .pageShell, .makesSection { background: white; }
  .paperTexture, .ownerTop, .request { display: none; }
  .pageShell, .ownerShell { width: 100%; box-shadow: none; }
  .featuredCard, .eightbitPromo, .ownerCard { break-inside: avoid; box-shadow: none; }
  .socialRow a { border: 1px solid var(--ink); background: white; color: var(--ink); }
  .pageShell a[href]::after { content: " (" attr(href) ")"; font: 500 0.55rem/1.2 system-ui, sans-serif; overflow-wrap: anywhere; }
}
