.sheffield-page {
  --sheffield-shadow: 0 32px 74px rgba(16, 25, 31, .18);
}

.sheffield-page :where(.sheffield-hero, .sheffield-intro, .sheffield-deliverables, .sheffield-projects, .sheffield-systems, .sheffield-process, .sheffield-scope, .sheffield-faq, .sheffield-guides, .sheffield-contact) > * {
  min-width: 0;
}

.sheffield-page .site-header .primary-nav {
  gap: clamp(17px, 2vw, 31px);
}

.sheffield-page .site-header .primary-nav a {
  white-space: nowrap;
}

.sheffield-hero {
  width: var(--shell);
  min-height: min(770px, calc(100dvh - 112px));
  margin: 8px auto 28px;
  padding: clamp(42px, 5.5vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: clamp(34px, 5vw, 82px);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(23, 36, 44, .09);
  border-radius: var(--radius-lg);
}

.sheffield-hero h1 {
  max-width: 670px;
  margin-bottom: 27px;
  font-size: clamp(46px, 4vw, 50px);
  line-height: .96;
}

.sheffield-hero h1 span {
  display: block;
}

.sheffield-hero .hero-intro {
  max-width: 550px;
  margin-bottom: 31px;
  font-size: clamp(18px, 1.45vw, 21px);
}

.sheffield-hero .button:active,
.sheffield-page .button:active,
.sheffield-page .contact-circle:active {
  transform: translateY(1px) scale(.985);
}

.sheffield-hero-work {
  position: relative;
  min-height: 470px;
  isolation: isolate;
}

.sheffield-hero-work::before {
  content: "";
  position: absolute;
  inset: 2% -13% 4% 8%;
  z-index: -2;
  background: var(--lime);
  border-radius: 47% 42% 46% 40%;
  transform: rotate(-6deg);
}

.sheffield-hero-work::after {
  content: "";
  position: absolute;
  inset: 12% 2% 8% -1%;
  z-index: -1;
  border: 1px solid rgba(23, 36, 44, .3);
  border-radius: 46%;
  transform: rotate(12deg);
}

.sheffield-screen {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 8px solid var(--white);
  border-radius: 18px;
  box-shadow: var(--sheffield-shadow);
}

.sheffield-screen-main {
  z-index: 2;
  width: 93%;
  top: 8%;
  left: 0;
  transform: rotate(-4deg);
}

.sheffield-screen-tool {
  z-index: 3;
  width: 61%;
  right: -8%;
  bottom: 4%;
  transform: rotate(7deg);
}

.sheffield-browser {
  min-height: 31px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59636a;
  background: #edf0ed;
  font-size: 9px;
  font-weight: 750;
}

.sheffield-screen img {
  width: 100%;
  height: auto;
}

.sheffield-intro {
  width: var(--shell);
  margin: clamp(90px, 10vw, 150px) auto;
  display: grid;
  grid-template-columns: minmax(310px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(44px, 7vw, 112px);
}

.sheffield-intro-copy {
  max-width: 560px;
}

.sheffield-intro h2,
.sheffield-deliverables h2,
.sheffield-projects h2,
.sheffield-systems h2,
.sheffield-process h2,
.sheffield-scope h2,
.sheffield-faq h2,
.sheffield-guides h2,
.sheffield-contact h2 {
  margin-bottom: 23px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
}

.sheffield-intro-copy > p {
  color: #59636a;
  font-size: 18px;
}

.sheffield-intro-copy .text-link {
  margin-top: 9px;
}

.sheffield-city-art {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 10px solid var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--sheffield-shadow);
  transform: rotate(1.5deg);
}

.sheffield-city-art img {
  width: 100%;
  height: auto;
}

.sheffield-deliverables {
  width: var(--shell);
  margin: 0 auto clamp(100px, 11vw, 160px);
}

.sheffield-section-heading {
  max-width: 880px;
  margin-bottom: 48px;
}

.sheffield-section-heading > p {
  max-width: 650px;
  color: #59636a;
  font-size: 19px;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(220px, auto);
  gap: 15px;
}

.deliverables-grid article {
  grid-column: span 5;
  padding: clamp(26px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.deliverables-grid .deliverable-feature {
  grid-column: span 7;
  grid-row: span 2;
  justify-content: space-between;
  color: var(--ink);
  background: var(--coral);
}

.deliverables-grid .deliverable-seo {
  grid-column: span 12;
  min-height: 250px;
  max-width: none;
  color: var(--ink);
  background: var(--lime);
}

.deliverables-grid h3 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(28px, 3.3vw, 50px);
  line-height: 1;
}

.deliverables-grid article:not(.deliverable-feature, .deliverable-seo) h3 {
  font-size: clamp(27px, 2.5vw, 38px);
}

.deliverables-grid p {
  max-width: 620px;
  margin: 0;
  color: rgba(23, 36, 44, .74);
}

.sheffield-projects {
  width: 100%;
  min-height: 950px;
  padding: clamp(76px, 9vw, 130px) max(28px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-lg);
}

.projects-copy {
  max-width: 520px;
}

.projects-copy .eyebrow {
  color: var(--lime);
}

.projects-copy > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: #c5cdd1;
  font-size: 18px;
}

.sheffield-projects .button {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.projects-gallery {
  position: relative;
  min-height: 720px;
}

.projects-gallery::before {
  content: "";
  position: absolute;
  inset: 1% -18% 2% 10%;
  background: #abaeaa;
  border-radius: 46% 0 0 44%;
  transform: rotate(-4deg);
}

.project-frame {
  position: absolute;
  display: block;
  padding: 11px;
  color: var(--ink);
  background: var(--white);
  border-radius: 15px;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .3);
  text-decoration: none;
  transition: transform .24s ease;
}

.project-frame-large {
  width: 76%;
  top: 2%;
  left: 0;
  transform: rotate(-7deg);
}

.project-frame-small {
  width: 67%;
  right: -5%;
  bottom: 3%;
  transform: rotate(6deg);
}

.project-frame:hover {
  transform: translateY(-7px) rotate(0deg);
}

.project-frame img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(23, 36, 44, .12);
}

