:root {
  --bg: #f7f2ec;
  --surface: rgba(255, 251, 247, 0.82);
  --surface-2: rgba(255, 255, 255, 0.86);
  --text: #2b211e;
  --muted: #726662;
  --line: rgba(177, 151, 138, 0.28);
  --accent: #a25d42;
  --accent-dark: #71412f;
  --accent-soft: #f1dfd5;
  --sage: #d9dfd0;
  --mist: #dfe8ec;
  --gold: #d9b25f;
  --shadow: 0 20px 60px rgba(92, 68, 57, 0.10);
  --radius: 1.55rem;
  --wrap: min(1140px, calc(100% - 1.5rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  background:
    radial-gradient(circle at 12% 16%, rgba(233, 197, 183, 0.48), transparent 24%),
    radial-gradient(circle at 78% 10%, rgba(214, 225, 210, 0.55), transparent 22%),
    radial-gradient(circle at 84% 76%, rgba(212, 228, 235, 0.55), transparent 22%),
    linear-gradient(180deg, #fbf7f2 0%, #f5eee7 100%);
}

img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
p { margin-top: 0; }

.wrap { width: var(--wrap); margin: 0 auto; position: relative; }
.section { padding: 5rem 0; position: relative; }
.section--tight { padding: 3.75rem 0 4.75rem; }
.section--soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.12));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section--story {
  backdrop-filter: blur(6px);
}
.section--accent {
  color: white;
  background: linear-gradient(135deg, #b56c49 0%, #8d5038 48%, #70503e 100%);
}
.section--accent-soft {
  overflow: hidden;
}
.section--accent-soft::before,
.section--accent-soft::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.18;
}
.section--accent-soft::before {
  width: 18rem;
  height: 18rem;
  left: -4rem;
  top: -5rem;
  background: #fff1cc;
}
.section--accent-soft::after {
  width: 14rem;
  height: 14rem;
  right: 6%;
  bottom: -5rem;
  background: #d2ebef;
}

.announcement-bar {
  background: rgba(54, 37, 32, 0.92);
  color: #f9eee6;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(177, 151, 138, 0.18);
  background: rgba(252, 248, 244, 0.72);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.site-nav {
  display: flex;
  gap: 1.15rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a,
.text-link,
.back-link {
  color: var(--muted);
  font-size: 0.96rem;
}

.site-nav a:hover,
.text-link:hover,
.art-card h2 a:hover,
.art-card h3 a:hover,
.back-link:hover {
  color: var(--accent-dark);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: rgba(103, 82, 73, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
}

h1, h2, h3 {
  margin: 0 0 1rem;
  line-height: 1.03;
  letter-spacing: -0.03em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

h1 { font-size: clamp(3rem, 7vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.5rem; }

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 60ch;
}
.lead--hero {
  font-size: 1.16rem;
  max-width: 34rem;
}

.subtle-note,
.footer-copy,
.spec span,
.art-card__footer span,
.pill,
.text-link,
.back-link,
.story-copy {
  color: var(--muted);
}

.hero-grid,
.story-grid,
.contact-layout,
.artwork-detail,
.footer-grid,
.cta-panel {
  display: grid;
  gap: 2rem;
}

.hero-wash {
  overflow: hidden;
  padding-top: 5.5rem;
}
.wash {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.75;
  pointer-events: none;
}
.wash--peach {
  width: 19rem;
  height: 19rem;
  left: -4rem;
  top: 3rem;
  background: rgba(237, 189, 168, 0.58);
}
.wash--sage {
  width: 17rem;
  height: 17rem;
  right: 2rem;
  top: 5rem;
  background: rgba(204, 218, 193, 0.55);
}

.hero-grid--artful {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
}
.hero-copy { position: relative; z-index: 1; }

.hero-mosaic {
  display: grid;
  grid-template-columns: 1.25fr 0.92fr;
  gap: 1rem;
  align-items: stretch;
}
.mosaic-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
}
.mosaic-card--large {
  grid-row: span 2;
  min-height: 100%;
}
.mosaic-card img {
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: center 38%;
}
.mosaic-card__caption {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.76);
  color: var(--text);
  backdrop-filter: blur(8px);
  font-size: 0.92rem;
}

.hero-card,
.art-card,
.contact-card,
.spec,
.cta-panel,
.prose,
.frame {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.frame {
  overflow: hidden;
  background: rgba(255,255,255,0.65);
}

.frame img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 38%;
  background: #f6f1ec;
}

.hero-card__body,
.art-card__body,
.contact-card,
.prose {
  padding: 1.35rem;
}

.button-row {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin: 1.6rem 0 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(114, 65, 47, 0.18);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.button:hover {
  transform: translateY(-1px);
  background: var(--accent-dark);
  box-shadow: 0 16px 32px rgba(114, 65, 47, 0.24);
}
.button--secondary {
  background: rgba(255, 255, 255, 0.58);
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}
.button--secondary:hover { background: #fff; }
.button--light {
  background: white;
  color: var(--accent-dark);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.section-heading--soft h2 {
  max-width: 32rem;
}

.story-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}
.story-copy {
  font-size: 1rem;
}

.artwork-grid {
  display: grid;
  gap: 1.45rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.art-card--poetic {
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,251,247,0.94));
}
.art-card__image img {
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  object-position: center 38%;
}
.art-card__meta,
.art-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.art-card__meta { margin-bottom: 0.8rem; }
.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 700;
}
.art-card__footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}
.mini-gallery__item img {
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  object-position: center 38%;
}

.artwork-detail {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}
.artwork-detail__image img {
  min-height: 520px;
  object-position: center 38%;
}
.quote {
  font-size: 1.15rem;
  color: var(--accent-dark);
  margin-bottom: 1rem;
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.5rem 0;
}
.spec { padding: 1rem; }
.spec strong { display: block; margin-top: 0.35rem; }

.prose--airy,
.contact-card--soft {
  background: rgba(255,255,255,0.7);
}
.rich-text p:last-child,
.prose p:last-child { margin-bottom: 0; }
.contact-layout--soft {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: start;
}

.cta-panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 2.15rem;
  border-color: rgba(255,255,255,0.18);
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.cta-panel--artful .lead {
  color: rgba(255,255,255,0.82);
}

.site-footer {
  padding: 2.25rem 0 3rem;
  border-top: 1px solid var(--line);
  background: rgba(255, 250, 246, 0.45);
  backdrop-filter: blur(10px);
}
.footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 1.5rem;
}
.footer-bottom {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero-grid--artful,
  .story-grid,
  .artwork-detail,
  .contact-layout--soft,
  .footer-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .artwork-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mini-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .site-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-nav { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .hero-wash { padding-top: 4rem; }
  .hero-mosaic {
    grid-template-columns: 1fr 1fr;
  }
  .mosaic-card--large {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 23rem;
  }
  .mini-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .section { padding: 4rem 0; }
  .section--tight { padding: 3rem 0 4rem; }
  .wrap { width: min(100% - 1.1rem, 1140px); }
  .artwork-grid,
  .spec-grid,
  .mini-gallery { grid-template-columns: 1fr; }
  .button-row { flex-direction: column; }
  .button { width: 100%; }
  .hero-card__body,
  .art-card__body,
  .contact-card,
  .prose { padding: 1rem; }
  .announcement-bar { font-size: 0.87rem; }
  .mosaic-card img,
  .mosaic-card--large { min-height: 18rem; }
  .mosaic-card__caption {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
  }
}
