:root {
  --primary: #274c77;
  --accent: #c85a36;
  --bg: #f8f5ee;
  --paper: #fffdf8;
  --ink: #171512;
  --muted: #625d55;
  --soft: #e9dfd0;
  --line: #d4c5b4;
  --cool: #dfe9e5;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.66;
  letter-spacing: 0;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover { text-decoration: underline; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 245, 238, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1160px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 860;
  line-height: 1.2;
}

.brand img {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.brand span {
  overflow-wrap: anywhere;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nav a {
  color: #4a4540;
  font-size: 15px;
  font-weight: 760;
}

.nav a[aria-current="page"] {
  color: var(--accent);
}

.studio-header-inner {
  min-height: 90px;
  align-items: flex-end;
  padding-bottom: 14px;
}

.studio-brand {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.studio-brand img {
  width: 38px;
  height: 38px;
}

.studio-nav-row {
  margin-left: auto;
  padding-bottom: 8px;
}

.studio-nav {
  gap: 20px;
}

.studio-action {
  margin-bottom: 7px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  color: var(--accent);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
}

main {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.studio-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .52fr);
  gap: 44px;
  align-items: end;
  padding: 78px 0 54px;
}

.hero-copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: 76px;
  line-height: .96;
}

.lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 860;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
  transition: transform .16s ease, background .16s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--accent);
  text-decoration: none;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button.secondary:hover {
  background: var(--soft);
}

.hero-media {
  align-self: stretch;
  min-height: 430px;
  border: 1px solid var(--line);
  background: var(--cool);
  overflow: hidden;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(.98);
}

.prompt-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 30px;
  background: var(--line);
  border: 1px solid var(--line);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.prompt-stack a {
  min-height: 112px;
  padding: 22px;
  display: flex;
  align-items: end;
  background: var(--paper);
  color: var(--ink);
  font-weight: 850;
  line-height: 1.35;
}

.prompt-stack a:hover {
  background: var(--cool);
  text-decoration: none;
}

.band,
.page-title,
.split,
.contact-panel,
.article-detail,
.service-list,
.cta-section,
.quote-band {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.page-title {
  max-width: 920px;
}

.page-title h1,
.article-detail h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.02;
}

.page-title p,
.section-heading p,
.split p,
.service-card p,
.service-row p,
.article-row p,
.contact-panel p,
.footer p {
  color: var(--muted);
}

.section-heading {
  display: grid;
  grid-template-columns: .34fr minmax(0, .66fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading h2,
.split h2,
.cta-section h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.service-card h3 {
  margin: 36px 0 12px;
  font-size: 25px;
  line-height: 1.18;
}

.service-card p:last-child {
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: .34fr minmax(0, .66fr);
  gap: 46px;
}

.split > p,
.method-split > p {
  margin: 0;
  font-size: 21px;
  line-height: 1.55;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  background: var(--cool);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(20px, calc((100vw - 1160px) / 2));
  padding-right: max(20px, calc((100vw - 1160px) / 2));
}

.quote-band p {
  max-width: 780px;
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
}

.quote-band span {
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
}

.service-list {
  display: grid;
  gap: 0;
}

.service-row {
  display: grid;
  grid-template-columns: .18fr minmax(0, .36fr) minmax(0, .46fr);
  gap: 28px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.service-row h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.16;
}

.service-row p {
  margin: 0;
  font-size: 18px;
}

.article-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.article-list.full {
  padding: 0 0 72px;
}

.article-row {
  display: grid;
  grid-template-columns: minmax(190px, .32fr) minmax(0, .68fr);
  gap: 34px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.article-thumb img,
.article-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--soft);
  filter: saturate(.88);
}

.article-row-copy {
  display: grid;
  gap: 10px;
  align-content: center;
}

.article-row h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.18;
}

.article-row a {
  color: var(--ink);
  font-weight: 850;
}

.article-row p {
  margin: 0;
}

.article-date {
  margin: 0;
  color: var(--accent);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 850;
}

.article-row .article-date,
.article-detail .article-date {
  color: var(--accent);
}

.article-detail .article-date {
  margin-top: 14px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--primary);
  font-weight: 800;
}

.article-detail {
  max-width: 880px;
}

.article-detail .lead {
  color: var(--muted);
}

.article-cover {
  margin: 26px 0 8px;
}

.article-detail section {
  margin-top: 38px;
}

.article-detail h2 {
  margin: 0 0 12px;
  font-size: 32px;
}

.article-keypoints,
.related-articles {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.article-keypoints ul {
  margin: 0;
  padding-left: 20px;
}

.article-keypoints li {
  margin: 10px 0;
  color: #35302b;
}

.related-articles div {
  display: grid;
  gap: 10px;
}

.related-articles a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 850;
}

.article-detail p {
  color: #35302b;
}

.back-link {
  display: inline-block;
  margin-bottom: 18px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
}