.project-frame > span {
  padding: 17px 8px 8px;
  display: grid;
  gap: 4px;
  color: #59636a;
  font-size: 13px;
}

.project-frame strong {
  color: var(--ink);
  font-size: clamp(20px, 2vw, 30px);
}

.sheffield-systems {
  width: var(--shell);
  margin: clamp(100px, 11vw, 160px) auto;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: center;
}

.systems-copy p {
  max-width: 570px;
  color: #59636a;
  font-size: 19px;
}

.systems-copy .text-link {
  margin-top: 8px;
}

.systems-visual {
  overflow: hidden;
  background: var(--white);
  border: 10px solid var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--sheffield-shadow);
  transform: rotate(-1.5deg);
}

.systems-visual img {
  width: 100%;
  height: auto;
}

.systems-capabilities {
  grid-column: 1 / -1;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.systems-capabilities article {
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.systems-capabilities h3 {
  margin-bottom: 8px;
  font-size: clamp(22px, 2vw, 30px);
}

.systems-capabilities p {
  margin: 0;
  color: #59636a;
  font-size: 15px;
}

.sheffield-process {
  width: var(--shell);
  margin: 0 auto clamp(100px, 11vw, 160px);
  padding: clamp(54px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 120px);
  color: var(--white);
  background: var(--green);
  border-radius: var(--radius-lg);
}

.process-heading {
  position: sticky;
  top: 32px;
  align-self: start;
}

.process-heading > p {
  max-width: 500px;
  margin: 0;
  color: var(--white);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  padding: 27px 0;
  border-top: 1px solid rgba(255, 255, 255, .42);
}

.process-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .42);
}

.process-list h3 {
  margin-bottom: 8px;
  font-size: clamp(26px, 2.7vw, 40px);
}

.process-list p {
  max-width: 620px;
  margin: 0;
  color: var(--white);
}

