.cedarwick-site {
  --cw-paper: #fbf7ef;
  --cw-parchment: #efe5d5;
  --cw-ink: #202724;
  --cw-cedar: #29453d;
  --cw-brass: #a77c3f;
  --cw-oxblood: #6b3037;
  --cw-navy: #0d2230;
  --cw-gold: #c79b4f;
  --cw-rule: rgba(32, 39, 36, 0.2);
  --cw-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --cw-text: Georgia, "Times New Roman", serif;
  background: var(--cw-paper);
  color: var(--cw-ink);
  font-family: var(--cw-text);
}

.cedarwick-site main {
  overflow: hidden;
}

.cedarwick-site h1,
.cedarwick-site h2,
.cedarwick-site h3,
.cedarwick-site h4 {
  color: var(--cw-ink);
  font-family: var(--cw-display);
  font-weight: 500;
  letter-spacing: -0.018em;
}

.cedarwick-site p,
.cedarwick-site li {
  color: rgba(32, 39, 36, 0.9);
}

.cedarwick-site a {
  text-underline-offset: 0.18em;
}

.cw-editorial-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* Masthead and navigation */
.cedarwick-site-header {
  background: rgba(251, 247, 239, 0.97);
  border-bottom: 1px solid rgba(167, 124, 63, 0.44);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.cedarwick-header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cedarwick-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  color: var(--cw-ink);
  text-decoration: none;
}

.cedarwick-header-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.cedarwick-header-wordmark-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
}

.cedarwick-header-wordmark {
  display: block;
  width: 205px;
  height: auto;
}

.cedarwick-header-wordmark-wrap small {
  margin-left: 0.2rem;
  color: rgba(32, 39, 36, 0.62);
  font-family: var(--cw-text);
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.04em;
}

.cedarwick-primary-nav {
  gap: clamp(1rem, 2vw, 2rem);
}

.cedarwick-primary-nav a {
  position: relative;
  padding: 0.45rem 0;
  color: var(--cw-ink);
  font-family: var(--cw-text);
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.cedarwick-primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0.1rem;
  height: 1px;
  background: var(--cw-brass);
  transition: right 160ms ease;
}

.cedarwick-primary-nav a:hover::after,
.cedarwick-primary-nav a[aria-current="page"]::after {
  right: 0;
}

/* Editorial homepage */
.cw-masthead {
  position: relative;
  padding: clamp(4.5rem, 9vw, 8.5rem) 1.5rem clamp(4rem, 8vw, 7rem);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.25), transparent 35%),
    var(--cw-paper);
}

.cw-masthead::before,
.cw-masthead::after {
  content: "";
  position: absolute;
  top: 2.1rem;
  width: min(17vw, 230px);
  height: 1px;
  background: rgba(167, 124, 63, 0.44);
}

.cw-masthead::before { left: 0; }
.cw-masthead::after { right: 0; }

.cw-masthead-inner {
  width: min(920px, 100%);
  margin-inline: auto;
  text-align: center;
}

.cw-primary-lockup {
  display: block;
  width: min(470px, 76vw);
  height: auto;
  margin: 0 auto 1.4rem;
}

.cw-masthead-rule {
  display: grid;
  grid-template-columns: minmax(50px, 1fr) 10px minmax(50px, 1fr);
  align-items: center;
  gap: 0.9rem;
  width: min(430px, 72vw);
  margin: 0 auto 2rem;
}

.cw-masthead-rule span {
  height: 1px;
  background: var(--cw-brass);
}

.cw-masthead-rule i {
  width: 8px;
  height: 8px;
  margin: auto;
  background: var(--cw-brass);
  transform: rotate(45deg);
}

.cw-masthead h1 {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(2.35rem, 5.4vw, 4.6rem);
  line-height: 1.03;
}

.cw-masthead-deck {
  max-width: 760px;
  margin: 1.6rem auto 0;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.cw-featured {
  padding: clamp(4.5rem, 9vw, 8.5rem) 0;
  background: var(--cw-cedar);
}

.cw-featured-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.cw-featured-art {
  position: relative;
  min-width: 0;
}

.cw-featured-art::before {
  content: "";
  position: absolute;
  inset: 8% -7% -7% 9%;
  border: 1px solid rgba(239, 229, 213, 0.26);
  pointer-events: none;
}

.cw-featured-art img {
  position: relative;
  display: block;
  width: min(100%, 520px);
  margin: auto;
  filter: drop-shadow(0 28px 35px rgba(0,0,0,0.22));
}

.cw-featured-copy h2,
.cw-featured-copy p,
.cw-featured-copy a {
  color: #fbf7ef;
}

.cw-featured-copy h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  line-height: 0.98;
}

