.hero {
  position: relative;
  display: grid;
  grid-template-columns: 44% 56%;
  background: var(--brand-primary);
  color: var(--paper);
  min-height: 650px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 65px 35px 70px max(var(--gutter), calc((100vw - 1280px) / 2));
  align-self: center;
}
.hero-copy .eyebrow {
  color: var(--brand-soft);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.hero h1 {
  font-size: clamp(3.6rem, 5.5vw, 5.5rem);
  line-height: 0.99;
  max-width: 600px;
  letter-spacing: -0.015em;
}
.hero h1 em {
  color: var(--brand-sage);
  font-style: normal;
  display: block;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 450px;
  color: var(--brand-soft);
  font-size: 0.92rem;
  line-height: 1.8;
  margin-top: 27px;
}
.hero .actions {
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin-top: 28px;
}
.hero .actions .text-link {
  font-size: 0.81rem;
}
.hero-visual {
  position: relative;
  min-width: 0;
}
.hero-visual > .photo {
  height: 100%;
}
.hero-visual > .photo img {
  object-position: 65% center;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(248, 247, 243, 0.6);
  pointer-events: none;
}
.hero-visual .image-tag {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  background: var(--brand-primary);
  padding: 7px 11px;
  color: var(--paper);
}
.est-stamp {
  position: absolute;
  left: -35px;
  bottom: 48px;
  width: 135px;
  height: 135px;
  padding: 15px;
  background: var(--brand-soft);
  color: var(--brand-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  outline: 1px solid var(--brand-primary);
  outline-offset: -8px;
}
.est-stamp small {
  font-size: 0.57rem;
  letter-spacing: 0.18em;
}
.est-stamp strong {
  font: 600 3.8rem/0.98 var(--display);
}
.est-stamp span {
  font-size: 0.48rem;
  letter-spacing: 0.16em;
  margin-top: 6px;
}
.credibility {
  background: var(--brand-soft);
  border-bottom: 1px solid #c7bfae;
}
.credibility .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.credibility p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.77rem;
  font-weight: 500;
  padding: 24px 12px;
  border-right: 1px solid #c7bfae;
  margin: 0;
}
.credibility p:first-child {
  border-left: 1px solid #c7bfae;
}
.credibility .pane-mark {
  width: 13px;
  height: 17px;
  gap: 2px;
  transform: none;
}
.years-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  background: var(--brand-soft);
  position: relative;
}
.year-art {
  min-width: 0;
  padding: 60px 45px 60px max(var(--gutter), calc((100vw - 1280px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #bbb6a8;
  position: relative;
}
.year-art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #c1bbaa;
}
.year-art > span {
  font: 600 clamp(8rem, 20vw, 22rem) / 0.82 var(--display);
  color: var(--brand-primary);
  letter-spacing: -0.06em;
  position: relative;
  z-index: 1;
}
.year-art .eyebrow {
  margin: 25px 0 0;
  position: relative;
  z-index: 1;
}
.years-copy {
  padding: 70px max(var(--gutter), calc((100vw - 1280px) / 2)) 70px 60px;
}
.years-copy h2 {
  font-size: clamp(2.6rem, 4vw, 4rem);
}
.years-copy > p:not(.eyebrow) {
  margin-top: 25px;
  font-size: 0.94rem;
}
.value-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  font-size: 0.77rem;
}
.value-list li {
  border-top: 1px solid #aaa697;
  padding-top: 12px;
  display: flex;
  gap: 12px;
}
.value-list li::before {
  content: "+";
  color: var(--brand-primary);
  font-size: 1.2rem;
  line-height: 1;
}
.heritage-feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}
.heritage-images {
  position: relative;
  padding-right: 50px;
  padding-bottom: 80px;
}
.heritage-images > .photo {
  aspect-ratio: 0.94;
}
.heritage-images > .detail-photo {
  position: absolute;
  width: 54%;
  right: 0;
  bottom: 0;
  aspect-ratio: 1.16;
  border: 8px solid var(--paper);
}
.heritage-feature-copy h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
}
.heritage-feature-copy > p:not(.eyebrow) {
  margin: 25px 0;
  color: var(--brand-grey);
  font-size: 0.95rem;
}
.heritage-feature-copy > .small {
  font-size: 0.76rem !important;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.project-preview-section {
  background: #eeece5;
}
.specialist-band {
  background: var(--brand-sage);
  padding-block: 65px;
}
.specialist-band .container {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 70px;
}
.specialist-band h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.specialist-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.specialist-list > div {
  padding: 18px 25px;
  border-bottom: 1px solid #72816e;
}
.specialist-list > div:nth-child(odd) {
  border-right: 1px solid #72816e;
}
.specialist-list h3 {
  font-size: 1.75rem;
}
.specialist-list p {
  font-size: 0.83rem;
  margin-top: 9px;
}
.specialist-intro p:not(.eyebrow) {
  font-size: 0.9rem;
  margin-top: 24px;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.journey-step {
  position: relative;
  padding: 30px 25px 35px;
  border-right: 1px solid var(--line);
}
.journey-step:first-child {
  border-left: 1px solid var(--line);
}
.journey-step > span {
  display: block;
  font: 600 2.7rem var(--display);
  color: #766036;
  margin-bottom: 17px;
}
.journey-step h3 {
  font-size: 1.7rem;
}
.journey-step p {
  font-size: 0.85rem;
  margin-top: 15px;
  color: var(--brand-grey);
}
.location-section {
  background: var(--brand-light-grey);
}
.location-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.location-layout h2 {
  margin-bottom: 30px;
}
.location-layout .contact-panel h3 {
  font-size: 1.5rem;
}
.page-intro {
  padding: 65px 0 45px;
  background: var(--brand-soft);
  border-bottom: 1px solid #c9c2b5;
}
.page-intro .container {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: end;
}
.page-intro h1 {
  font-size: clamp(3.5rem, 5.8vw, 5.7rem);
}
.page-intro .intro-copy {
  font-size: 1rem;
  padding-bottom: 6px;
}
.page-intro .eyebrow {
  font-size: 0.7rem;
}
.product-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 32px;
}
.product-detail {
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.product-detail .photo {
  aspect-ratio: 1.8;
}
.product-detail-body {
  padding: 29px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-detail h2 {
  font-size: 2.8rem;
}
.product-detail-body > p {
  margin-top: 20px;
  font-size: 0.92rem;
  color: var(--brand-grey);
}
.material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 22px 0;
  list-style: none;
  border-block: 1px solid var(--line);
}
.material-list li {
  font-size: 0.75rem;
  padding: 8px 12px 8px 0;
  margin-right: 12px;
}
.material-list li + li {
  border-left: 1px solid var(--line);
  padding-left: 12px;
}
.product-detail .actions {
  margin-top: auto;
  padding-top: 12px;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.product-detail .button {
  font-size: 0.76rem;
  gap: 12px;
  padding: 12px 16px;
}
.product-detail .text-link {
  font-size: 0.78rem;
}
.specialist-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--brand-primary);
  color: var(--paper);
}
.specialist-products .photo {
  min-height: 540px;
}
.specialist-products-copy {
  padding: 65px max(var(--gutter), calc((100vw - 1280px) / 2)) 65px 55px;
  align-self: center;
}
.specialist-products-copy h2 {
  font-size: clamp(3rem, 4.8vw, 4.8rem);
}
.specialist-products-copy > p {
  margin-top: 20px;
  color: var(--brand-soft);
}
.specialist-products-copy ul {
  padding-left: 20px;
  margin: 25px 0;
  font-size: 0.9rem;
  columns: 2;
}
.specialist-products-copy li {
  padding-bottom: 9px;
}
.heritage-hero {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  background: var(--brand-primary);
  color: var(--paper);
}
.heritage-hero-copy {
  padding: 70px 55px 70px max(var(--gutter), calc((100vw - 1280px) / 2));
  align-self: center;
}
.heritage-hero h1 {
  font-size: clamp(3.8rem, 5.8vw, 5.8rem);
}
.heritage-hero p:not(.eyebrow) {
  margin-top: 28px;
  color: var(--brand-soft);
  font-size: 0.95rem;
}
.heritage-hero .photo {
  min-height: 620px;
}
.info-strip {
  background: var(--brand-sage);
}
.info-strip .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 24px;
  font-size: 0.8rem;
}
.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 95px;
  align-items: start;
}
.editorial-split p {
  color: var(--brand-grey);
  font-size: 1rem;
}
.conversation-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}
.conversation-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  display: flex;
  gap: 20px;
}
.conversation-list span {
  font-family: var(--display);
  font-size: 1.4rem;
  color: #746036;
  line-height: 1.3;
}
.secondary-feature {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 55px;
  align-items: center;
  background: var(--brand-soft);
  padding: 36px;
}
.secondary-feature .photo {
  aspect-ratio: 1.12;
}
.secondary-feature-copy {
  padding: 18px 28px 18px 0;
}
.secondary-feature-copy p:not(.eyebrow) {
  margin-top: 23px;
  font-size: 0.94rem;
}
.source-note {
  font-size: 0.75rem !important;
  padding-top: 20px;
  border-top: 1px solid #b8b1a3;
}
.character-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.character-grid .photo {
  aspect-ratio: 0.9;
}
.character-grid h3 {
  font-size: 1.8rem;
  margin: 20px 0 12px;
}
.character-grid p {
  font-size: 0.85rem;
  color: var(--brand-grey);
}
.consent-panel {
  background: var(--brand-sage);
  padding: 40px;
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 60px;
  margin-top: 60px;
}
.consent-panel h3 {
  font-size: 2.3rem;
}
.consent-panel p {
  font-size: 0.95rem;
}
.projects-page .project-grid {
  grid-template-columns: 1fr 1fr;
}
.paired-project {
  margin-bottom: 48px;
  background: var(--brand-soft);
  border: 1px solid #b7b3a6;
}
.paired-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 32px;
}
.paired-heading h2 {
  font-size: 2.6rem;
}
.paired-heading > p {
  max-width: 450px;
  font-size: 0.83rem;
  color: var(--brand-grey);
}
.paired-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.paired-pane {
  position: relative;
  min-width: 0;
}
.paired-pane .photo {
  aspect-ratio: 1.4;
}
.paired-pane > span {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 6px 13px;
  background: var(--paper);
  font-size: 0.75rem;
  font-weight: 600;
}
.paired-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  gap: 20px;
}
.paired-footer p {
  font-size: 0.75rem;
  max-width: 650px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 80px;
  align-items: start;
}
.quote-section > h2 {
  margin-bottom: 25px;
  font-size: 3rem;
}
.contact-aside {
  border-left: 1px solid var(--line);
  padding-left: 40px;
}
.contact-aside .location-panel {
  margin-top: 35px;
  min-height: 340px;
}
.contact-intro h1 {
  max-width: 780px;
}
.contact-intro .container {
  grid-template-columns: 1.2fr 0.9fr;
}
@media (min-width: 1200px) {
  .home-page .hero {
    margin-top: calc(-1 * var(--header-height));
  }
  .home-page .hero-copy {
    padding-top: calc(65px + var(--header-height));
  }
  .home-page .hero-visual {
    padding-top: 0;
  }
  .home-page .hero-visual::after {
    top: calc(30px + var(--header-height));
  }
  .home-page .hero-visual .image-tag {
    top: calc(50px + var(--header-height));
  }
  .home-page .hero {
    min-height: 740px;
  }
}
@media (min-width: 1450px) {
  .hero h1 {
    font-size: 5.9rem;
  }
  .hero {
    min-height: 780px;
  }
}
@media (max-width: 1100px) {
  .hero-copy {
    padding: 50px 30px 60px 35px;
  }
  .hero-copy .eyebrow {
    white-space: normal;
  }
  .hero {
    min-height: 630px;
  }
  .hero h1 {
    font-size: 4.3rem;
  }
  .credibility p {
    font-size: 0.67rem;
    gap: 7px;
    padding-inline: 8px;
  }
  .years-copy {
    padding: 50px 40px;
  }
  .heritage-feature {
    gap: 40px;
  }
  .heritage-images {
    padding-right: 30px;
  }
  .specialist-band .container {
    gap: 35px;
  }
  .journey-step {
    padding: 25px 18px;
  }
  .editorial-split {
    gap: 45px;
  }
  .contact-layout {
    gap: 45px;
  }
  .contact-aside {
    padding-left: 25px;
  }
  .character-grid {
    gap: 17px;
  }
  .character-grid h3 {
    font-size: 1.55rem;
  }
}
@media (max-width: 899px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
  }
  .hero h1 {
    font-size: 3.5rem;
  }
  .hero-copy {
    padding: 45px 26px 50px 30px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 0.84rem;
  }
  .hero-visual::after {
    inset: 20px;
  }
  .hero-visual .image-tag {
    right: 30px;
    top: 32px;
    font-size: 0.52rem;
  }
  .est-stamp {
    left: -18px;
    width: 112px;
    height: 112px;
    bottom: 36px;
  }
  .est-stamp strong {
    font-size: 3.1rem;
  }
  .credibility .container {
    grid-template-columns: 1fr 1fr;
  }
  .credibility p {
    font-size: 0.74rem;
    border-bottom: 1px solid #c7bfae;
  }
  .credibility p:nth-child(3) {
    border-left: 1px solid #c7bfae;
  }
  .years-section {
    grid-template-columns: 1fr;
  }
  .year-art {
    padding: 50px 35px;
    border: 0;
  }
  .year-art > span {
    font-size: 12rem;
  }
  .years-copy {
    padding: 0 35px 50px;
  }
  .year-art::after {
    display: none;
  }
  .heritage-feature {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .heritage-images {
    max-width: 650px;
  }
  .heritage-images > .photo {
    aspect-ratio: 1.5;
  }
  .heritage-images > .detail-photo {
    aspect-ratio: 1.3;
    width: 44%;
  }
  .specialist-band .container {
    grid-template-columns: 1fr;
  }
  .journey-grid {
    grid-template-columns: 1fr 1fr;
  }
  .journey-step {
    border-bottom: 1px solid var(--line);
  }
  .journey-step:nth-child(3) {
    border-left: 1px solid var(--line);
  }
  .location-layout {
    gap: 40px;
  }
  .page-intro .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-intro h1 {
    max-width: 650px;
  }
  .product-detail-body {
    padding: 23px;
  }
  .product-detail h2 {
    font-size: 2.4rem;
  }
  .specialist-products {
    grid-template-columns: 1fr;
  }
  .specialist-products .photo {
    min-height: 0;
    max-height: 460px;
    aspect-ratio: 1.6;
  }
  .specialist-products-copy {
    padding: 45px 35px;
  }
  .heritage-hero-copy {
    padding: 45px 30px;
  }
  .heritage-hero h1 {
    font-size: 3.5rem;
  }
  .heritage-hero .photo {
    min-height: 560px;
  }
  .info-strip .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .editorial-split {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .secondary-feature {
    gap: 25px;
    padding: 25px;
  }
  .secondary-feature h2 {
    font-size: 3rem;
  }
  .secondary-feature-copy {
    padding: 0;
  }
  .character-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .character-grid .photo {
    aspect-ratio: 1.3;
  }
  .consent-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-aside {
    border: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .contact-aside .location-panel {
    margin: 0;
  }
  .paired-heading {
    display: block;
  }
  .paired-heading > p {
    margin-top: 20px;
  }
  .paired-footer {
    align-items: start;
  }
}
@media (max-width: 700px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 38px 22px 38px;
  }
  .hero h1 {
    font-size: clamp(3.55rem, 11vw, 4.9rem);
    max-width: 570px;
  }
  .hero-copy .eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    margin-bottom: 21px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 0.9rem;
    max-width: 490px;
    margin-top: 23px;
  }
  .hero .actions {
    flex-direction: row;
    align-items: center;
    gap: 10px 24px;
    margin-top: 25px;
  }
  .hero .actions .button {
    font-size: 0.79rem;
    padding: 13px 17px;
    gap: 16px;
  }
  .hero-visual {
    height: 330px;
  }
  .hero-visual > .photo img {
    object-position: center 60%;
  }
  .hero-visual::after {
    inset: 18px;
  }
  .hero-visual .image-tag {
    top: 30px;
    right: 30px;
  }
  .est-stamp {
    left: 30px;
    bottom: 28px;
    width: 104px;
    height: 104px;
  }
  .est-stamp strong {
    font-size: 3rem;
  }
  .hero-visual .photo figcaption {
    font-size: 0.57rem;
  }
  .credibility .container {
    width: 100%;
  }
  .credibility p {
    font-size: 0.64rem;
    justify-content: flex-start;
    padding: 18px 16px;
    gap: 8px;
  }
  .credibility p:last-child {
    line-height: 1.5;
  }
  .credibility .pane-mark {
    width: 12px;
    height: 15px;
  }
  .year-art {
    padding: 45px 22px 35px;
  }
  .year-art > span {
    font-size: clamp(9rem, 48vw, 15rem);
  }
  .years-copy {
    padding: 0 22px 45px;
  }
  .value-list {
    font-size: 0.73rem;
    gap: 14px 18px;
  }
  .heritage-images {
    padding-right: 22px;
    padding-bottom: 60px;
  }
  .heritage-images > .photo {
    aspect-ratio: 1.1;
  }
  .heritage-images > .detail-photo {
    aspect-ratio: 1.1;
    width: 52%;
    border-width: 6px;
  }
  .specialist-band {
    padding-block: 48px;
  }
  .specialist-list > div {
    padding: 18px 12px;
  }
  .specialist-list > div:nth-child(odd) {
    padding-left: 0;
  }
  .specialist-list h3 {
    font-size: 1.6rem;
  }
  .specialist-list p {
    font-size: 0.78rem;
  }
  .journey-step {
    padding: 24px 15px;
  }
  .journey-step h3 {
    font-size: 1.55rem;
  }
  .journey-step p {
    font-size: 0.79rem;
  }
  .journey-step > span {
    font-size: 2.4rem;
  }
  .location-layout {
    grid-template-columns: 1fr;
  }
  .page-intro {
    padding: 40px 0 35px;
  }
  .page-intro h1 {
    font-size: 3.5rem;
  }
  .page-intro .intro-copy {
    font-size: 0.93rem;
  }
  .product-results {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product-detail .photo {
    aspect-ratio: 1.5;
  }
  .specialist-products-copy {
    padding: 40px 22px;
  }
  .specialist-products-copy ul {
    columns: 1;
  }
  .heritage-hero {
    grid-template-columns: 1fr;
  }
  .heritage-hero-copy {
    padding: 40px 22px;
  }
  .heritage-hero h1 {
    font-size: 3.65rem;
  }
  .heritage-hero .photo {
    min-height: 0;
    height: 350px;
  }
  .info-strip .container {
    font-size: 0.72rem;
    gap: 12px;
    padding-block: 20px;
  }
  .secondary-feature {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 28px;
  }
  .secondary-feature .photo {
    aspect-ratio: 1.2;
  }
  .secondary-feature-copy {
    padding-bottom: 12px;
  }
  .character-grid {
    gap: 28px 16px;
  }
  .character-grid .photo {
    aspect-ratio: 0.85;
  }
  .character-grid .photo figcaption {
    font-size: 0.53rem;
  }
  .character-grid p {
    font-size: 0.78rem;
  }
  .character-grid h3 {
    font-size: 1.65rem;
  }
  .consent-panel {
    padding: 25px;
    margin-top: 40px;
  }
  .projects-page .project-grid {
    grid-template-columns: 1fr;
  }
  .paired-heading {
    padding: 24px;
  }
  .paired-images {
    grid-template-columns: 1fr;
  }
  .paired-footer {
    padding: 22px;
    display: block;
  }
  .paired-footer .text-link {
    margin-top: 14px;
  }
  .paired-pane .photo {
    aspect-ratio: 1.45;
  }
  .contact-aside {
    grid-template-columns: 1fr;
  }
  .quote-section > h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 700px) {
  .hero h1 {
    font-size: clamp(3rem, 10.5vw, 4rem);
  }
  .hero-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-visual .photo figcaption,
  .character-grid .photo figcaption {
    font-size: 0.75rem;
  }
}
@media (max-width: 700px) {
  .year-art > span {
    font-size: clamp(144px, 48vw, 240px);
  }
}
/* A stamp is a graphic: keep its four numerals together at every text scale. */
.est-stamp{overflow-wrap:normal}
.est-stamp strong{font-size:61px;white-space:nowrap}
.est-stamp small{font-size:9px;white-space:nowrap}
.est-stamp span{font-size:8px;text-align:center}
@media(max-width:700px){.est-stamp{width:122px;height:122px;padding:10px}.est-stamp strong{font-size:52px}}
@media(min-width:701px){.projects-page .project-grid .project-card:last-child:nth-child(odd){grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.projects-page .project-grid .project-card:last-child:nth-child(odd) .photo{height:100%}.projects-page .project-grid .project-card:last-child:nth-child(odd) .project-copy{align-self:center;padding:36px}}
