/* Base */
:root {
  color-scheme: light;
  color: #1f1f1f;
  background: #fbfaf7;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.75;
  --display-title-size: clamp(3rem, 5.5vw, 5rem);
  --display-title-size-mobile: clamp(2.35rem, 11vw, 3.2rem);
  --section-title-size: clamp(1.8rem, 2.6vw, 2.1rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfaf7;
  color: #1f1f1f;
}

section {
  padding: 4rem 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.brand {
  flex: 0 0 auto;
  white-space: nowrap;
}

body,
button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: none;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.page-grid {
  display: grid;
  gap: 3rem;
}

.header,
.footer {
  padding: 2rem 0 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem 2rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: none;
}

/* Skip link for keyboard and screen reader users */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 0.75rem;
  background: #ffffff;
  color: #1f1f1f;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  z-index: 1000;
}

.header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem 2rem;
}

.header nav a {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  opacity: 0.45;
}

.header nav a:hover,
.header nav a:focus {
  opacity: 1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 6rem;
  align-items: start;
  min-height: 64vh;
  padding: 4rem 0 0;
}

.hero > div {
  max-width: 620px;
  min-width: 0;
}

.hero__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f6f6f;
}

.hero__title {
  margin: 0;
  font-size: var(--display-title-size);
  line-height: 0.95;
  letter-spacing: -0.04em;
  max-width: 14ch;
  overflow-wrap: anywhere;
}

.hero__title + .hero__text {
  margin-top: 3.3rem;
}

.hero__link {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero__link::after {
  content: '→';
  margin-left: 0.65rem;
}

.hero__image {
  width: 100%;
  max-width: 500px;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-top: 3rem;
  margin-left: auto;
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

.latest {
  padding: 0 0 0;
}

.latest__header {
  display: grid;
  gap: 1rem;
  margin-bottom: 4rem;
}

.latest__all {
  color: #1f1f1f;
  font-weight: 500;
}

.article-list__item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e1da;
}

.article-list__item:last-child {
  border-color: transparent;
}

.article-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
  color: #6f6f6f;
  margin-bottom: 0.55rem;
}

.article-list__title {
  margin: 0 0 0.45rem;
  font-size: var(--section-title-size);
  line-height: 1.25;
}

.article-list__teaser {
  margin: 0;
  max-width: 70ch;
  color: #6f6f6f;
}

.section-title {
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f6f6f;
  margin: 0 0 1.25rem;
}

.article-list {
  border-top: 1px solid #e5e1da;
}

.article-list__item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e1da;
}

.article-list__item:last-child {
  border-color: transparent;
}

.article-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
  color: #6f6f6f;
  margin-bottom: 0.55rem;
}

.article-list__title {
  margin: 0 0 0.45rem;
  font-size: var(--section-title-size);
  line-height: 1.25;
}