.cw-featured-deck {
  max-width: 650px;
  margin-top: 1.5rem;
  font-size: clamp(1.15rem, 2.1vw, 1.45rem);
  line-height: 1.65;
}

.cw-overline,
.cw-kicker,
.cw-book-status,
.cw-book-category {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.72rem;
  font-weight: 700;
}

.cw-overline {
  color: var(--cw-oxblood);
}

.cw-featured .cw-overline,
.cw-featured .cw-kicker {
  color: #dcbf8b;
}

.cw-byline,
.cw-book-author {
  font-style: italic;
}

.cw-editorial-button,
.cedarwick-site .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.15rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--cw-ink);
  font-family: var(--cw-text);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
}

.cw-featured .cw-editorial-button {
  margin-top: 1.2rem;
  border-color: rgba(251, 247, 239, 0.72);
  color: #fbf7ef;
}

.cw-editorial-button:hover,
.cedarwick-site .button:hover {
  background: var(--cw-ink);
  color: var(--cw-paper);
}

.cw-featured .cw-editorial-button:hover {
  background: #fbf7ef;
  color: var(--cw-cedar);
}

.cw-catalog,
.cw-colophon,
.cw-updates,
.cw-shelves {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.cw-catalog {
  background: var(--cw-paper);
}

.cw-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 2rem 4rem;
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--cw-rule);
}

.cw-section-heading .cw-overline {
  grid-column: 1 / -1;
  margin: 0 0 -1rem;
}

.cw-section-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 1.03;
}

.cw-section-heading > p:last-child {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

.cw-book-shelf {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3rem);
}

.cw-book-entry {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border-top: 1px solid var(--cw-rule);
  padding-top: 1.4rem;
}

.cw-book-entry-1 { grid-column: 1 / span 5; }
.cw-book-entry-2 { grid-column: 6 / span 3; margin-top: 5rem; }
.cw-book-entry-3 { grid-column: 9 / span 4; margin-top: 1.5rem; }

.cw-book-cover-link {
  display: block;
  min-width: 0;
  text-decoration: none;
}

.cw-book-cover-link img {
  display: block;
  width: 100%;
  max-height: 510px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 20px 22px rgba(32,39,36,0.15));
  transition: transform 180ms ease;
}

.cw-book-cover-link:hover img {
  transform: translateY(-4px);
}

.cw-book-meta {
  padding-top: 1.5rem;
}

.cw-book-status {
  margin: 0 0 0.5rem;
  color: var(--cw-oxblood);
}

.cw-book-category {
  margin: 0;
  color: var(--cw-brass);
}

.cw-book-meta h3 {
  margin: 0.5rem 0 0.25rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.cw-book-meta h3 a {
  color: var(--cw-ink);
  text-decoration: none;
}

.cw-book-author {
  margin-top: 0.35rem;
  color: rgba(32,39,36,0.66);
}

.cw-book-meta > p:not(.cw-book-status):not(.cw-book-category):not(.cw-book-author) {
  line-height: 1.68;
}

.cw-text-link,
.cedarwick-site .text-link {
  color: var(--cw-oxblood);
  font-weight: 700;
  text-decoration: none;
}

.cw-text-link:hover,
.cedarwick-site .text-link:hover {
  text-decoration: underline;
}

.cw-shelves {
  background: var(--cw-parchment);
}

.cw-shelf-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(32,39,36,0.25);
  border-bottom: 1px solid rgba(32,39,36,0.25);
}

.cw-shelf-columns article {
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2.6rem);
  border-right: 1px solid rgba(32,39,36,0.2);
}

.cw-shelf-columns article:last-child {
  border-right: 0;
}

.cw-shelf-columns span {
  color: var(--cw-brass);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.cw-shelf-columns h3 {
  margin: 1rem 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.cw-shelf-columns p {
  line-height: 1.72;
}

.cw-colophon {
  background: var(--cw-paper);
}

.cw-colophon-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2.5rem, 8vw, 7rem);
  max-width: 960px;
}