.sheffield-scope {
  width: var(--shell);
  margin: 0 auto clamp(100px, 11vw, 160px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.scope-main > p {
  max-width: 720px;
  color: #59636a;
  font-size: 18px;
}

.scope-main .button {
  margin-top: 12px;
}

.managed-plan {
  padding: clamp(30px, 4vw, 50px);
  color: var(--ink);
  background: var(--lime);
  border-radius: var(--radius-md);
  box-shadow: var(--sheffield-shadow);
  transform: rotate(1.5deg);
}

.managed-plan .eyebrow {
  color: var(--green);
}

.managed-plan h3 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
}

.managed-plan > p:not(.eyebrow) {
  color: rgba(23, 36, 44, .74);
}

.managed-plan dl {
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 36, 44, .25);
  border-bottom: 1px solid rgba(23, 36, 44, .25);
}

.managed-plan dl div {
  padding: 18px 0;
}

.managed-plan dl div + div {
  padding-left: 15px;
  border-left: 1px solid rgba(23, 36, 44, .25);
}

.managed-plan dt {
  color: rgba(23, 36, 44, .66);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.managed-plan dd {
  margin: 4px 0 0;
  font-family: ui-rounded, "Arial Rounded MT Bold", sans-serif;
  font-size: clamp(21px, 2.3vw, 34px);
  font-weight: 850;
  line-height: 1;
}

.sheffield-faq {
  width: var(--shell);
  margin: 0 auto clamp(100px, 11vw, 160px);
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 32px;
}

.faq-heading > p {
  max-width: 520px;
  color: #59636a;
}

.sheffield-faq .faq-list {
  border-top: 1px solid var(--line);
}

.sheffield-faq details {
  border-bottom: 1px solid var(--line);
}

.sheffield-faq summary {
  padding: 25px 50px 25px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-family: ui-rounded, "Arial Rounded MT Bold", sans-serif;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 800;
  line-height: 1.18;
}

.sheffield-faq summary::-webkit-details-marker {
  display: none;
}

.sheffield-faq summary::after {
  content: "+";
  position: absolute;
  top: 23px;
  right: 3px;
  font-family: inherit;
  font-size: 28px;
  font-weight: 500;
}

.sheffield-faq details[open] summary::after {
  content: "−";
}

.sheffield-faq details p {
  max-width: 700px;
  padding: 0 45px 25px 0;
  margin: 0;
  color: #59636a;
}

.sheffield-guides {
  width: var(--shell);
  margin: 0 auto clamp(100px, 11vw, 150px);
  padding: clamp(42px, 6vw, 78px);
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(45px, 7vw, 105px);
  background: var(--white);
  border: 1px solid rgba(23, 36, 44, .09);
  border-radius: var(--radius-lg);
}

.sheffield-guides > div > p {
  color: #59636a;
}

.sheffield-guides nav {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--line);
}

.sheffield-guides nav a {
  padding: 22px 45px 22px 0;
  position: relative;
  display: grid;
  gap: 5px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.sheffield-guides nav a::after {
  content: "↗";
  position: absolute;
  top: 21px;
  right: 3px;
  font-size: 20px;
  transition: transform .2s ease;
}

.sheffield-guides nav a:hover::after {
  transform: translate(3px, -3px);
}

.sheffield-guides nav strong {
  font-size: clamp(20px, 2vw, 28px);
}

.sheffield-guides nav span {
  color: #59636a;
  font-size: 14px;
}

.sheffield-contact {
  width: var(--shell);
  margin: 0 auto 28px;
  padding: clamp(52px, 7vw, 94px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-lg);
}

.sheffield-contact h2 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: .96;
}

.sheffield-contact p {
  max-width: 690px;
  margin: 0;
  color: #c5cdd1;
  font-size: 18px;
}

.contact-circle {
  width: clamp(170px, 18vw, 225px);
  aspect-ratio: 1;
  padding: 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 21px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform .22s ease;
}

.contact-circle:hover {
  transform: rotate(5deg) scale(1.02);
}

.contact-circle b {
  align-self: end;
  font-size: 38px;
  font-weight: 400;
}

@media (max-width: 1120px) {
  .sheffield-page .site-header .primary-nav {
    gap: 16px;
  }

  .sheffield-page .site-header .primary-nav a {
    font-size: 12px;
  }

  .sheffield-hero {
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    padding-inline: 48px;
  }

  .sheffield-hero h1 {
    font-size: clamp(46px, 4.5vw, 50px);
  }
}