.article-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.article-nav a {
  max-width: 48%;
  color: var(--primary);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
}

.sitemap-links {
  display: grid;
  gap: 10px;
}

.sitemap-links p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.sitemap-links span {
  color: var(--muted);
  font-size: 14px;
}

.contact-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-panel > div {
  padding-top: 22px;
  border-top: 2px solid var(--ink);
}

.contact-panel h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.cta-copy {
  max-width: 760px;
}

.cta-copy h2 {
  margin-bottom: 10px;
}

.cta-copy p:last-child {
  color: var(--muted);
}

.footer {
  background: var(--ink);
  color: #fff;
}

.footer-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .7);
}

.footer .copyright {
  margin-top: 12px;
  color: rgba(255, 255, 255, .54);
  font-size: 13px;
}

.footer-kicker {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .52);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.footer a {
  color: rgba(255, 255, 255, .88);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}

@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
  .button:hover { transform: none; }
}

@media (max-width: 940px) {
  .header-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .studio-nav-row {
    width: 100%;
    margin-left: 0;
  }

  .studio-hero,
  .prompt-stack,
  .section-heading,
  .split,
  .service-grid,
  .service-row,
  .quote-band,
  .contact-panel,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .studio-hero {
    padding: 62px 0 44px;
  }

  .hero-copy h1 {
    font-size: 52px;
  }

  .hero-media {
    min-height: 300px;
  }

  .page-title h1,
  .article-detail h1 {
    font-size: 40px;
  }

  .quote-band p {
    font-size: 34px;
  }
}

/* Page-level de-kinship: zine fieldnote article model. */
.studio-zine-fieldnote {
  width: min(1160px, calc(100% - 40px));
  margin: 48px auto 88px;
}

.studio-fieldnote-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.studio-fieldnote-head h1 {
  margin: 8px 0 0;
  font-size: clamp(44px, 8vw, 98px);
  line-height: .9;
}

.studio-fieldnote-head p,
.studio-fieldnote-head div,
.studio-fieldnote-head time {
  color: var(--muted);
}

.studio-fieldnote-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 44px;
  margin-top: 36px;
}

.studio-fieldnote-layout aside {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 18px;
}

.studio-fieldnote-layout aside img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--line);
}

.studio-fieldnote-layout aside section,
.studio-fieldnote-layout main section,
.studio-fieldnote-footer {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.studio-fieldnote-layout main {
  display: grid;
  gap: 22px;
}

.studio-fieldnote-layout main span {
  color: var(--accent);
}

.studio-fieldnote-layout p {
  color: var(--muted);
}

.studio-fieldnote-footer,
.studio-fieldnote-footer section,
.studio-fieldnote-footer nav {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

@media (max-width: 820px) {
  .studio-fieldnote-head,
  .studio-fieldnote-layout {
    grid-template-columns: 1fr;
  }

  .studio-fieldnote-layout aside {
    position: static;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  main,
  .header-inner,
  .footer-inner {
    width: min(100% - 32px, 720px);
  }

  .nav {
    gap: 12px;
  }

  .hero-copy h1 {
    font-size: 39px;
  }

  .lead,
  .split > p,
  .method-split > p {
    font-size: 18px;
  }

  .section-heading h2,
  .split h2,
  .cta-section h2 {
    font-size: 32px;
  }

  .band,
  .page-title,
  .split,
  .contact-panel,
  .article-detail,
  .service-list,
  .cta-section,
  .quote-band {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .actions,
  .article-nav {
    flex-direction: column;
  }

  .actions {
    align-items: stretch;
  }

  .article-row {
    grid-template-columns: 1fr;
  }

  .article-nav a {
    max-width: none;
  }
}

.studio-about-manifesto,
.studio-method-strip,
.studio-service-themes,
.studio-work-notes,
.studio-contact-brief,
.studio-contact-cards {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.studio-about-manifesto {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, .3fr);
  gap: 42px;
  align-items: end;
}

.studio-about-manifesto h1 {
  margin: 0;
  font-size: 66px;
  line-height: .98;
}

.studio-about-manifesto > p,
.studio-contact-brief aside p {
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.studio-method-strip,
.studio-service-themes,
.studio-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.studio-service-themes {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.studio-method-strip article,
.studio-service-themes li,
.studio-contact-cards article {
  min-height: 190px;
  background: var(--paper);
  padding: 24px;
}

.studio-method-strip span,
.studio-contact-cards span {
  color: var(--accent);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 850;
}

.studio-method-strip strong {
  display: block;
  margin-top: 54px;
  font-size: 26px;
  line-height: 1.15;
}

.studio-service-themes h2,
.studio-work-notes h2 {
  margin: 28px 0 12px;
  font-size: 30px;
  line-height: 1.12;
}

.studio-service-themes a,
.studio-work-notes h2 a {
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 850;
}

.studio-work-notes {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.studio-work-notes article {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, .58fr);
  gap: 34px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.studio-work-notes img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
}

.studio-article-zine {
  max-width: none;
}

.studio-article-zine header {
  max-width: 960px;
}

.studio-zine-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) 1.28fr;
  gap: 28px;
  align-items: start;
}

.studio-zine-layout aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.studio-zine-layout aside .article-cover {
  margin: 0;
}

.studio-zine-cover .article-cover {
  aspect-ratio: 16 / 7;
}

.studio-zine-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.studio-zine-body section {
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.studio-zine-footer {
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
  gap: 34px;
}

.studio-contact-brief {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(0, .32fr);
  gap: 44px;
  align-items: end;
}

.studio-contact-brief h1 {
  margin: 0;
  font-size: 62px;
  line-height: 1;
}

.studio-contact-cards h2 {
  margin: 44px 0 10px;
  font-size: 25px;
}

@media (max-width: 940px) {
  .studio-about-manifesto,
  .studio-method-strip,
  .studio-service-themes,
  .studio-work-notes article,
  .studio-zine-layout,
  .studio-zine-body,
  .studio-zine-footer,
  .studio-contact-brief,
  .studio-contact-cards {
    grid-template-columns: 1fr;
  }

  .studio-about-manifesto h1,
  .studio-contact-brief h1 {
    font-size: 44px;
  }

  .studio-zine-layout aside {
    position: static;
  }
}

.studio-zine-notes {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  gap: 24px;
}

.studio-zine-notes article {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.studio-zine-notes article.is-featured {
  grid-row: span 4;
  padding: 0;
  border-top: 0;
}

.studio-zine-notes article.is-featured img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin-bottom: 22px;
}

.studio-zine-notes span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .08em;
}

@media (max-width: 820px) {
  .studio-zine-notes {
    grid-template-columns: 1fr;
  }
}

.studio-sitemap-zine {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, .29fr) minmax(0, .29fr);
  gap: 18px;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.studio-sitemap-zine article {
  min-width: 0;
  padding-top: 22px;
  border-top: 2px solid var(--ink);
}

.studio-sitemap-feature {
  grid-row: span 2;
}

.studio-sitemap-zine h2 {
  margin: 0 0 14px;
  font-size: 28px;
}

.sitemap-links p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: baseline;
}

.sitemap-links span {
  white-space: nowrap;
}

.studio-footer-note {
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(160px, .22fr) minmax(160px, .22fr);
  align-items: start;
}

.studio-footer-note .copyright {
  grid-column: 1 / -1;
}

.studio-home-copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: 76px;
  line-height: .96;
}

.studio-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 860;
}

.studio-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.studio-button,
.studio-button-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-weight: 850;
  transition: transform .16s ease, background .16s ease;
}