.cw-colophon-mark img {
  display: block;
  width: min(230px, 100%);
  margin: auto;
}

.cw-colophon h2,
.cw-updates h2 {
  margin: 0.45rem 0 1rem;
  font-size: clamp(2.1rem, 4.3vw, 3.7rem);
  line-height: 1.06;
}

.cw-colophon p,
.cw-updates p {
  line-height: 1.72;
}

.cw-updates {
  background: var(--cw-ink);
}

.cw-updates-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.cw-updates h2,
.cw-updates p,
.cw-updates a,
.cw-updates label,
.cw-updates .checkbox span {
  color: var(--cw-paper);
}

.cw-updates .cw-overline {
  color: #dcbf8b;
}

.cw-updates-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgba(251,247,239,0.28);
}

.cw-updates-form label:not(.checkbox) {
  display: grid;
  gap: 0.45rem;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.cw-updates-form input[type="email"],
.cw-updates-form select {
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(251,247,239,0.5);
  border-radius: 0;
  background: rgba(251,247,239,0.04);
  color: var(--cw-paper);
  padding: 0.7rem 0.75rem;
}

.cw-updates-form select option {
  color: var(--cw-ink);
}

.cw-updates-form .checkbox {
  align-items: start;
}

.cw-updates-form .cw-editorial-button {
  justify-self: start;
  border-color: rgba(251,247,239,0.72);
  color: var(--cw-paper);
}

/* Book and publishing pages */
.cedarwick-book-page .page-hero,
.cedarwick-about-page .page-hero,
.cedarwick-contact-page .page-hero,
.cedarwick-legal-page .page-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(90deg, rgba(167,124,63,0.09), transparent 40%),
    var(--cw-parchment);
  border-bottom: 1px solid rgba(32,39,36,0.16);
}

.cedarwick-book-page .page-hero .shell,
.cedarwick-about-page .page-hero .shell,
.cedarwick-contact-page .page-hero .shell,
.cedarwick-legal-page .page-hero .shell {
  max-width: 960px;
  text-align: left;
}

.cedarwick-book-page .page-hero .eyebrow,
.cedarwick-about-page .page-hero .eyebrow,
.cedarwick-contact-page .page-hero .eyebrow,
.cedarwick-legal-page .page-hero .eyebrow {
  color: var(--cw-oxblood);
  letter-spacing: 0.13em;
}

.cedarwick-book-page .page-hero h1,
.cedarwick-about-page .page-hero h1,
.cedarwick-contact-page .page-hero h1,
.cedarwick-legal-page .page-hero h1 {
  max-width: 900px;
  margin-top: 0.55rem;
  font-size: clamp(2.8rem, 6.8vw, 6rem);
  line-height: 0.98;
}

.cedarwick-book-page .page-hero .lead,
.cedarwick-about-page .page-hero .lead,
.cedarwick-contact-page .page-hero .lead,
.cedarwick-legal-page .page-hero .lead {
  max-width: 760px;
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  line-height: 1.72;
}

