/* Refinements to the original site. Preserve the artwork, palette and
   existing interaction hooks while improving readability and browsing. */

:root {
  --ink: #202f31;
  --muted: #586466;
  --canvas: #ffffff;
  --paper: #f8f8f4;
  --pine: #274d45;
  --pine-dark: #1b3c35;
  --gold: #e8bb51;
  --line: rgba(32, 47, 49, 0.17);
  --line-light: rgba(32, 47, 49, 0.17);
  --shadow: 0 12px 30px rgba(32, 47, 49, 0.07);
  --radius: 2px;
  --max: 1240px;
}

body { line-height: 1.6; }

.site-header {
  gap: 26px;
  min-height: 86px;
  padding: 16px clamp(20px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.97);
}

.site-header.is-scrolled { background: rgba(255, 255, 255, 0.98); }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.brand small { margin-top: 7px; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.05em; }
.brand-mark-art { transform: none; }
.site-nav { gap: clamp(14px, 1.8vw, 26px); font-weight: 600; }
.site-nav a[aria-current="page"] { color: var(--pine); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 9px; }
.header-action, .header-shop { box-shadow: none; }
.button { border-radius: 2px; font-weight: 650; }
.eyebrow { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.12em; }

/* The original artwork-led landing page is styled in styles.css. */