.article-list__client {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.article-list__teaser {
  margin: 0;
  max-width: 70ch;
  color: #6f6f6f;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 6rem;
  align-items: start;
  padding: 0;
}

.intro-grid__portrait {
  width: 340px;
  aspect-ratio: 1 / 1;
  background: #e5e1da;
  overflow: hidden;
}

.intro-grid__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.intro-grid__text {
  color: #6f6f6f;
  font-size: 1rem;
}

.intro-grid__link {
  color: #1f1f1f;
  font-weight: 600;
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
}

.magazine-grid {
  display: flex;
  align-items: flex-start;
  gap: 0 8rem;
  padding-top: 3.3rem;
  padding-bottom: 0;
}

.magazine-grid > * {
  padding: 0;
}

.article-column > section,
.aside-column > section {
  padding: 0;
}

.article-columns {
  flex: 1 1 64%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.article-column {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.aside-column {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.article-header {
  padding-top: 7rem;
  padding-bottom: 0;
}

.article-header h1 {
  margin: 0;
  max-width: 720px;
  font-size: var(--display-title-size);
  line-height: 0.95;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.drop-lead {
  margin: 2.5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.75;
  max-width: 620px;
  color: #4f4f4f;
}

.section-first,
.section-second,
.section-third,
.section-fourth,
.section-fifth,
.intro-block {
  margin: 0;
}

.intro-block {
  margin-top: 0;
}

.section-first p,
.section-second p,
.section-third p,
.section-fourth p,
.section-fifth p,
.hero__text,
.intro-block p {
  margin: 1.1rem 0 0;
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 62ch;
  color: #3f3f3f;
}

.intro-block p:first-child,
.intro-block p:last-child {
  margin: 0;
}

.section-first h2,
.section-second h2,
.section-third h2,
.section-fourth h2,
.section-fifth h2 {
  margin: 0 0 1.6rem;
  font-size: var(--section-title-size);
  line-height: 1.1;
  color: #1f1f1f;
}

.aside-note {
  margin: 0;
  color: #5f5f5f;
  font-size: 0.98rem;
  line-height: 2;
  letter-spacing: 0.01em;
}

.aside-note + .aside-note {
  margin-top: 3rem;
}

.aside-note--quote {
  margin: 1.8rem 0 3rem 0;
  font-size: 1.08rem;
  line-height: 2;
  color: #1f1f1f;
  padding-left: 0.7rem;
  border-left: 0.75px solid rgba(31,31,31,0.16);
}

.aside-note--quote p {
  margin: 0;
}

.aside-quote__author {
  margin: 0.8rem 0 0;
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-style: normal;
  color: #5c5c5c;
}

.aside-portrait {
  width: min(360px, 100%);
  margin: 0 0 2rem 0;
}

.aside-portrait img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.aside-note__label {
  margin: 0 0 0.7rem;
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d7d7d;
}

.aside-portrait {
  width: min(360px, 100%);
  margin-left: auto;
}

.aside-portrait img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

@media (max-width: 940px) {
  .magazine-grid {
    flex-direction: column;
    gap: 3rem;
  }

  .article-column,
  .aside-column {
    width: 100%;
    flex: none;
  }

  .aside-column {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .aside-portrait {
    width: 100%;
    max-width: 320px;
    margin: 0;
  }

  .aside-note + .aside-note {
    margin-top: 3rem;
  }
}
.main-section {
  padding-bottom: 15rem;
}

.intro-grid__link::after {
  content: '→';
  margin-left: 0.6rem;
}

.author-grid {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
  margin-top: 1.5rem;
}

.author-grid__text {
  color: #1f1f1f;
  font-size: 1rem;
  display: grid;
  gap: 1.2rem;
}

.author-grid__portrait {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300 / 420;
  overflow: hidden;
}

.author-grid__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-grid__link {
  color: #1f1f1f;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.contact-box {
  display: grid;
  gap: 1rem;
  padding: 1.25rem 0 2rem;
  border-top: 1px solid #e5e1da;
}

.contact-box__heading {
  margin: 0;
  font-size: var(--section-title-size);
  line-height: 1.05;
}

.contact-box__text {
  margin: 0;
  max-width: 55rem;
  color: #6f6f6f;
}

.contact-box__link {
  color: #1f1f1f;
  font-weight: 500;
}

.editorial-offer {
  margin-top: 3rem;
  padding: 3.5rem 0;
  border-top: 1px solid #bdb8af;
}

.editorial-offer + .contact-box {
  margin-top: -2rem;
}

.editorial-offer__heading {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.editorial-offer__intro {
  margin: 2rem 0 0;
  max-width: 42ch;
  font-size: 1.2rem;
  line-height: 1.55;
}

.editorial-offer__scope {
  margin: 2.5rem 0 0;
  max-width: 70rem;
  color: #6f6f6f;
  font-size: 0.92rem;
  letter-spacing: 0.025em;
}

.editorial-offer__scope span {
  margin: 0 0.35em;
}

.editorial-offer__closing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  margin-top: 2.5rem;
}

.editorial-offer__closing p {
  margin: 0;
}

.editorial-offer__link {
  color: #6f6f6f;
}

.offer-page {
  max-width: 980px;
}

.offer-page__hero {
  padding: 7rem 0 5rem;
}

.offer-page__hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: var(--display-title-size);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.offer-page__lead,
.offer-page__prose {
  max-width: 70ch;
  margin-top: 3rem;
}

.offer-page__lead p,
.offer-page__prose p {
  margin: 0 0 1.4rem;
}

.offer-page__link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 500;
}

.offer-page__section {
  padding: 4.5rem 0;
  border-top: 1px solid #e5e1da;
}

.offer-page__section > h2 {
  max-width: 28ch;
  margin: 0;
  font-size: var(--section-title-size);
  line-height: 1.15;
}

.offer-page__prose ul {
  margin: 1.75rem 0 2rem;
  padding-left: 1.25rem;
}

.offer-page__prose li {
  margin-bottom: 0.65rem;
  padding-left: 0.25rem;
}

.offer-page__prose blockquote {
  margin: 3rem 0 0;
  padding: 0 0 0 1.25rem;
  border-left: 2px solid #bdb8af;
  font-size: 1.35rem;
  line-height: 1.5;
}

.offer-page__aside {
  color: #6f6f6f;
  font-size: 0.92rem;
}

.offer-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 5rem;
  margin-top: 3rem;
}

.offer-comparison section {
  padding: 2rem 0 0;
  border-top: 1px solid #bdb8af;
}

.offer-comparison h3 {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  line-height: 1.25;
}

.offer-comparison p {
  margin: 0 0 1rem;
}

.offer-page__conversation {
  max-width: 70ch;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #e5e1da;
}

.offer-page__conversation h2 {
  margin: 0 0 1.5rem;
  font-size: var(--section-title-size);
  line-height: 1.15;
}

.offer-page__conversation p {
  margin: 0 0 1.4rem;
}

.offer-page__closing {
  max-width: 70ch;
  padding: 4.5rem 0 2rem;
  border-top: 1px solid #e5e1da;
}

.offer-page__closing h2 {
  margin: 3rem 0 1.5rem;
  font-size: var(--section-title-size);
  line-height: 1.15;
}

.offer-page__closing p {
  margin: 0 0 1.4rem;
}

.entry-project {
  padding: 4.5rem 0;
  border-top: 1px solid #bdb8af;
  border-bottom: 1px solid #bdb8af;
}

.entry-project > h2,
.entry-project > h3 {
  max-width: 28ch;
  margin: 0;
  font-size: var(--section-title-size);
  line-height: 1.15;
}

.entry-project > h3 {
  margin-top: 2.5rem;
}

.entry-project__scope {
  max-width: 70ch;
  margin: 1.25rem 0 0;
  color: #6f6f6f;
}

.entry-project__scope span {
  margin: 0 0.3em;
}

.entry-project__price {
  margin: 2rem 0 1.25rem;
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.starter-offer {
  padding: 5rem 0;
  border-top: 1px solid #bdb8af;
  border-bottom: 1px solid #bdb8af;
}

.starter-offer > h2 {
  max-width: 28ch;
  margin: 0;
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.starter-offer__price {
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.starter-offer__price-label {
  margin: 3rem 0 0;
}

.starter-offer__price-note {
  max-width: 60ch;
  margin: 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  color: #3f3f3f;
}

.starter-offer__steps {
  margin-top: 4.5rem;
}

.starter-step {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 3rem 0;
  border-top: 1px solid #e5e1da;
}

.starter-step__number {
  margin: 0;
  color: #6f6f6f;
  font-size: 1.15rem;
}

.starter-step h3,
.starter-offer__scope h2,
.starter-offer__after h3,
.starter-request > h2,
.starter-request > h3 {
  margin: 0 0 0.5rem;
  font-size: var(--section-title-size);
  line-height: 1.15;
}

.starter-step h4 {
  margin: 0 0 1.5rem;
  color: #6f6f6f;
  font-size: 1rem;
  font-weight: 400;
}

.starter-step p {
  max-width: 70ch;
  margin: 0 0 1.4rem;
}

.starter-step ul,
.starter-offer__scope ul {
  margin: 1.5rem 0 2rem;
  padding-left: 1.25rem;
}

.starter-step li,
.starter-offer__scope li {
  margin-bottom: 0.55rem;
  padding-left: 0.25rem;
}

.starter-step__limit {
  color: #6f6f6f;
  font-size: 0.9rem;
}

.starter-step__emphasis {
  margin-top: 2.25rem !important;
  padding-left: 1.25rem;
  border-left: 2px solid #bdb8af;
  font-size: 1.2rem;
}

.starter-offer__scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 5rem;
  padding: 3.5rem 0;
  border-top: 1px solid #bdb8af;
}

.starter-offer__scope > div {
  min-width: 0;
}

.starter-offer__scope-note {
  grid-column: 1 / -1;
  max-width: 70ch;
}

.starter-offer__scope p {
  margin: 1.5rem 0 0;
}

.starter-offer__after {
  max-width: 70ch;
  padding: 3.5rem 0;
  border-top: 1px solid #e5e1da;
}

.starter-offer__after p:not(.section-title) {
  margin: 0 0 1.4rem;
}

.starter-request {
  padding-top: 3.5rem;
  border-top: 1px solid #bdb8af;
}

.starter-request > p:not(.section-title) {
  max-width: 70ch;
  margin: 1.25rem 0 0;
}

.starter-request__price {
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.starter-page__logic {
  margin: 0 0 4.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #bdb8af;
  border-bottom: 1px solid #bdb8af;
  font-size: 1.05rem;
}

.starter-page__logic span {
  margin: 0 0.5em;
  color: #6f6f6f;
}

.starter-page__outside {
  border-top-color: #bdb8af;
  border-bottom: 1px solid #bdb8af;
}

.starter-request__form {
  margin-top: 3rem;
}

.starter-request__form-intro {
  margin-bottom: 0.5rem;
}

.starter-request__form-intro h4 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.starter-request__form-intro p {
  margin: 0 0 1rem;
}

.starter-request__form-price {
  font-size: 1.2rem;
  font-weight: 600;
}

.starter-request__name-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}

.main-section {
  padding: 2rem 0 3rem;
}

.main-section h1,
.main-section h2,
.main-section h3,
.main-section h4,
.main-section h5,
.main-section h6 {
  margin-top: 0;
}

.article-header {
  padding: 2rem 0 0.5rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.95rem;
  color: #6f6f6f;
}

.article-content {
  max-width: 760px;
  margin-top: 2rem;
  overflow-wrap: break-word;
}

.project-subtitle {
  max-width: 760px;
  margin: 1.5rem 0 1rem;
  font-size: 1.15rem;
  color: #6f6f6f;
}

.project-detail {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(210px, 1fr);
  gap: 7rem;
  align-items: start;
}

.project-detail__content {
  min-width: 0;
}

.project-facts {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
  min-width: 0;
  overflow-wrap: break-word;
}

.project-facts section {
  padding: 0;
}

.article-content .project-facts {
  padding-left: 0;
  border-left: 0;
  color: inherit;
}

.project-facts p {
  margin: 0 0 0.65rem;
}

.project-facts--mobile {
  display: none;
}

@media (max-width: 940px) {
  .project-detail {
    display: block;
  }

  .project-facts--desktop {
    display: none;
  }

  .project-facts--mobile {
    display: flex;
    margin: 2.5rem 0 3rem;
  }
}

.article-content p {
  margin: 0 0 1.75rem;
}

.article-content h2 {
  font-size: 1.6rem;
  margin: 2.5rem 0 1rem;
  line-height: 1.2;
}

.article-content ol,
.article-content ul {
  margin: 0 0 1.75rem 1.35rem;
}

.article-content li {
  margin-bottom: 0.8rem;
}

.article-content blockquote,
.article-content aside {
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 2px solid #e5e1da;
  color: #6f6f6f;
  overflow-wrap: break-word;
}

.article-content small {
  font-size: 0.8em;
}

.legal-content section {
  padding: 0;
  margin: 0 0 2.25rem;
}

.legal-content section + section {
  margin-top: 0;
}

.legal-content h2 {
  margin: 0 0 0.85rem;
}

.legal-content h3 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  line-height: 1.25;
}

.legal-content p,
.legal-content ul {
  margin-bottom: 1.1rem;
}

.legal-content section:last-child,
.legal-content > p:last-child,
.legal-content > ul:last-child {
  margin-bottom: 0;
}

.article-footer {
  margin-top: 4rem;
  color: #6f6f6f;
}

.site-footer {
  padding: 2rem 0 4rem;
  color: #6f6f6f;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.footer__info {
  display: grid;
  gap: 0.35rem;
}

.site-footer nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0;
}

@media (max-width: 660px) {
  .site-footer {
    display: grid;
    text-align: left;
  }
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__image {
    aspect-ratio: auto;
    min-height: 320px;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .hero__title,
  .article-header h1 {
    font-size: var(--display-title-size);
  }

  .latest__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }
}

.admin-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.admin-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.admin-table-wrap th,
.admin-table-wrap td {
  padding: 0.65rem 1rem 0.65rem 0;
  border-bottom: 1px solid #e5e1da;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 860px) {
  .magazine-grid {
    padding-top: 2rem;
  }

  .hero__title + .hero__text {
    margin-top: 2rem;
  }

  .author-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .author-grid__portrait {
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 5;
    min-height: 320px;
  }
}

@media (max-width: 660px) {
  :root {
    font-size: 17px;
  }

  .container {
    width: min(100%, calc(100% - 32px));
  }

  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .header nav {
    justify-content: flex-start;
    gap: 0.35rem 1.1rem;
  }

  .page-grid {
    gap: 2.25rem;
  }

  section {
    padding: 2.75rem 0;
  }

  .article-column > section,
  .aside-column > section {
    padding: 0;
  }

  .article-header {
    padding-top: 1.25rem;
  }

  .article-header h1,
  .hero__title {
    font-size: var(--display-title-size-mobile);
    line-height: 1;
  }

  .hero {
    gap: 2rem;
    padding-top: 3.25rem;
  }

  .hero__image {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .latest__header {
    margin-bottom: 2rem;
  }

  .editorial-offer {
    margin-top: 2.25rem;
    padding: 2.75rem 0;
  }

  .editorial-offer + .contact-box {
    margin-top: -1.5rem;
  }

  .editorial-offer__heading {
    font-size: var(--section-title-size);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .editorial-offer__intro,
  .editorial-offer__scope,
  .editorial-offer__closing {
    margin-top: 1.75rem;
  }

  .editorial-offer__closing {
    display: grid;
  }

  .offer-page__hero {
    padding: 3.25rem 0 2.75rem;
  }

  .offer-page__hero h1 {
    font-size: var(--display-title-size-mobile);
    line-height: 1;
  }

  .offer-page__lead,
  .offer-page__prose,
  .offer-comparison {
    margin-top: 2rem;
  }

  .offer-page__section {
    padding: 2.75rem 0;
  }

  .offer-comparison {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .offer-page__prose blockquote {
    margin-top: 2.25rem;
    font-size: 1.15rem;
  }

  .offer-page__conversation {
    margin-top: 2.75rem;
    padding-top: 2.75rem;
  }

  .offer-page__closing,
  .entry-project {
    padding: 2.75rem 0;
  }

  .offer-page__closing h2 {
    margin-top: 2.25rem;
  }

  .starter-page__logic {
    margin-bottom: 2.75rem;
    overflow-wrap: anywhere;
  }

  .starter-offer {
    padding: 3.5rem 0;
  }

  .starter-offer > h2 {
    font-size: var(--section-title-size);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .starter-offer__steps {
    margin-top: 3rem;
  }

  .starter-step {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 2.5rem 0;
  }

  .starter-offer__scope,
  .starter-request__name-fields {
    grid-template-columns: 1fr;
  }

  .starter-offer__scope {
    gap: 2rem;
    padding: 2.75rem 0;
  }

  .starter-offer__after,
  .starter-request {
    padding-top: 2.75rem;
  }

  .contact-box__heading {
    font-size: var(--section-title-size);
  }

  .magazine-grid,
  .article-columns,
  .article-column,
  .aside-column {
    gap: 2.25rem;
  }

  .article-list__item {
    padding: 1.25rem 0;
  }

  .intro-grid {
    gap: 1.5rem;
  }

  .author-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .author-grid__portrait {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 5;
    min-height: 320px;
  }

  .author-grid__text {
    min-width: 0;
    overflow-wrap: break-word;
  }
}

/* Thought Sheet Trigger Button */
.thought-sheet-trigger {
  appearance: none;
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  transition: opacity 0.2s ease;
}

.thought-sheet-trigger:hover,
.thought-sheet-trigger:focus {
  opacity: 0.75;
}

.thought-sheet-trigger:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.thought-sheet-trigger small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85em;
  opacity: 0.65;
}

.thought-sheet-trigger__text {
  display: block;
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 2px solid #e5e1da;
  color: #6f6f6f;
  overflow-wrap: break-word;
}

/* Gemeinsame redaktionelle Hervorhebung: eigener Gedanke oder echtes Zitat. */
.editorial-highlight,
.article-content .editorial-highlight,
.offer-page__prose .editorial-highlight,
.thought-sheet-trigger__text,
.article-content blockquote,
.aside-note--quote {
  display: block;
  margin: 2.5rem 0;
  padding: 0.2rem 0 0.2rem 1.25rem;
  border: 0;
  border-left: 2px solid #e5e1da;
  background: transparent;
  box-shadow: none;
  color: #1f1f1f;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.editorial-highlight,
.article-content .editorial-highlight,
.offer-page__prose .editorial-highlight,
.thought-sheet-trigger__text {
  font-weight: 500;
}

.aside-note--quote p {
  margin: 0;
}

@media (max-width: 660px) {
  .editorial-highlight,
  .article-content .editorial-highlight,
  .offer-page__prose .editorial-highlight,
  .thought-sheet-trigger__text,
  .article-content blockquote,
  .aside-note--quote {
    margin: 2rem 0;
    padding-left: 1rem;
    font-size: 1.12rem;
  }

  .starter-offer__price {
    font-size: 2rem;
  }
}

/* Thought Sheet Modal */
.thought-sheet-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.thought-sheet-modal[hidden] {
  display: none;
}

.thought-sheet-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.7);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

.thought-sheet-modal__content {
  position: relative;
  z-index: 1001;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90vh;
  max-height: 90vh;
  overflow: auto;
  gap: 1rem;
}

.thought-sheet-modal__image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(90vh - 100px);
  max-height: 90vh;
  object-fit: contain;
  flex: 1;
}

.thought-sheet-modal__nav {
  display: none;
}

.thought-sheet-modal__counter {
  display: none;
}

.thought-sheet-modal__nav-btn {
  appearance: none;
  background: none;
  border: none;
  padding: 0.5rem;
  font-size: 1.5rem;
  color: #6f6f6f;
  cursor: pointer;
  transition: opacity 0.2s ease;
  line-height: 1;
  flex-shrink: 0;
}

.thought-sheet-modal__nav-btn:hover,
.thought-sheet-modal__nav-btn:focus {
  opacity: 0.5;
}

.thought-sheet-modal__nav-btn:focus-visible {
  outline: 1px solid #1f1f1f;
  outline-offset: 2px;
}

@media (max-width: 660px) {
  .thought-sheet-modal {
    padding: 1rem;
  }

  .thought-sheet-modal__content {
    flex-direction: column;
    max-width: calc(100% - 2rem);
    gap: 0.5rem;
  }

  .thought-sheet-modal__image {
    max-width: 100%;
    max-height: calc(90vh - 100px);
  }
}

/* Header and footer remain styled but are not positioned fixed.
   They live inside the .container so they match page width.
*/

/* Fundraising calendar */
.editorial-link,
.calendar-origin,
.calendar-export {
  max-width: 760px;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e1da;
}

.editorial-link h2,
.calendar-export h2 {
  margin-bottom: 1rem;
}

.calendar-header {
  max-width: 760px;
}

.calendar-header .drop-lead p {
  margin: 0 0 1rem;
}

.calendar-hint {
  margin: 1.5rem 0 0;
  color: #6f6f6f;
  font-size: 0.95rem;
}

.month-tabs {
  display: none;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 900px;
  margin: 2.75rem 0 3rem;
}

.calendar-enhanced .month-tabs {
  display: flex;
}

.month-tabs button {
  appearance: none;
  min-width: 3.8rem;
  min-height: 3.1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid #d8d3ca;
  background: transparent;
  color: #5f5f5f;
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.month-tabs button[aria-selected="true"] {
  border-color: #1f1f1f;
  border-bottom-width: 3px;
  color: #1f1f1f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.month-tabs button:focus-visible,
.calendar-event__controls button:focus-visible,
.calendar-download-selected:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 3px;
}

.calendar-month {
  max-width: 760px;
  margin: 0 0 2.75rem;
  overflow-wrap: break-word;
}

.calendar-month[hidden] {
  display: none;
}

.calendar-month h2 {
  margin: 0 0 1.5rem;
  font-size: var(--display-title-size);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.calendar-month h3 {
  margin: 2rem 0 0.85rem;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.calendar-month__intro {
  max-width: 680px;
  font-size: 1.15rem;
  line-height: 1.75;
  color: #4f4f4f;
}

.calendar-month ul {
  margin: 0 0 2rem 1.25rem;
  padding: 0;
}

.calendar-month li {
  margin-bottom: 0.7rem;
}

.calendar-events {
  border-top: 1px solid #e5e1da;
}

.calendar-event {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e1da;
}

.calendar-event time,
.calendar-event__date {
  display: block;
  margin: 0 0 0.35rem;
  color: #6f6f6f;
  font-size: 0.9rem;
}

.calendar-event h4 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
}

.calendar-event p {
  max-width: 600px;
  margin: 0.65rem 0 0;
  color: #5f5f5f;
}

.calendar-event__controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  min-width: 12rem;
  font-size: 0.9rem;
}

.calendar-event__controls label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
}

.calendar-event__controls input {
  width: 1.15rem;
  height: 1.15rem;
}

.calendar-event__controls button,
.calendar-download-selected {
  appearance: none;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #1f1f1f;
  font: inherit;
  cursor: pointer;
}

.calendar-counter {
  margin: 2rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid #e5e1da;
  color: #5f5f5f;
}

.calendar-counter h3 {
  margin-top: 0;
}

.calendar-export {
  display: none;
  margin-top: 0;
}

.calendar-enhanced .calendar-export {
  display: block;
}

.calendar-selection-count {
  margin: 0 0 1rem;
  color: #5f5f5f;
  font-size: 0.95rem;
}

.calendar-download-selected:disabled {
  border-bottom-style: dashed;
  cursor: not-allowed;
  opacity: 0.5;
}

.calendar-feedback {
  min-height: 1.5em;
  margin-top: 1rem;
  color: #5f5f5f;
}

.calendar-origin {
  margin-top: 5.5rem;
  margin-bottom: 4rem;
}

@media (max-width: 660px) {
  .month-tabs {
    gap: 0.3rem;
  }

  .month-tabs button {
    flex: 1 0 3.4rem;
  }

  .calendar-event {
    display: block;
  }

  .calendar-event__controls {
    margin-top: 1.25rem;
    min-width: 0;
  }

  .calendar-download-selected {
    width: 100%;
    padding: 0.75rem 0;
    text-align: left;
  }
}
.header {
  background: transparent;
  box-shadow: none;
}

.site-footer {
  background: transparent;
  box-shadow: none;
}

/* Denkzettel */
.denkzettel-promo {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem 6rem;
  padding: 3rem 0;
  border-top: 1px solid #e5e1da;
  border-bottom: 1px solid #e5e1da;
}

.denkzettel-promo__heading {
  max-width: 24ch;
  margin: 0;
  font-size: var(--section-title-size);
  line-height: 1.2;
}

.denkzettel-promo__content {
  min-width: 0;
}

.denkzettel-promo__content p {
  max-width: 62ch;
  margin: 0 0 1rem;
  color: #3f3f3f;
}

.denkzettel-promo__next {
  color: #6f6f6f;
}

.denkzettel-promo__link,
.denkzettel-form__submit {
  font-weight: 500;
}

.denkzettel-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 2rem;
  border: 0;
  color: #1f1f1f;
  background: #fbfaf7;
  overflow: auto;
}

.denkzettel-dialog::backdrop {
  background: rgba(31, 31, 31, 0.55);
}

.denkzettel-dialog__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}

.denkzettel-dialog__header h2 {
  margin: 0 0 1rem;
  font-size: var(--section-title-size);
  line-height: 1.2;
}

.denkzettel-dialog__close {
  padding: 0;
  color: #6f6f6f;
  cursor: pointer;
}

.denkzettel-dialog__close:focus-visible,
.denkzettel-form input:focus-visible,
.denkzettel-form__submit:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 3px;
}

.denkzettel-form {
  display: grid;
  gap: 1.25rem;
  max-width: 680px;
  margin-top: 2rem;
}

.denkzettel-form__field {
  display: grid;
  gap: 0.35rem;
}

.denkzettel-form label {
  line-height: 1.45;
}

.denkzettel-form label span,
.denkzettel-form__hint {
  color: #6f6f6f;
  font-size: 0.9rem;
}

.denkzettel-form__hint,
.denkzettel-form p {
  margin: 0;
}

.denkzettel-form input[type="text"],
.denkzettel-form input[type="email"] {
  width: 100%;
  padding: 0.65rem 0;
  border: 0;
  border-bottom: 1px solid #bdb8af;
  border-radius: 0;
  color: #1f1f1f;
  background: transparent;
}

.denkzettel-form__consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.denkzettel-form__consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.25rem;
}

.denkzettel-form__submit {
  justify-self: start;
  padding: 0.4rem 0;
  cursor: pointer;
  color: #1f1f1f;
  border-bottom: 1px solid currentColor;
}

.denkzettel-form__submit:disabled {
  cursor: wait;
  opacity: 0.5;
}

.denkzettel-form__feedback {
  margin: 0;
}

.denkzettel-form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* File transfer */
.file-transfer__action {
  margin: 2rem 0 0;
}

.file-transfer__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}

.file-transfer__note {
  margin-top: 0.35rem;
  color: #6f6f6f;
  font-size: 0.9rem;
}

.file-transfer__back {
  margin-top: 2.5rem;
}

/* Contact form */
.contact-form {
  display: grid;
  gap: 1.5rem;
  max-width: 680px;
}

.contact-form__field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.contact-form label,
.contact-form legend {
  line-height: 1.45;
}

.contact-form label span,
.contact-form__hint,
.contact-form__privacy {
  color: #6f6f6f;
  font-size: 0.9rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="date"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0;
  border: 0;
  border-bottom: 1px solid #bdb8af;
  border-radius: 0;
  color: #1f1f1f;
  background: transparent;
}

.contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-form__choice {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-form__choice legend {
  margin-bottom: 0.5rem;
}

.contact-form__choice label {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  min-height: 2.75rem;
}

.contact-form__choice input {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.contact-form__callback {
  display: grid;
  gap: 1.25rem;
  padding-top: 0.5rem;
}

.contact-form__callback[hidden] {
  display: none;
}

.contact-form__hint,
.contact-form__privacy,
.contact-form__feedback,
.contact-form__callback p,
.contact-direct p {
  margin: 0;
}

.contact-form__error {
  min-height: 1.4rem;
  color: #8b2d24;
  font-size: 0.9rem;
}

.contact-form__submit {
  justify-self: start;
  padding: 0.4rem 0;
  cursor: pointer;
  color: #1f1f1f;
  border-bottom: 1px solid currentColor;
}

.contact-form__submit:disabled {
  cursor: wait;
  opacity: 0.5;
}

.contact-form__feedback {
  white-space: pre-line;
}

.denkzettel-form__feedback:empty,
.contact-form__feedback:empty {
  display: none;
}

.denkzettel-form__feedback[data-state],
.contact-form__feedback[data-state] {
  position: relative;
  padding: 1rem 1.1rem 1rem 3rem;
  border: 1px solid;
  border-radius: 0.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.denkzettel-form__feedback[data-state]::before,
.contact-form__feedback[data-state]::before {
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.85rem;
  line-height: 1.15rem;
  text-align: center;
}

.denkzettel-form__feedback[data-state="success"],
.contact-form__feedback[data-state="success"] {
  border-color: #66806d;
  color: #294a34;
  background: #edf4ee;
}

.denkzettel-form__feedback[data-state="success"]::before,
.contact-form__feedback[data-state="success"]::before {
  content: "✓";
}

.denkzettel-form__feedback[data-state="error"],
.contact-form__feedback[data-state="error"] {
  border-color: #a85b51;
  color: #70271f;
  background: #f8ece9;
}

.denkzettel-form__feedback[data-state="error"]::before,
.contact-form__feedback[data-state="error"]::before {
  content: "!";
}

.contact-form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.contact-form select:focus-visible,
.contact-form__submit:focus-visible,
.contact-form__feedback:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 3px;
}

.contact-form [aria-invalid="true"] {
  border-bottom-color: #8b2d24;
}

.contact-direct {
  margin-top: 3rem;
}

/* Image cropper */
.crop-page__header h1 {
  max-width: 900px;
}

.crop-page__intro {
  max-width: 68ch;
  margin-top: 2.5rem;
  color: #3f3f3f;
}

.crop-page__intro p {
  margin: 0 0 1rem;
}

.crop-tool {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.6fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  padding-top: 3rem;
}

.crop-page article,
.crop-tool > *,
.crop-preset {
  min-width: 0;
  max-width: 100%;
}

.crop-page__intro,
.crop-tool__settings,
.crop-tool__editor {
  overflow-wrap: anywhere;
}

.crop-tool h2 {
  margin: 0 0 1.5rem;
  font-size: var(--section-title-size);
  line-height: 1.15;
}

.crop-presets {
  display: grid;
  gap: 0.6rem;
}

.crop-preset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #bdb8af;
  color: #1f1f1f;
  text-align: left;
  cursor: pointer;
}

.crop-preset[aria-pressed="true"] {
  border-bottom-color: #1f1f1f;
  font-weight: 600;
}

.crop-preset__status {
  color: #6f6f6f;
  font-size: 0.78rem;
  font-weight: 400;
  white-space: nowrap;
}

.crop-dimensions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.crop-dimensions__field {
  min-width: 0;
}

.crop-dimensions__field label {
  display: block;
  margin-bottom: 0.35rem;
}

.crop-dimensions__input {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.crop-dimensions input {
  width: 100%;
  min-width: 0;
  padding: 0.55rem 0;
  border: 0;
  border-bottom: 1px solid #bdb8af;
  border-radius: 0;
  color: #1f1f1f;
  background: transparent;
}

.crop-tool__message,
.crop-tool__privacy {
  margin: 1rem 0 0;
  color: #6f6f6f;
  font-size: 0.9rem;
}

.crop-tool__message:empty {
  display: none;
}

.crop-tool__message--error,
.crop-tool__message--warning {
  color: #7a342d;
}

.crop-tool__editor > p {
  max-width: 62ch;
  color: #3f3f3f;
}

.crop-tool .slim {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 420px;
  margin-top: 1.5rem;
  color: #1f1f1f;
  background: #f3f0ea;
}

.crop-tool .slim-btn {
  font-family: inherit;
}

.crop-tool--invalid .slim {
  pointer-events: none;
  opacity: 0.55;
}

.crop-preset:focus-visible,
.crop-dimensions input:focus-visible,
.crop-tool .slim input:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .crop-tool {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .crop-dimensions {
    grid-template-columns: 1fr;
  }

  .crop-tool .slim {
    min-height: 320px;
  }
}

@media (max-width: 660px) {
  .denkzettel-promo {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem 0;
  }

  .denkzettel-dialog {
    padding: 1.25rem;
  }

  .denkzettel-dialog__header {
    gap: 1rem;
  }
}