.cedarwick-site .section {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.cedarwick-site .section-tint {
  background: var(--cw-parchment);
}

.cedarwick-site .section-dark {
  background: var(--cw-cedar);
}

.cedarwick-site .section-dark h2,
.cedarwick-site .section-dark h3,
.cedarwick-site .section-dark p,
.cedarwick-site .section-dark li,
.cedarwick-site .section-dark a,
.cedarwick-site .section-dark strong {
  color: var(--cw-paper);
}

.cedarwick-site .flagship-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.cedarwick-site .flagship-showcase > div:first-child {
  min-width: 0;
}

.cedarwick-site .publishing-cover-media {
  margin: 0;
}

.cedarwick-site .publishing-3d-shot {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.cedarwick-site .publishing-3d-art {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 26px 28px rgba(32,39,36,0.16));
}

.cedarwick-site .status-label {
  color: var(--cw-oxblood);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cedarwick-site .publisher-attribution {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(32,39,36,0.18);
  color: rgba(32,39,36,0.68);
}

.cedarwick-site .notice {
  border: 0;
  border-left: 3px solid var(--cw-brass);
  border-radius: 0;
  background: rgba(167,124,63,0.08);
  box-shadow: none;
}

.cedarwick-site .notice.warning {
  border-left-color: var(--cw-oxblood);
  background: rgba(107,48,55,0.07);
}

.cedarwick-site .publishing-offer-grid {
  gap: 0;
  border-top: 1px solid var(--cw-rule);
  border-bottom: 1px solid var(--cw-rule);
}

.cedarwick-site .publishing-offer-card {
  border: 0;
  border-right: 1px solid var(--cw-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cedarwick-site .publishing-offer-card:last-child {
  border-right: 0;
}

.cedarwick-site .offer-workbook,
.cedarwick-site .offer-print {
  border: 1px solid var(--cw-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cedarwick-site .offer-kicker,
.cedarwick-site .planned-price {
  color: var(--cw-oxblood);
  letter-spacing: 0.08em;
}

.cedarwick-site .system-package-spread {
  border-radius: 0;
  box-shadow: none;
}

.cedarwick-site .license-grid,
.cedarwick-site .team-system-grid {
  gap: 0;
  border-top: 1px solid var(--cw-rule);
  border-bottom: 1px solid var(--cw-rule);
}

.cedarwick-site .license-grid article,
.cedarwick-site .team-system-grid article {
  border: 0;
  border-right: 1px solid var(--cw-rule);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.cedarwick-site .license-grid article:last-child,
.cedarwick-site .team-system-grid article:last-child {
  border-right: 0;
}

.cedarwick-site .support-table {
  border: 1px solid var(--cw-rule);
  border-radius: 0;
  box-shadow: none;
}

.cedarwick-site .support-table > div {
  border-bottom-color: var(--cw-rule);
}

.cedarwick-site .publishing-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--cw-rule);
  border-bottom: 1px solid var(--cw-rule);
}

.cedarwick-site .publishing-categories article {
  padding: 2rem;
  border: 0;
  border-right: 1px solid var(--cw-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cedarwick-site .publishing-categories article:last-child {
  border-right: 0;
}

.cedarwick-site .cedarwick-imprint-card,
.cedarwick-site .cedarwick-contact-card {
  border: 1px solid var(--cw-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cedarwick-site .cedarwick-imprint-card {
  padding: clamp(1.5rem, 4vw, 2.7rem);
  background: var(--cw-parchment);
}

.cedarwick-site .cedarwick-imprint-card img {
  display: block;
  width: 176px;
  max-width: 60%;
  height: auto;
  margin: 0 auto 1.5rem;
}

.cedarwick-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--cw-rule);
  border-bottom: 1px solid var(--cw-rule);
}

.cedarwick-site .cedarwick-contact-card {
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border-width: 0 1px 0 0;
}

.cedarwick-site .cedarwick-contact-card:last-child {
  border-right: 0;
}

.cedarwick-site .policy {
  max-width: 880px;
}

.cedarwick-site .policy > p:first-child {
  padding: 1rem 1.15rem;
  background: var(--cw-parchment);
  border-left: 3px solid var(--cw-brass);
}

.cedarwick-site .policy h2 {
  margin-top: 2.6rem;
  padding-top: 1rem;
  border-top: 1px solid var(--cw-rule);
}

/* Footer / colophon */
.cedarwick-site-footer {
  margin-top: 0;
  padding: clamp(3.5rem, 7vw, 6rem) 0 1.5rem;
  border-top: 1px solid rgba(167,124,63,0.52);
  background: var(--cw-parchment);
  color: var(--cw-ink);
}

.cedarwick-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 7rem);
}

.cedarwick-footer-identity {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 1.6rem;
  align-items: center;
}

.cedarwick-footer-seal {
  width: 130px;
  height: auto;
}

.cedarwick-footer-wordmark {
  display: block;
  width: min(260px, 100%);
  height: auto;
}

.cedarwick-footer-identity p {
  margin: 0.4rem 0 0;
  color: rgba(32,39,36,0.64);
  font-style: italic;
}

.cedarwick-footer-identity .cedarwick-footer-tagline {
  margin-top: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.cedarwick-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.cedarwick-footer-links h2 {
  margin: 0 0 0.8rem;
  color: var(--cw-ink);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cedarwick-footer-links a {
  display: block;
  margin: 0.48rem 0;
  color: rgba(32,39,36,0.78);
  font-size: 0.88rem;
  line-height: 1.4;
  text-decoration: none;
}

.cedarwick-footer-links a:hover {
  color: var(--cw-oxblood);
  text-decoration: underline;
}

.cedarwick-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(32,39,36,0.18);
}

.cedarwick-footer-bottom p,
.cedarwick-footer-bottom a {
  margin: 0;
  color: rgba(32,39,36,0.62);
  font-size: 0.78rem;
}

/* Responsive */
@media (max-width: 980px) {
  .cedarwick-header-wordmark { width: 180px; }
  .cw-featured-grid,
  .cw-updates-grid,
  .cedarwick-site .flagship-showcase,
  .cedarwick-footer-grid {
    grid-template-columns: 1fr;
  }
  .cw-featured-art img { max-width: 480px; }
  .cw-section-heading { grid-template-columns: 1fr; }
  .cw-section-heading .cw-overline { margin-bottom: -0.5rem; }
  .cw-book-entry-1 { grid-column: 1 / span 6; }
  .cw-book-entry-2 { grid-column: 7 / span 6; margin-top: 3rem; }
  .cw-book-entry-3 { grid-column: 3 / span 8; margin-top: 0; }
  .cedarwick-footer-links { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .cw-editorial-shell { width: min(100% - 32px, 1180px); }
  .cedarwick-header-inner { min-height: 80px; }
  .cedarwick-header-icon { width: 48px; height: 48px; }
  .cedarwick-header-wordmark { width: 160px; }
  .cedarwick-header-wordmark-wrap small { display: none; }
  .cw-book-shelf { display: block; }
  .cw-book-entry { margin: 0 0 3.5rem; }
  .cw-book-cover-link img { max-height: 460px; }
  .cw-shelf-columns,
  .cedarwick-site .publishing-categories,
  .cedarwick-contact-grid,
  .cedarwick-footer-links {
    grid-template-columns: 1fr;
  }
  .cw-shelf-columns article,
  .cedarwick-site .publishing-categories article,
  .cedarwick-site .cedarwick-contact-card {
    border-right: 0;
    border-bottom: 1px solid var(--cw-rule);
  }
  .cw-shelf-columns article:last-child,
  .cedarwick-site .publishing-categories article:last-child,
  .cedarwick-site .cedarwick-contact-card:last-child {
    border-bottom: 0;
  }
  .cw-colophon-grid { grid-template-columns: 1fr; text-align: center; }
  .cw-colophon-mark img { width: 180px; }
  .cedarwick-footer-identity { grid-template-columns: 100px minmax(0,1fr); }
  .cedarwick-footer-seal { width: 100px; }
  .cedarwick-footer-links { border-top: 1px solid var(--cw-rule); padding-top: 2rem; }
  .cedarwick-footer-bottom { align-items: flex-start; flex-direction: column; }
  .cedarwick-site .publishing-offer-grid,
  .cedarwick-site .license-grid,
  .cedarwick-site .team-system-grid {
    display: block;
  }
  .cedarwick-site .publishing-offer-card,
  .cedarwick-site .license-grid article,
  .cedarwick-site .team-system-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--cw-rule);
  }
}

@media (max-width: 560px) {
  .cedarwick-header-brand { gap: 0.55rem; }
  .cedarwick-header-icon { width: 42px; height: 42px; }
  .cedarwick-header-wordmark { width: 142px; }
  .cw-primary-lockup { width: min(360px, 92vw); }
  .cw-masthead { padding-top: 3.6rem; }
  .cw-masthead::before,
  .cw-masthead::after { display: none; }
  .cw-featured { padding-top: 4rem; padding-bottom: 4.5rem; }
  .cw-featured-copy h2 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .cedarwick-book-page .page-hero h1,
  .cedarwick-about-page .page-hero h1,
  .cedarwick-contact-page .page-hero h1,
  .cedarwick-legal-page .page-hero h1 { font-size: clamp(2.55rem, 13vw, 4.5rem); }
  .cedarwick-footer-identity { grid-template-columns: 1fr; text-align: center; }
  .cedarwick-footer-seal { margin: auto; }
  .cedarwick-footer-wordmark { margin: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .cw-book-cover-link img,
  .cedarwick-primary-nav a::after { transition: none; }
}