/* A consistent gallery-like page rhythm. */
.section { padding: 76px 24px 96px; }
.section-heading { margin-bottom: 38px; align-items: end; }
.section-heading :is(h1, h2), .about-copy :is(h1, h2), .contact-copy > :is(h1, h2) { font-size: clamp(2.7rem, 4.7vw, 4.3rem); line-height: 1.08; letter-spacing: -0.03em; }
.section-heading > p { font-size: 1rem; line-height: 1.75; }
.books-section, .work-section, .sketchbook-section, .shop-section { color: var(--ink); background: var(--white); }
.books-section .eyebrow { color: var(--brick); }
.books-heading { margin-bottom: 22px; }
.books-heading > p { color: var(--muted); }
.page-index { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-bottom: 42px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.page-index a { display: inline-flex; align-items: center; min-height: 36px; color: var(--muted); font-size: 0.875rem; text-decoration: none; }
.page-index a:hover, .page-index a:focus-visible { color: var(--pine); text-decoration: underline; text-underline-offset: 5px; }
[id="publishing-highlights"], [id="published-library-title"], [id="awards-title"] { scroll-margin-top: 110px; }

.featured-books { gap: 30px; }
.book-feature { grid-template-rows: clamp(265px, 25vw, 335px) auto; overflow: visible; border: 0; background: transparent; }
.book-cover { grid-template-rows: minmax(0, 1fr); padding: 28px; background: var(--paper); }
.book-cover img, .book-catalog-cover img { min-width: 0; min-height: 0; }
.book-feature:nth-child(2) .book-cover { background: #eaf1f0; }
.book-feature:nth-child(3) .book-cover { background: #f2ebee; }
.book-feature > div { padding: 24px 0 0; }
.book-feature span { font-size: 0.8125rem; font-weight: 650; letter-spacing: 0.06em; }
.book-feature h2 { font-size: 2.15rem; line-height: 1.15; }
.book-feature p { min-height: 78px; font-size: 0.9375rem; line-height: 1.7; }
.book-feature > div > a { font-size: 0.9375rem; font-weight: 650; }
.published-library { margin-top: 70px; padding-top: 45px; border-color: var(--line); }
.published-library-heading h2 { font-size: 2.6rem; letter-spacing: -0.025em; }
.published-library-grid { gap: 30px 28px; }
.book-catalog-card { border: 0; border-radius: 0; background: transparent; }
.book-catalog-card > a { grid-template-rows: 200px auto; }
.book-catalog-cover { grid-template-rows: minmax(0, 1fr); padding: 18px; background: var(--paper); }
.book-catalog-copy { min-height: 0; padding: 17px 0 0; gap: 7px; }
.book-catalog-copy small { font-size: 0.75rem; font-weight: 650; letter-spacing: 0.045em; }
.book-catalog-copy strong { font-size: 1.35rem; line-height: 1.3; }
.book-catalog-copy > span { font-size: 0.875rem; }

.awards-archive { margin-top: 70px; padding: 38px; background: var(--paper); border: 1px solid var(--line); }
.awards-heading h2, .book-development-heading h2 { font-size: clamp(2.3rem, 3.5vw, 3rem); letter-spacing: -0.025em; }
.award-grid { gap: 30px; }
.award-group { grid-template-columns: 80px minmax(0, 1fr); padding: 0; border: 0; background: transparent; }
.award-group > img { width: 80px; height: 115px; padding: 0; border: 0; background: transparent; }
.award-group > div > span { font-size: 0.75rem; letter-spacing: 0.04em; }
.award-group h3 { margin-top: 5px; font-size: 1.5rem; }
.award-group li { font-size: 0.875rem; }
.publishing-details-secondary { margin-top: 48px; border-color: var(--line); background: var(--line); }
.publishing-details article { background: var(--white); }
.publishing-details .forthcoming-release { font-size: 0.8125rem; }
.book-development { padding: 40px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; }
.development-projects { gap: 40px; }
.development-project { border: 0; background: transparent; }
.development-copy { padding: 26px 0; }
.development-art { padding: 20px; background: var(--paper); }
.development-art button { border: 0; background: transparent; }
.development-art button > span { border: 0; padding: 12px 0 0; }

/* Preserve the gallery's ordered column model and full-image presentation. */
.work-section .section-heading { margin-bottom: 28px; }
.filter-bar { gap: 8px; margin-bottom: 30px; }
.filter-bar button { min-height: 46px; padding: 10px 20px; color: var(--muted); border-color: transparent; border-radius: 0; font-weight: 600; background: var(--paper); }
.filter-bar button.active { color: white; background: var(--pine); border-color: var(--pine); }
.gallery-item { border-color: transparent; border-radius: 0; box-shadow: none; background: transparent; }
.gallery-item > span { padding-left: 0; padding-right: 0; border-color: transparent; font-size: 1rem; }
.sketchbook-category { gap: 32px; }
.sketchbook-item { border-color: transparent; border-radius: 0; background: transparent; }
.sketchbook-item img { background: var(--paper); }
.sketchbook-item > span { padding-left: 0; padding-right: 0; border: 0; }
.sketchbook-item small { font-size: 0.75rem; }

/* Useful shop navigation appears before the editorial introduction. */
.shop-jump-links { gap: 12px; margin: 0 0 28px; padding: 0; }
.shop-jump-links a { min-height: 46px; padding: 10px 18px; color: var(--pine); background: var(--paper); border: 1px solid var(--line); }
.shop-jump-links a + a { border-left: 1px solid var(--line); }
.shop-callout { min-height: 0; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); color: var(--ink); background: var(--paper); border: 0; border-radius: 0; }
.shop-callout > img { min-height: 0; height: 430px; max-height: none; object-fit: contain; padding: 24px; background: #eef1e9; }
.shop-callout > div { padding: clamp(28px, 4vw, 50px); }
.shop-callout h2 { font-size: clamp(2rem, 3.3vw, 3rem); }
.shop-callout .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; max-width: none; }
.shop-callout .hero-actions .button { flex: 1 1 170px; min-height: 48px; padding: 12px 18px; }
.shop-collection { margin-top: 64px; }
.shop-collection-heading h2 { font-size: clamp(2.1rem, 3.4vw, 3rem); letter-spacing: -0.025em; }
.collection-pricing { border-color: var(--line); background: var(--paper); }
.collection-pricing span { font-size: 0.8125rem; }
.catalog-art-grid { gap: 26px; }
.catalog-art-card { border-color: transparent; border-radius: 0; background: transparent; }
.catalog-art-card > button { background: var(--paper); padding: 18px; }
.catalog-art-card > div { padding: 16px 0; border: 0; }
.catalog-art-card h4 { font-size: 1.25rem; line-height: 1.25; }
.catalog-art-card h4 small { font-size: 0.8125rem; font-weight: 400; line-height: 1.5; }
.catalog-art-card span { font-size: 0.875rem; }
.studio-brand { margin-block: 20px; }
.studio-brand small { font-size: 0.75rem; }
.handmade-story { color: var(--ink); background: var(--paper); box-shadow: none; }
.handmade-story p:not(.eyebrow) { color: var(--muted); }
.handmade-story .eyebrow { color: var(--pine); }

.about-copy p:not(.eyebrow) { max-width: 62ch; line-height: 1.8; }
.portrait-frame { box-shadow: none; }
.contact-form { border-radius: 2px; box-shadow: none; }
.contact-routes span, .contact-form label { font-size: 0.8125rem; }
.site-footer { padding: 42px clamp(24px, 4vw, 64px) 26px; background: var(--paper); }
.site-footer > small { font-size: 0.8125rem; }

@media (min-width: 721px) and (max-width: 1040px) {
  .featured-books { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .featured-books .book-feature:last-child:nth-child(odd) { grid-column: auto; width: auto; }
  .book-feature { grid-template-rows: 250px auto; }
  .book-cover { padding: 18px; }
  .shop-callout > img { height: 100%; min-height: 380px; }
}

@media (max-width: 1180px) {
  .site-nav { background: white; }
  .site-nav.open { flex-wrap: wrap; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; }
}

@media (max-width: 720px) {
  .site-header { min-height: 72px; padding: 12px 14px; gap: 7px; }
  .brand strong { white-space: normal; max-width: 165px; font-size: 1rem; line-height: 1.1; }
  .brand small { display: none; }
  .header-actions { gap: 5px; }
  .site-nav { background: white; }
  .site-nav a { background: white; }


  .section { padding: 42px 20px 60px; }
  .section-heading { gap: 16px; margin-bottom: 25px; }
  .section-heading :is(h1, h2), .about-copy :is(h1, h2), .contact-copy > :is(h1, h2) { font-size: 2.6rem; }
  .section-heading > p { font-size: 1rem; }
  .page-index { gap: 3px 20px; margin-bottom: 30px; padding-bottom: 16px; }
  .page-index a { min-height: 40px; }
  .featured-books { display: grid; grid-template-columns: 1fr; gap: 34px; margin: 0; padding: 0; overflow: visible; }
  .book-feature { grid-template-columns: 1fr; grid-template-rows: 290px auto; }
  .book-feature > div { padding-top: 20px; }
  .book-feature p { min-height: 0; margin-bottom: 13px; }
  .book-cover { padding: 24px; }
  .published-library { margin-top: 45px; padding-top: 32px; }
  .published-library-heading h2 { font-size: 2.2rem; }
  .published-library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 16px; }
  .book-catalog-card > a { grid-template-rows: 160px auto; }
  .book-catalog-cover { padding: 12px; }
  .book-catalog-copy { padding-top: 14px; }
  .book-catalog-copy strong { font-size: 1.125rem; }
  .book-catalog-copy small { font-size: 0.75rem; line-height: 1.4; }
  .book-catalog-copy > span { font-size: 0.8125rem; }
  .published-library-grid .book-catalog-card:last-child:nth-child(odd) { grid-column: auto; width: auto; }

  .awards-archive { margin-top: 44px; padding: 24px 18px; }
  .award-grid { grid-template-columns: 1fr; gap: 30px; }
  .award-group { grid-template-columns: 62px minmax(0, 1fr); gap: 17px; }
  .award-group > img { width: 62px; height: 88px; }
  .award-group h3 { font-size: 1.4rem; }
  .awards-heading h2, .book-development-heading h2 { font-size: 2.2rem; }
  .publishing-details-secondary { display: grid; grid-template-columns: 1fr; margin: 32px 0 0; padding: 0; overflow: visible; }
  .publishing-details article { padding: 24px 20px; }
  .book-development { margin-top: 44px; padding-top: 30px; }
  .development-copy { display: block; padding: 15px 0 25px; }
  .development-copy h3 { font-size: 1.9rem; margin-bottom: 16px; }
  .development-art { padding: 10px; }

  .work-section .section-heading { margin-bottom: 22px; }
  .filter-bar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; width: 100%; margin: 0 0 24px; padding: 0; overflow: visible; }
  .filter-bar button { padding: 10px 8px; min-height: 46px; font-size: 0.9375rem; }
  .sketchbook-category { gap: 20px; }

  .shop-heading { margin-bottom: 22px; }
  .shop-jump-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 24px; overflow: visible; }
  .shop-jump-links a { padding: 10px; font-size: 0.875rem; text-align: center; justify-content: center; }
  .shop-callout { grid-template-columns: 1fr; }
  .shop-callout > img { height: 250px; min-height: 0; padding: 20px; }
  .shop-callout > div { padding: 26px 22px; }
  .shop-callout h2 { font-size: 2rem; }
  .shop-callout .studio-brand { display: none; }
  .shop-callout .hero-actions { gap: 10px; }
  .shop-collection { margin-top: 42px; }
  .shop-collection-heading h2 { font-size: 2.2rem; }
  .catalog-art-grid { gap: 20px 14px; }
  .catalog-art-card { grid-template-rows: 205px auto; }
  .catalog-art-card > button { padding: 10px; }
  .catalog-art-card > div { padding-top: 13px; }
  .catalog-art-card h4 { font-size: 1.125rem; }
  .catalog-art-card h4 small { font-size: 0.8125rem; }
  .site-footer { padding: 36px 20px 24px; }
}

