:root {
  --ink: #050505;
  --paper: #f5f5f2;
  --white: #ffffff;
  --soft: #e8e8e2;
  --muted: #6c6c66;
  --line: rgba(5, 5, 5, 0.16);
  --reverse-line: rgba(255, 255, 255, 0.2);
  --signal: #b62518;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 12px;
  border: 1px solid var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.holding-page {
  background: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.holding-page .site-header {
  display: none;
}

.holding-page .brand {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.holding-page .brand-mark,
.holding-page .site-nav,
.holding-page .site-footer {
  display: none;
}

.holding-shell {
  min-height: 100svh;
  background: var(--white);
}

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

.home-artboard {
  background: var(--white);
  overflow: hidden;
}

.home-artboard-image {
  width: 100vw;
  height: auto;
  max-height: 100svh;
  margin: 0 auto;
  object-fit: contain;
}

.attention-definition {
  background: var(--white);
  color: var(--ink);
  border-top: 2px solid var(--ink);
  padding: clamp(52px, 9vw, 132px) max(20px, calc((100vw - 980px) / 2));
}

.attention-inner {
  width: 100%;
  max-width: min(920px, calc(100vw - 40px));
  min-width: 0;
}

.holding-kicker,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: var(--ink);
  color: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.holding-kicker {
  margin: 0 0 clamp(28px, 5vw, 60px);
  padding: 0.22em 0.42em 0.26em;
  font-size: clamp(1.15rem, 2.4vw, 2rem);
}

.attention-definition h2,
.definition-list dt {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
}

.attention-definition h2 {
  max-width: 900px;
  margin-bottom: clamp(26px, 5vw, 54px);
  font-size: clamp(3.8rem, 11vw, 8.8rem);
}

.attention-definition p,
.definition-list dd {
  max-width: 780px;
  margin: 0 0 1.15em;
  font-size: clamp(1.18rem, 2.4vw, 2rem);
  line-height: 1.15;
  overflow-wrap: break-word;
}

.attention-definition strong {
  font-weight: 800;
}

.definition-note {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}

.definition-list {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  margin: clamp(34px, 6vw, 70px) 0 0;
  padding: 0;
}

.definition-list div {
  padding-top: clamp(18px, 3vw, 28px);
  border-top: 2px solid var(--ink);
}

.definition-list dt {
  margin-bottom: 0.35em;
  font-size: clamp(2rem, 5vw, 4.6rem);
}

.definition-list dd {
  margin-bottom: 0;
}

.holding-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(38px, 7vw, 82px);
}

.primary-action,
.secondary-action {
  min-height: 44px;
  padding: 12px 14px 13px;
  border: 2px solid var(--ink);
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
}

.secondary-action {
  background: var(--white);
  color: var(--ink);
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-1px);
}

.holding-poster {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--white);
  border: 10px solid var(--white);
}

.holding-photo {
  position: absolute;
  inset: 48px 16px 16px;
  width: calc(100% - 32px);
  height: calc(100% - 64px);
  max-width: none;
  object-fit: cover;
  object-position: 52% 46%;
  filter: grayscale(1) contrast(1.2);
}

.holding-title-row {
  position: absolute;
  z-index: 2;
  top: clamp(64px, 11svh, 118px);
  left: clamp(20px, 5vw, 76px);
  right: clamp(20px, 5vw, 76px);
  min-height: 210px;
}

.label-block {
  display: inline-block;
  margin: 0;
  padding: 0.05em 0.16em 0.09em;
  background: var(--ink);
  color: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
}

.label-name {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(3.2rem, 9vw, 8.8rem);
}

.label-role {
  position: absolute;
  top: clamp(70px, 8.2vw, 116px);
  right: 0;
  margin-top: 0;
  font-size: clamp(1.6rem, 4vw, 4.6rem);
  text-align: right;
}

.holding-status {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 5vw, 76px);
  bottom: clamp(28px, 8svh, 82px);
  display: grid;
  justify-items: end;
  gap: 14px;
  color: var(--ink);
  text-align: right;
}

.holding-status p {
  display: inline-block;
  margin: 0;
  padding: 0.22em 0.42em 0.26em;
  background: var(--ink);
  color: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.1rem, 2.6vw, 2.1rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
}

.holding-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.holding-links a {
  padding: 8px 10px;
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-aspect-ratio: 16/9) {
  .home-artboard-image {
    width: auto;
    height: 100svh;
  }
}