.studio-button {
  background: var(--ink);
  color: #fff;
}

.studio-button-alt {
  background: transparent;
  color: var(--ink);
}

.studio-button:hover,
.studio-button-alt:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.studio-button:hover {
  background: var(--accent);
}

.studio-button-alt:hover {
  background: var(--soft);
}

.studio-services-home,
.studio-method-home,
.studio-article-home {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.studio-home-heading,
.studio-method-home {
  display: grid;
  grid-template-columns: .34fr minmax(0, .66fr);
  gap: 40px;
}

.studio-home-heading {
  align-items: end;
  margin-bottom: 30px;
}

.studio-home-heading p,
.studio-method-home p {
  color: var(--muted);
}

.studio-home-heading h2,
.studio-method-home h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
}

.studio-home-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.studio-method-home > p {
  margin: 0;
  font-size: 21px;
  line-height: 1.55;
}

.studio-home-articles {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

@media (max-width: 940px) {
  .studio-sitemap-zine,
  .studio-footer-note,
  .studio-home-heading,
  .studio-method-home,
  .studio-home-services {
    grid-template-columns: 1fr;
  }

  .studio-sitemap-feature {
    grid-row: auto;
  }

  .studio-home-copy h1 {
    font-size: 52px;
  }
}

@media (max-width: 620px) {
  .sitemap-links p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .studio-header-inner {
    align-items: stretch;
    gap: 18px;
    padding: 18px 0 16px;
  }

  .studio-brand {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
  }

  .studio-nav-row {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .studio-nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .studio-nav a {
    flex: 0 0 auto;
    min-height: 44px;
    margin-right: 14px;
    padding: 10px 14px 10px 0;
    border-right: 1px solid var(--line);
    display: flex;
    align-items: center;
    scroll-snap-align: start;
  }

  .studio-action {
    align-self: flex-start;
    margin-bottom: 0;
  }

  .studio-home-copy h1 {
    font-size: 39px;
  }

  .studio-lead,
  .studio-method-home > p {
    font-size: 18px;
  }

  .studio-home-heading h2,
  .studio-method-home h2 {
    font-size: 32px;
  }

  .studio-services-home,
  .studio-method-home,
  .studio-article-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .studio-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