@media (max-width: 380px) {
  .brand-mark { display: none; }
  .brand strong { max-width: 126px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tile, .home-destination > img, .book-cover img { animation: none; transition: none; }
}

:focus-visible { outline: 3px solid var(--pine); outline-offset: 4px; box-shadow: 0 0 0 4px white; }

/* A quieter header and two equally weighted homepage paths. */
.site-header { grid-template-columns: minmax(0, 1fr) auto; gap: 24px; }
.site-nav { grid-column: 2; grid-row: 1; justify-content: flex-end; }
.site-nav a { white-space: nowrap; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; }
.home-pathways { padding: 64px 24px 80px; background: var(--white); }
.home-pathways-inner { width: min(var(--max), 100%); margin-inline: auto; }
.home-pathways-heading { margin-bottom: 34px; }
.home-pathways-heading .eyebrow { margin-bottom: 12px; }
.home-pathways-heading h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.15; letter-spacing: -.025em; }
.home-pathway-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(24px, 4vw, 56px); }
.home-pathway { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1fr); align-items: center; gap: clamp(20px, 2.5vw, 32px); min-width: 0; color: var(--ink); text-decoration: none; }
.home-pathway-image { display: grid; place-items: center; aspect-ratio: 4/5; min-width: 0; overflow: hidden; background: var(--paper); }
.home-pathway-image img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.home-pathway-copy { display: grid; gap: 13px; align-content: center; }
.home-pathway-copy small { font-size: .75rem; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; color: var(--brick); font-weight: 700; }
.home-pathway-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.1; font-weight: 500; }
.home-pathway-copy > span { color: var(--muted); font-size: .9375rem; line-height: 1.6; }
.home-pathway-copy b { margin-top: 5px; color: var(--pine); font-size: .9375rem; font-weight: 650; text-decoration: underline; text-underline-offset: 5px; }
.home-pathway:hover b { text-decoration-thickness: 2px; }
.portfolio-next-steps { display: flex; gap: 24px; flex-wrap: wrap; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.portfolio-next-steps a { color: var(--pine); min-height: 40px; display: inline-flex; gap: 8px; align-items: center; font-weight: 600; text-underline-offset: 5px; }
@media (min-width: 901px) {
  .site-nav { display: flex; padding: 0; border: 0; }
  .menu-toggle { display: none; }
}
@media (max-width: 900px) {
  .site-header { grid-template-columns: minmax(0,1fr) auto; }
  .brand { grid-column: 1; grid-row: 1; }
  .brand strong { max-width: none; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .site-nav { display: none; grid-column: 1/-1; grid-row: 2; justify-content: flex-start; padding: 14px 0 2px; border-top: 1px solid var(--line); }
  .site-nav.open { display: flex; flex-wrap: wrap; gap: 8px 24px; }
  .site-nav a { padding-block: 8px; }
  .home-pathway-grid { grid-template-columns: 1fr; gap: 36px; }
  .home-pathway { grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); max-width: 660px; gap: 28px; }
  .home-pathway + .home-pathway { padding-top: 36px; border-top: 1px solid var(--line); }
  .home-pathway-copy strong { font-size: 2rem; }
}
@media (max-width: 480px) {
  .site-header { padding-inline: 20px; }
  .brand strong { font-size: 1.1rem; }
  .hero { min-height: 540px; }
  .home-pathways { padding: 42px 20px 48px; }
  .home-pathways-heading { margin-bottom: 30px; }
  .home-pathway { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 20px; align-items: start; }
  .home-pathway-copy { gap: 10px; }
  .home-pathway-copy strong { font-size: 1.75rem; }
  .home-pathway-copy small { font-size: .75rem; }
  .home-pathway-copy > span, .home-pathway-copy b { font-size: .875rem; }
}

/* Version 5: give the artwork room and keep the supporting pages quiet. */
.section { padding-top: clamp(42px, 5vw, 68px); }
.section-heading h1, .about-copy h1, .contact-copy h1 { text-wrap: balance; }
.section-heading > p { max-width: 62ch; }
.home-pathway-copy > span { font-size: 1rem; }
.home-pathway-copy b { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; }
.home-pathway-image { background: #f1f2ec; }
.page-index a { min-height: 44px; }
.book-feature > div { display: flex; flex-direction: column; align-items: flex-start; }
.book-feature p { min-height: 0; flex: 1; }
.book-feature > div > a { display: inline-flex; align-items: center; min-height: 44px; }
.book-feature h2 { font-size: clamp(1.75rem, 2.6vw, 2.15rem); text-wrap: balance; }
.development-copy > p:not(.eyebrow) { max-width: 65ch; line-height: 1.75; }
.development-art button > span { line-height: 1.5; }
.masonry-gallery { column-gap: 24px; }
.gallery-item { margin-bottom: 24px; }
.gallery-item > span { height: auto; min-height: 48px; padding-block: 12px; line-height: 1.45; overflow: visible; }
.portfolio-next-steps { gap: 8px 28px; padding-bottom: 14px; margin-bottom: 22px; }
.sketchbook-section .section-heading h1 { max-width: 22ch; font-size: clamp(2.6rem, 4vw, 3.65rem); }
.sketchbook-tabs { gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.sketchbook-tabs button { min-height: 48px; padding: 12px; border-radius: 0; background: var(--paper); font-size: .9375rem; font-weight: 600; }
.sketchbook-tabs button[aria-selected="true"] { background: var(--pine); }
.sketchbook-category { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 28px; }
.sketchbook-category > header { max-width: 680px; }
.sketchbook-category h2 { line-height: 1.15; }
.sketchbook-art-grid, .sketchbook-art-grid-four, .travel-sketchbook-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; align-items: start; margin: 0; padding: 0; overflow: visible; }
.sketchbook-item { grid-template-rows: auto auto; min-height: 0; text-align: left; }
.sketchbook-item img { height: auto; max-height: 520px; padding: 0; object-fit: contain; }
.sketchbook-item > span { padding-block: 14px 0; font-size: 1.125rem; line-height: 1.4; }
.sketchbook-item small { color: var(--muted); font-weight: 600; letter-spacing: .06em; }
.sketchbook-footer { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.shop-jump-links { display: grid; grid-template-columns: 1fr 1fr auto; }
.shop-callout { grid-template-columns: minmax(0, .55fr) minmax(0, 1fr); }
.shop-callout > img { height: 310px; min-height: 0; padding: 18px; }
.shop-callout > div { padding: 28px 34px; }
.shop-callout h2 { font-size: clamp(2rem, 3vw, 2.65rem); }
.shop-callout .studio-brand { display: none; }
.shop-callout .hero-actions { margin-top: 20px; }
.shop-callout .hero-actions .button { flex: 0 1 auto; }
.shop-callout .hero-actions .button.secondary { color: var(--pine); border-color: var(--line); background: transparent; }
.shop-collection { margin-top: 48px; padding-top: 38px; }
.shop-collection-heading { margin-bottom: 28px; }
.shop-subsection > header { margin-bottom: 24px; }
.handmade-story { margin-top: 56px; }
.about-grid { grid-template-columns: minmax(0, .7fr) minmax(0, 1.15fr); align-items: start; gap: clamp(32px, 5vw, 72px); }
.portrait-frame { width: 100%; max-width: 460px; }
.portrait-frame img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: contain; }
.about-copy h1 { font-size: clamp(2.6rem, 3.8vw, 3.65rem); }
.about-copy p.lead { font-size: clamp(1.3rem, 1.7vw, 1.5rem); line-height: 1.5; }
.about-copy p:not(.eyebrow):not(.lead) { line-height: 1.75; }
.about-copy > .text-link { display: inline-flex; min-height: 44px; align-items: center; }
.contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.contact-copy h1 { font-size: clamp(2.6rem, 4vw, 3.85rem); }
.contact-form { padding: clamp(24px, 3vw, 40px); border-top: 0; }
.contact-form .eyebrow { color: var(--pine); }
.contact-form-heading h2 { font-size: clamp(1.65rem, 2.4vw, 2rem); line-height: 1.2; text-wrap: balance; }
.contact-form label { font-size: .875rem; font-weight: 600; }
.contact-form :is(input, select, textarea) { font: 400 1rem/1.5 Inter, ui-sans-serif, system-ui, sans-serif; padding: 12px; border-color: #a6afab; border-radius: 2px; }
.contact-form :is(input, select) { min-height: 48px; }
.contact-form-fields { gap: 16px; }
.contact-form textarea { resize: vertical; }
.contact-routes span { font-weight: 600; letter-spacing: .06em; }
.contact-links :is(.contact-instagram, .contact-shop) { min-height: 44px; color: white; background: transparent; border: 1px solid #718c85; border-radius: 2px; font-size: .875rem; font-weight: 600; }
.contact-links .contact-shop img { filter: brightness(0) invert(1); }
.contact-links a:hover { background: rgba(255, 255, 255, .08); transform: none; }
.site-footer { gap: 28px 36px; align-items: center; }
.site-footer nav { gap: 4px 22px; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 500; }
.footer-social :is(a, .footer-instagram) { background: transparent; color: var(--pine); border-color: var(--line); border-radius: 2px; min-height: 44px; font-weight: 600; }
.footer-instagram img { filter: brightness(0); opacity: .75; }

@media (min-width: 721px) and (max-width: 1040px) {
  .published-library-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .published-library-grid .book-catalog-card:last-child:nth-child(odd) { grid-column: auto; width: auto; }
  .site-footer { grid-template-columns: minmax(0, 1fr) auto; }
  .site-footer nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}
@media (max-width: 860px) {
  .about-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .portrait-frame { max-width: 340px; }
  .about-copy h1, .contact-copy h1 { max-width: 20ch; }
  .sketchbook-art-grid, .sketchbook-art-grid-four, .travel-sketchbook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .home-pathway-copy > span { font-size: .9375rem; }
  .sketchbook-section .section-heading h1 { font-size: 2.2rem; line-height: 1.12; }
  .sketchbook-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sketchbook-art-grid, .sketchbook-art-grid-four, .travel-sketchbook-grid { gap: 24px 16px; }
  .sketchbook-item img { max-height: 340px; }
  .sketchbook-item > span { font-size: 1rem; }
  .sketchbook-item small { font-size: .7rem; }
  .development-art, .development-art-two, .development-art-four { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; overflow: visible; padding: 16px; }
  .development-art-two :is(.development-portrait, .development-landscape), .development-art-four .development-lead { grid-column: auto; }
  .development-art-two .development-landscape, .development-art-four .development-lead { grid-column: 1 / -1; }
  .development-art-two { grid-template-columns: minmax(0, 1fr); }
  .development-art-two .development-portrait { width: 100%; max-width: 240px; justify-self: center; }
  .development-art button > span { font-size: .875rem; }
  .shop-jump-links { grid-template-columns: 1fr 1fr auto; }
  .shop-jump-links a { line-height: 1.3; }
  .shop-callout { grid-template-columns: 120px minmax(0, 1fr); align-items: center; gap: 12px 20px; padding: 20px; }
  .shop-callout > img { grid-column: 1; grid-row: 1/3; height: 160px; max-height: none; padding: 0; background: transparent; }
  .shop-callout > div { display: contents; }
  .shop-callout .eyebrow { grid-column: 2; align-self: end; font-size: .7rem; margin: 0; }
  .shop-callout h2 { grid-column: 2; align-self: start; font-size: 1.65rem; line-height: 1.15; margin: 0; }
  .shop-callout p:not(.eyebrow) { grid-column: 1/-1; margin: 8px 0 0; font-size: .9375rem; line-height: 1.6; }
  .shop-callout .hero-actions { grid-column: 1/-1; margin-top: 0; gap: 8px 20px; }
  .shop-callout .hero-actions .button { min-height: 44px; padding: 8px 0; text-align: left; justify-content: flex-start; color: var(--pine); background: transparent; border: 0; text-decoration: underline; text-underline-offset: 4px; font-size: .875rem; }
  .shop-collection { margin-top: 36px; padding-top: 28px; }
  .handmade-story { margin-top: 36px; }
  .contact-form { padding: 24px 20px; }
  .site-footer { gap: 20px; }
}

/* Keep wide illustrations in wide panels; portrait art fills the phone hero. */
@media (min-width: 721px) {
  .hero-art { grid-template-columns: minmax(0, 42fr) minmax(0, 36fr) minmax(0, 22fr); grid-template-rows: minmax(0, 61fr) minmax(0, 39fr); }
  .hero-tile { animation: none; }
  .hero-dragon-art { grid-column: 2; grid-row: 1; }
  .hero-wolf-art { grid-column: 2; grid-row: 2; }
  .hero-cailleach-art { grid-column: 3; grid-row: 1 / 3; }
  .hero-bunnies-art { display: none; }
  .hero-wolf-art img { object-position: 72% center; }
}
@media (max-width: 720px) {
  .hero-dragon-art, .hero-wolf-art { display: none; }
  .hero-bunnies-art img { object-fit: cover; object-position: center; }
}
