* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  background: #f7f4ee;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 244, 238, 0.95);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6vw;
  border-bottom: 1px solid #ddd6cc;
}

.site-title {
  font-weight: 700;
  text-decoration: none;
  color: #111;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 24px;
}

nav a {
  color: #111;
  text-decoration: none;
  font-size: 0.95rem;
}

nav a:hover {
  text-decoration: underline;
}

.hero {
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 8vw 6vw;
  background: #111;
  color: #fff;
}

.hero-text {
  max-width: 760px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

h1 {
  font-size: clamp(3rem, 9vw, 8rem);
  line-height: 0.95;
  margin: 0 0 28px;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  margin: 0;
}

.section {
  padding: 90px 6vw;
}

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

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.art-card {
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

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

.feature-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.feature-row img {
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.about-section p,
.contact-section p,
.feature-row p {
  max-width: 760px;
  font-size: 1.15rem;
}

.contact-section a {
  color: #111;
}

footer {
  padding: 36px 6vw;
  border-top: 1px solid #ddd6cc;
}

/* Mobile */
@media (max-width: 800px) {
  .site-header {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .gallery-grid,
  .process-pair,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .art-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

  .hero {
    min-height: 60vh;
  }
}

.process-section {
  background: #f7f4ee;
  padding: 70px 6vw 90px;
}

.process-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.process-item {
  display: flex;
  flex-direction: column;
}

.process-image-card {
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.process-image-card img {
  width: 100%;
  height: 360px;
  object-fit: contain;
}


.process-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.process-label {
  margin: 0 0 6px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888;
}

.process-subhead {
  margin: 25px 6vw 10px;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
}

.art-card {
  background: #fff;
  padding: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.art-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.art-info {
  padding: 10px 4px 2px;
  text-align: center;
}

.art-info h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
}

.art-info .medium {
  font-size: 0.82rem;
  color: #666;
  margin: 0 0 8px;
}

.art-info .description {
  font-size: 0.9rem;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.55;
}



/* Improve readability of text blocks */
.section p {
  max-width: 720px;
}

.text-link {
  font-size: 0.82rem;
  text-decoration: underline;
  color: #111;
  display: inline-block;
  margin-top: 12px;
}

.process-section:nth-child(even) {
  background: #ebe4d8;
}

.process-pair-three {
  display: grid;
  grid-template-columns: 1fr 340px 1fr;
  gap: 40px;
  align-items: start;
}

.process-pair-three .process-text {
  margin: 0;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.process-item:empty {
  display: none;
}

.statement-section {
  max-width: 1000px;
}

.statement-text {
  max-width: 760px;
}

.statement-text p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.contact-image-card {
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.contact-image-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.contact-text p {
  max-width: 620px;
  font-size: 1.15rem;
}

.contact-button {
  display: inline-block;
  margin-top: 18px;
  color: #111;
  text-decoration: underline;
  font-weight: 700;
}

@media (max-width: 800px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-image-card img {
    height: auto;
  }
}

nav a:nth-child(3) {
  margin-right: 30px;
}

.section h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95;
  margin-bottom: 28px;
}

/* Explore More Work Section */

.explore-text {
  max-width: 720px;
  margin-bottom: 40px;
  font-size: 1.05rem;
}

.explore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.explore-card {
  background: #fff;
  padding: 14px;
  text-decoration: none;
  color: #111;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.explore-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.explore-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 18px;
}

.explore-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.explore-card p {
  margin: 0;
  color: #444;
  line-height: 1.6;
}

/* Mobile */

@media (max-width: 800px) {

  .explore-grid {
    grid-template-columns: 1fr;
  }

  .explore-card img {
    height: auto;
  }

}
/* Mobile process page fix */
@media (max-width: 800px) {
  .process-section {
    padding: 55px 7vw 70px;
  }

  .process-pair,
  .process-pair-three {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .process-pair-three .process-text {
    max-width: 100%;
  }

  .process-image-card img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .process-item {
    width: 100%;
  }

  .process-text {
    width: 100%;
    max-width: 100%;
  }
}



