:root {
  --olive: #3d5033;
  --olive-deep: #303f29;
  --rose: #c48079;
  --terracotta: #9f4b43;
  --blush: #dfb3a6;
  --paper: #e9e2d5;
  --stone: #ada995;
  --cream: #f7f3eb;
  --ink: #30342b;
  --line: rgba(48, 52, 43, 0.25);
  --type-body: clamp(1.05rem, 1.15vw, 1.2rem);
  --type-label: clamp(0.86rem, 0.9vw, 0.95rem);
  --type-heading: clamp(4rem, 6.8vw, 7.4rem);
  --type-subheading: clamp(2.8rem, 4.4vw, 4.8rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  margin: 0;
}

body.menu-open {
  overflow: hidden;
}

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

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

.skip-link {
  background: var(--ink);
  color: var(--cream);
  left: 18px;
  padding: 12px 18px;
  position: fixed;
  top: 14px;
  transform: translateY(-180%);
  transition: transform 160ms ease;
  z-index: 2000;
}

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

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

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

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

::selection {
  background: var(--terracotta);
  color: var(--cream);
}

.site-header {
  align-items: center;
  background: #d98179;
  color: #2f332a;
  display: flex;
  justify-content: space-between;
  min-height: 108px;
  padding: 22px 40px;
}

.wordmark {
  display: flex;
  flex-direction: column;
  font-size: 1.85rem;
  font-weight: 400;
  gap: 0.08em;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.site-header nav {
  display: flex;
  font-size: var(--type-body);
  font-weight: 400;
  gap: 36px;
  letter-spacing: 0.01em;
}

.site-header nav a {
  position: relative;
}

.site-header nav a::after {
  background: currentColor;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
  width: 100%;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.mobile-menu[hidden] {
  display: none !important;
}

.visual-opening {
  background: #9a7a69;
  overflow: hidden;
  position: relative;
}

.visual-opening > picture {
  display: block;
}

.visual-opening > picture img {
  height: min(71vw, 800px);
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.visual-opening:hover > picture img {
  transform: scale(1.012);
}

.hero-copy {
  background: #a8ae7d;
  color: var(--ink);
  left: 0;
  padding: clamp(28px, 2.6vw, 52px);
  position: absolute;
  text-align: left;
  top: 16%;
  width: clamp(420px, 31vw, 630px);
}

.hero-copy h1 {
  font-size: clamp(3.5rem, 4.7vw, 5.9rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.hero-copy p {
  font-size: var(--type-body);
  letter-spacing: 0.01em;
  margin-top: 30px;
}

.intro-section {
  background: #727767;
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.portrait-wrap {
  min-height: 760px;
  width: 100%;
}

.portrait-wrap > picture {
  display: block;
  height: 100%;
  width: 100%;
}

.portrait-wrap img {
  display: block;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.intro-card {
  background: var(--terracotta);
  bottom: 60px;
  color: var(--cream);
  padding: 56px 58px 52px;
  position: absolute;
  right: 0;
  width: min(48%, 610px);
}

.eyebrow {
  font-size: var(--type-label);
  font-weight: 400;
  letter-spacing: 0.055em;
}

.intro-card h2 {
  font-size: var(--type-heading);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.8;
  margin: 48px 0 30px;
}

.intro-copy {
  font-size: var(--type-body);
  font-weight: 400;
  line-height: 1.3;
  max-width: 440px;
}

.soft-button {
  align-items: center;
  color: var(--cream);
  display: inline-flex;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  gap: 30px;
  margin-top: 34px;
  padding: 0;
  transition: color 180ms ease, gap 180ms ease;
  width: auto;
}

.soft-button:hover,
.soft-button:focus-visible {
  color: #fff;
  gap: 38px;
}

.button-arrow {
  display: block;
  flex: 0 0 auto;
  height: 28px;
  width: 28px;
}

.graphic-arrow {
  display: block;
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.6;
  width: 100%;
}

.practice-section {
  align-items: center;
  background: var(--olive);
  color: var(--cream);
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1.38fr);
  min-height: 760px;
  padding: 100px 0 100px 40px;
}

.practice-heading h2 {
  font-size: var(--type-heading);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.85;
  margin: 80px 0 16px;
}

.practice-heading > p:last-child {
  font-size: clamp(1.4rem, 2.3vw, 2.5rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.practice-image {
  align-self: center;
}

.practice-image img,
.practice-image video {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.practice-video video {
  background: #e6afa8;
}

.practice-video {
  position: relative;
}

.video-control {
  appearance: none;
  background: rgba(48, 52, 43, 0.94);
  border: 1px solid rgba(247, 243, 235, 0.75);
  bottom: 18px;
  color: var(--cream);
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 11px 15px;
  position: absolute;
  right: 18px;
}

.practice-image figcaption {
  font-size: var(--type-label);
  letter-spacing: 0.055em;
  padding-top: 10px;
}

.practice-image figcaption a {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.caption-arrow {
  display: block;
  height: 14px;
  width: 14px;
}

.work-section,
.about-section {
  background: var(--paper);
  padding: 34px 40px 150px;
}

.section-label {
  border-top: 1px solid var(--line);
  display: flex;
  font-size: var(--type-label);
  justify-content: space-between;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

.section-label h2 {
  font: inherit;
}

.area-list {
  list-style: none;
  margin: 130px 0 0;
  padding: 0;
}

.area-list li {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 70px 1fr minmax(250px, 0.7fr) 24px;
  min-height: 156px;
  padding: 0 10px;
  transition: background 230ms ease, color 230ms ease;
}

.area-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.area-list li:hover {
  background: var(--terracotta);
  color: var(--cream);
}

.area-number {
  font-size: var(--type-label);
  letter-spacing: 0.045em;
}

.area-arrow {
  display: block;
  height: 22px;
  justify-self: end;
  width: 22px;
}

.area-list h3 {
  font-size: var(--type-subheading);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.area-list li > p {
  font-size: var(--type-body);
  letter-spacing: 0.025em;
  line-height: 1.4;
}

.belief-section {
  align-items: center;
  background: var(--blush);
  display: flex;
  min-height: clamp(520px, 35vw, 720px);
  padding: 40px;
}

.belief-section h2 {
  font-size: clamp(3.5rem, 6.4vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.06;
  max-width: 1450px;
}

.belief-section h2 span {
  color: var(--terracotta);
}

.about-section {
  padding-top: 34px;
}

.about-grid {
  align-items: center;
  display: grid;
  gap: clamp(44px, 5vw, 80px);
  grid-template-columns: minmax(260px, 0.6fr) minmax(420px, 1.4fr);
  margin-top: 130px;
}

.about-photo {
  justify-self: center;
  max-width: 320px;
  overflow: hidden;
  width: 100%;
}

.about-photo img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center 34%;
  width: 100%;
}

.about-copy h2 {
  font-size: var(--type-subheading);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin-bottom: 32px;
}

.about-copy {
  align-self: center;
  font-size: var(--type-body);
  line-height: 1.42;
  max-width: 690px;
}

.about-read-more {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 4px;
  transition: color 180ms ease;
}

.about-read-more:hover,
.about-read-more:focus-visible {
  color: var(--terracotta);
}

.about-page-content {
  background: var(--paper);
  padding: 34px 40px 150px;
}

.about-page-grid {
  display: grid;
  gap: clamp(60px, 9vw, 160px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  margin-top: 130px;
}

.about-page-grid h1 {
  font-size: var(--type-heading);
  font-weight: 400;
  letter-spacing: -0.078em;
  line-height: 0.84;
}

.about-page-intro {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.about-page-photo {
  max-width: 240px;
  overflow: hidden;
  width: 100%;
}

.about-page-photo img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center 34%;
  width: 100%;
}

.about-page-body {
  font-size: var(--type-body);
  line-height: 1.58;
  max-width: 800px;
}

.about-page-body p + p {
  margin-top: 1.5em;
}

.exhibitions-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(60px, 9vw, 160px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  margin-top: 150px;
  padding-top: 34px;
}

.exhibitions-section > h2 {
  font-size: var(--type-subheading);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.exhibition-list {
  max-width: 800px;
}

.exhibition-list article {
  border-top: 1px solid var(--line);
  padding: 30px 0 36px;
}

.exhibition-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.exhibition-list h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 18px;
}

.exhibition-list p {
  font-size: var(--type-body);
  line-height: 1.5;
}

.exhibition-list p + p {
  margin-top: 0.8em;
}

footer {
  background: #a8ae7d;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 40px;
}

.footer-heading {
  border-top: 1px solid rgba(48, 52, 43, 0.38);
  padding-top: 10px;
}

.footer-heading h2 {
  font-size: clamp(4.8rem, 10.5vw, 12rem);
  font-weight: 400;
  letter-spacing: -0.085em;
  line-height: 0.84;
  margin-top: 20px;
  max-width: 1500px;
}

.footer-question {
  font-size: clamp(1.5rem, 2.4vw, 2.6rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-top: clamp(56px, 8vh, 110px);
}

.footer-contact {
  align-items: start;
  display: grid;
  gap: clamp(60px, 10vw, 180px);
  grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 0.9fr);
  margin-top: clamp(80px, 13vh, 160px);
}

.footer-details {
  display: grid;
  gap: 34px;
}

.footer-form-column {
  display: grid;
  gap: 38px;
}

.footer-intro {
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  letter-spacing: -0.03em;
  line-height: 1.35;
  max-width: 760px;
}

.footer-email {
  font-size: clamp(1.15rem, 1.6vw, 1.65rem);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  width: fit-content;
}

.footer-email:hover,
.footer-email:focus-visible {
  color: inherit;
  text-decoration-thickness: 2px;
}

.footer-links {
  display: grid;
}

.footer-links a {
  align-items: center;
  border-top: 1px solid rgba(48, 52, 43, 0.38);
  display: flex;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  justify-content: space-between;
  letter-spacing: -0.035em;
  padding: 16px 4px;
  transition: color 180ms ease, padding 180ms ease;
}

.footer-links a:last-child {
  border-bottom: 1px solid rgba(48, 52, 43, 0.38);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: inherit;
  padding-left: 12px;
  padding-right: 12px;
}

.footer-link-arrow {
  display: block;
  height: 28px;
  width: 28px;
}

.contact-form {
  display: grid;
  gap: 24px;
}

.contact-form label {
  display: grid;
  font-size: var(--type-label);
  gap: 9px;
  letter-spacing: 0.02em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(48, 52, 43, 0.78);
  border-radius: 0;
  color: inherit;
  font: inherit;
  font-size: 1rem;
  min-height: 54px;
  outline: none;
  padding: 14px 16px;
  width: 100%;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form select {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 19px) 23px, calc(100% - 14px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 40px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--ink);
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.contact-form button {
  align-items: center;
  appearance: none;
  background: var(--terracotta);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 1.1rem;
  justify-content: space-between;
  margin-top: 6px;
  padding: 17px 24px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 100%;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-2px);
}

.contact-form button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
}

.form-status {
  font-size: var(--type-label);
  letter-spacing: 0.02em;
  margin-top: -6px;
}

.footer-meta {
  border-top: 1px solid rgba(48, 52, 43, 0.38);
  display: grid;
  font-size: var(--type-label);
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.05em;
  margin-top: clamp(90px, 14vh, 180px);
  padding-top: 10px;
}

.footer-meta p:last-child {
  text-align: right;
}

@media (max-width: 840px) {
  .site-header {
    min-height: 94px;
    padding: 18px;
  }

  .desktop-nav {
    display: none !important;
  }

  .mobile-menu-toggle {
    align-items: flex-end;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    padding: 8px 0 8px 12px;
  }

  .mobile-menu-toggle span {
    background: currentColor;
    display: block;
    height: 1px;
    width: 36px;
  }

  .mobile-menu {
    animation: menu-in 240ms ease-out;
    background: #945046;
    color: var(--cream);
    display: flex;
    flex-direction: column;
    inset: 0;
    padding: 24px 18px 20px;
    position: fixed;
    z-index: 1000;
  }

  .mobile-menu-top {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }

  .mobile-menu-close {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid currentColor;
    color: inherit;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
    width: 50px;
  }

  .mobile-menu-close span {
    background: currentColor;
    height: 1px;
    position: absolute;
    width: 28px;
  }

  .mobile-menu-close span:first-child {
    transform: rotate(45deg);
  }

  .mobile-menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .site-header .mobile-menu-links {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: clamp(3rem, 13vw, 3.65rem);
    font-weight: 400;
    gap: 46px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
  }

  .site-header .mobile-menu-links a {
    position: relative;
  }

  .mobile-instagram {
    align-items: center;
    align-self: center;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .mobile-instagram svg {
    fill: none;
    height: 32px;
    stroke: currentColor;
    stroke-width: 1.6;
    width: 32px;
  }

  .mobile-instagram .instagram-dot {
    fill: currentColor;
    stroke: none;
  }

  .visual-opening > picture img {
    height: auto;
  }

  .hero-copy {
    left: 0;
    padding: 26px 20px 24px;
    top: 10%;
    width: 88%;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 13vw, 3.7rem);
  }

  .hero-copy p {
    font-size: 1rem;
    line-height: 1.35;
    margin-top: 18px;
  }

  .intro-section,
  .portrait-wrap,
  .portrait-wrap img {
    min-height: 760px;
  }

  .portrait-wrap {
    width: 100%;
  }

  .portrait-wrap img {
    object-position: 42% center;
  }

  .intro-card {
    bottom: 0;
    padding: 26px 22px 24px;
    width: 78%;
  }

  .intro-card h2 {
    font-size: clamp(3.3rem, 15vw, 4.25rem);
    margin: 20px 0 18px;
  }

  .intro-copy {
    font-size: 1rem;
  }

  .soft-button {
    font-size: 1.1rem;
    gap: 24px;
    margin-top: 24px;
    padding: 0;
    width: auto;
  }

  .button-arrow {
    height: 23px;
    width: 23px;
  }

  .practice-section {
    gap: 64px;
    grid-template-columns: 1fr;
    padding: 78px 18px;
  }

  .practice-heading h2 {
    margin-top: 52px;
  }

  .practice-image figcaption {
    padding-bottom: 0;
  }

  .work-section,
  .about-section,
  .about-page-content,
  .belief-section,
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .area-list,
  .about-grid {
    margin-top: 80px;
  }

  .area-list li {
    gap: 8px;
    grid-template-columns: 34px 1fr 20px;
    min-height: 128px;
    padding: 16px 4px;
  }

  .area-list li > p {
    font-size: 1rem;
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .area-arrow {
    grid-column: 3;
    grid-row: 1;
    height: 18px;
    width: 18px;
  }

  .area-list h3 {
    font-size: clamp(2.5rem, 11vw, 3.4rem);
  }

  .belief-section {
    min-height: 62svh;
  }

  .belief-section h2 {
    font-size: clamp(3rem, 13vw, 4rem);
    line-height: 1.08;
  }

  .about-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .about-photo {
    max-width: 250px;
  }

  .about-page-intro {
    gap: 40px;
  }

  .about-page-photo {
    max-width: 220px;
  }

  .about-copy h2 {
    font-size: clamp(2.7rem, 12vw, 3.8rem);
  }

  .about-page-grid,
  .exhibitions-section {
    gap: 54px;
    grid-template-columns: 1fr;
  }

  .about-page-grid {
    margin-top: 80px;
  }

  .exhibitions-section {
    margin-top: 100px;
  }

  .footer-meta {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  footer {
    min-height: auto;
    padding-bottom: 24px;
    padding-top: 32px;
  }

  .footer-heading h2 {
    font-size: clamp(4rem, 18vw, 6.2rem);
    line-height: 0.88;
    margin-top: 16px;
  }

  .footer-question {
    font-size: 1.45rem;
    margin-top: 56px;
  }

  .footer-contact {
    gap: 56px;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .footer-details {
    gap: 28px;
  }

  .footer-form-column {
    gap: 32px;
  }

  .footer-intro {
    font-size: 1.25rem;
  }

  .footer-links a {
    font-size: 1.55rem;
  }

  .footer-meta {
    margin-top: 96px;
  }

  .footer-meta p:last-child {
    text-align: left;
  }
}

@keyframes menu-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