@media (max-width: 680px) {
  .attention-definition {
    padding-block: 44px 64px;
  }

  .attention-definition h2 {
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .attention-definition p,
  .definition-list dd {
    font-size: clamp(1.05rem, 5vw, 1.25rem);
    line-height: 1.22;
  }

  .definition-list dt {
    font-size: clamp(1.8rem, 10vw, 3rem);
  }

  .holding-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .home-artboard-image {
    width: min(390px, 100vw);
  }

  .attention-inner {
    max-width: min(350px, calc(100vw - 40px));
  }
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 24px;
  color: var(--white);
  mix-blend-mode: difference;
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  font-size: 0.95rem;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.72rem;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 650;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  border-bottom-color: currentColor;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  filter: grayscale(1) contrast(1.22) brightness(0.62);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.portrait-hero {
  min-height: 92svh;
  align-items: center;
}

.portrait-media {
  object-position: 50% 50%;
  filter: contrast(1.08) brightness(0.78);
}

.portrait-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.26) 42%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.hero-inner {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0 58px;
}

.portrait-hero-inner {
  display: block;
  margin-left: auto;
  padding: 132px 0 74px;
  text-align: right;
}

.portrait-hero-inner .hero-line,
.portrait-hero-inner .hero-copy {
  width: 100%;
  max-width: min(620px, 100%);
  margin-left: auto;
}

.portrait-hero-inner .action-row {
  width: 100%;
  justify-content: flex-end;
  margin-left: auto;
}

.eyebrow,
.section-kicker,
.feature-card p,
.project-card-copy p,
.story-chapter p {
  margin: 0;
  color: currentColor;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  color: var(--muted);
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 920px;
  margin-top: 16px;
  font-size: 5rem;
}

.hero-line {
  max-width: 820px;
  margin: 22px 0 0;
  font-size: 1.72rem;
  line-height: 1.16;
}

.hero-copy {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 800;
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-ghost {
  color: var(--white);
}

.dark-ghost {
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.section-grid,
.kanon-feature,
.video-slot,
.roark-statement,
.contact-band,
.project-feature {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.intro-band {
  border-bottom: 1px solid var(--line);
}

.large-copy p {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  line-height: 1.12;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading h2,
.kanon-copy h2,
.contact-band h2,
.roark-statement h2,
.video-slot h2,
.services h2 {
  margin-top: 10px;
  font-size: 3.25rem;
}

.section-heading p,
.kanon-copy p,
.contact-band p,
.roark-statement p,
.video-slot p,
.services p,
.project-feature-copy p {
  font-size: 1.04rem;
}

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

.doorway-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.proof-card,
.project-card,
.service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.feature-card {
  min-height: 246px;
  padding: 24px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
}

.feature-card p,
.project-card-copy p,
.story-chapter p {
  color: var(--muted);
}

.feature-card h3 {
  margin-top: 30px;
  font-size: 1.9rem;
  line-height: 1.05;
}

.feature-card span,
.project-card-copy span,
.story-chapter span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

.kanon-feature {
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.kanon-copy p {
  max-width: 560px;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

.media-frame {
  margin: 0;
}

.media-frame img,
.feature-video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  border-radius: 8px;
}

.media-frame figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.84rem;
}

.proof-card {
  overflow: hidden;
}

.proof-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.12);
}

.proof-card div {
  padding: 22px;
}

.proof-card h3,
.project-card h3,
.service-card h3 {
  font-size: 1.45rem;
  line-height: 1.1;
}

.proof-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.contact-band {
  width: 100%;
  max-width: none;
  padding: 78px max(20px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--white);
}

.contact-band .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.contact-band p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.page-hero {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 156px 0 72px;
}

.page-hero h1 {
  color: var(--ink);
}

.page-hero p:last-child {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.22rem;
}

.project-feature {
  width: 100%;
  max-width: none;
  padding: 72px max(20px, calc((100vw - var(--max)) / 2));
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.project-feature-copy h2 {
  margin-top: 10px;
  font-size: 4rem;
}

.project-feature-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
}

.project-feature-copy .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.feature-video {
  min-height: 420px;
  filter: grayscale(1) contrast(1.24) brightness(0.78);
}

.project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signal-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: 36px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-proof-copy h2 {
  margin-top: 10px;
  font-size: 3.25rem;
}

.signal-proof-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.signal-proof-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.signal-proof-panel dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.signal-proof-panel div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.signal-proof-panel dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-proof-panel dd {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.26rem;
  line-height: 1.15;
}

.signal-proof-panel p {
  margin: 20px 0 0;
  color: var(--muted);
}

.project-card {
  overflow: hidden;
  background: var(--white);
  transition: transform 160ms ease, border-color 160ms ease;
}

.project-card:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
}

.project-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.project-card-copy {
  padding: 22px;
}

.project-card-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.project-card-copy li {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.story-hero {
  padding-bottom: 52px;
}

.story-timeline {
  display: grid;
  gap: 0;
  padding-top: 24px;
}

.story-chapter {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 0.72fr);
  gap: 34px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.story-chapter h2 {
  font-size: 2.6rem;
}

.story-chapter span {
  grid-column: 2;
  max-width: 720px;
  margin-top: -18px;
  font-size: 1.08rem;
}

.roark-statement {
  width: 100%;
  max-width: none;
  padding: 82px max(20px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--white);
}

.roark-statement .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.roark-statement p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.video-slot {
  align-items: center;
}

.tall-frame img {
  aspect-ratio: 4 / 5;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  padding: 24px;
}

.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.services .button {
  margin-top: 24px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 24px;
  align-items: end;
  padding: 42px max(20px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 480px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-brand {
  font-weight: 850;
}

.footer-links {
  display: flex;
  gap: 16px;
  font-weight: 750;
}

.fine-print {
  text-align: right;
}

@media (max-width: 900px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand span:last-child {
    display: none;
  }

  h1 {
    font-size: 3.7rem;
  }

  .hero-line {
    font-size: 1.4rem;
  }

  .section-grid,
  .kanon-feature,
  .video-slot,
  .roark-statement,
  .contact-band,
  .project-feature,
  .story-chapter {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .portrait-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.82) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.54) 100%);
  }

  .portrait-hero-inner {
    align-self: end;
    text-align: left;
  }

  .portrait-hero-inner .hero-line,
  .portrait-hero-inner .hero-copy,
  .portrait-hero-inner .action-row {
    margin-left: 0;
  }

  .portrait-hero-inner .action-row {
    justify-content: flex-start;
  }

  .large-copy p,
  .section-heading h2,
  .kanon-copy h2,
  .contact-band h2,
  .roark-statement h2,
  .video-slot h2,
  .services h2 {
    font-size: 2.25rem;
  }

  .feature-grid,
  .proof-grid,
  .signal-proof,
  .project-grid,
  .service-grid,
  .doorway-grid {
    grid-template-columns: 1fr;
  }

  .story-chapter span {
    grid-column: auto;
    margin-top: 0;
  }

  .feature-video {
    min-height: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .fine-print {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .holding-page .site-header {
    padding: 14px;
  }

  .holding-poster {
    min-height: 100svh;
    border-width: 6px;
  }

  .holding-photo {
    inset: 46px 8px 8px;
    width: calc(100% - 16px);
    height: calc(100% - 54px);
    object-position: 55% 50%;
  }

  .holding-title-row {
    top: 72px;
    left: 14px;
    right: 14px;
    display: grid;
    justify-items: start;
    gap: 10px;
    min-height: 0;
  }

  .label-block {
    white-space: nowrap;
  }

  .label-name {
    position: static;
    max-width: calc(100vw - 28px);
    font-size: clamp(2.55rem, 12vw, 3.15rem);
  }

  .label-role {
    position: static;
    justify-self: start;
    max-width: calc(100vw - 28px);
    margin-top: 0;
    font-size: clamp(1.2rem, 5.8vw, 1.8rem);
  }

  .holding-status {
    left: 14px;
    right: 14px;
    bottom: 24px;
    justify-items: start;
    text-align: left;
  }

  .holding-links {
    justify-content: flex-start;
  }

  .site-nav {
    gap: 12px;
  }

  .site-nav a {
    font-size: 0.86rem;
  }

  .hero-inner {
    width: min(100% - 28px, var(--max));
    padding-bottom: 42px;
  }

  .portrait-hero-inner {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .portrait-hero-inner .hero-line,
  .portrait-hero-inner .hero-copy,
  .portrait-hero-inner .action-row {
    max-width: calc(100vw - 28px);
    white-space: normal;
  }

  .portrait-hero-inner .hero-line {
    font-size: 1.22rem;
  }

  h1 {
    font-size: 3.05rem;
  }

  .page-hero h1 {
    font-size: 3.25rem;
  }

  .project-feature-copy h2 {
    font-size: 3rem;
  }

  .section,
  .page-hero {
    width: min(100% - 28px, var(--max));
  }

  .button {
    width: 100%;
  }
}