@media (max-width: 980px) {
  .sheffield-hero,
  .sheffield-intro,
  .sheffield-projects,
  .sheffield-systems,
  .sheffield-process,
  .sheffield-scope,
  .sheffield-faq,
  .sheffield-guides,
  .sheffield-contact {
    grid-template-columns: minmax(0, 1fr);
  }

  .sheffield-hero {
    min-height: 0;
    padding: 56px;
  }

  .sheffield-hero h1 {
    max-width: 760px;
    font-size: clamp(52px, 8vw, 76px);
  }

  .sheffield-hero h1 span {
    display: inline;
  }

  .sheffield-hero-work {
    min-height: 590px;
  }

  .sheffield-intro-copy,
  .systems-copy,
  .projects-copy {
    max-width: 720px;
  }

  .sheffield-city-art {
    order: -1;
    transform: none;
  }

  .sheffield-projects {
    min-height: 0;
  }

  .projects-gallery {
    min-height: 770px;
  }

  .systems-visual {
    transform: none;
  }

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

  .process-heading,
  .faq-heading {
    position: static;
  }

  .managed-plan {
    max-width: 680px;
    transform: none;
  }

  .sheffield-contact {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .sheffield-hero {
    width: calc(100% - 24px);
    margin-top: 0;
    padding: 42px 22px 35px;
    border-radius: 28px;
  }

  .sheffield-hero h1 {
    font-size: clamp(43px, 12.6vw, 58px);
  }

  .sheffield-hero .hero-actions {
    align-items: flex-start;
    gap: 20px;
  }

  .sheffield-hero .button,
  .sheffield-hero .text-link {
    width: 100%;
    justify-content: center;
  }

  .sheffield-hero-work {
    min-height: 370px;
  }

  .sheffield-screen {
    border-width: 5px;
    border-radius: 11px;
  }

  .sheffield-screen-main {
    width: 96%;
    top: 7%;
  }

  .sheffield-screen-tool {
    width: 66%;
    right: -3%;
  }

  .sheffield-browser {
    min-height: 24px;
    font-size: 7px;
  }

  .sheffield-intro,
  .sheffield-deliverables,
  .sheffield-systems,
  .sheffield-scope,
  .sheffield-faq {
    width: calc(100% - 32px);
  }

  .sheffield-intro,
  .sheffield-systems {
    margin-block: 88px;
  }

  .sheffield-city-art,
  .systems-visual {
    border-width: 6px;
    border-radius: 24px;
  }

  .deliverables-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
  }

  .deliverables-grid article,
  .deliverables-grid .deliverable-feature,
  .deliverables-grid .deliverable-seo {
    grid-column: auto;
    grid-row: auto;
    min-height: 245px;
  }

  .sheffield-projects {
    padding: 72px 16px;
    border-radius: 28px;
  }

  .projects-copy {
    padding-inline: 0;
  }

  .projects-gallery {
    min-height: 555px;
  }

  .project-frame {
    padding: 7px;
  }

  .project-frame-large {
    width: 88%;
  }

  .project-frame-small {
    width: 77%;
    right: 0;
  }

  .systems-capabilities {
    grid-template-columns: minmax(0, 1fr);
  }

  .sheffield-process {
    width: calc(100% - 24px);
    padding: 56px 22px;
    border-radius: 28px;
  }

  .managed-plan {
    padding: 29px 22px;
    border-radius: 24px;
  }

  .managed-plan dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .managed-plan dl div + div {
    padding-left: 0;
    border-top: 1px solid rgba(23, 36, 44, .25);
    border-left: 0;
  }

  .sheffield-faq summary {
    padding-right: 38px;
  }

  .sheffield-guides {
    width: calc(100% - 24px);
    padding: 48px 22px;
    border-radius: 28px;
  }

  .sheffield-contact {
    width: calc(100% - 24px);
    padding: 54px 22px;
    border-radius: 28px;
  }

  .sheffield-contact h2 {
    font-size: 43px;
  }

  .contact-circle {
    width: 174px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sheffield-page :where(.button, .text-link span, .project-frame, .sheffield-guides nav a::after, .contact-circle) {
    transition: none;
  }

  .sheffield-page :where(.button, .project-frame, .contact-circle):hover {
    transform: none;
  }
}
