:root {
  --ink: #151515;
  --muted: #66615b;
  --line: #ded9d0;
  --paper: #f7f4ef;
  --white: #ffffff;
  --red: #d13f2f;
  --gold: #c99a2e;
  --blue: #126a83;
  --green: #346b4d;
  --shadow: 0 22px 70px rgba(21, 21, 21, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  background: rgba(247, 244, 239, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  line-height: 1;
}

.brand span {
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0;
}

.brand small {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--ink);
}

.cart-button,
.filter,
.button,
.icon-button {
  border: 1px solid var(--ink);
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
}

.cart-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
}

.cart-button span {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: calc(100vh - 82px);
  border-bottom: 1px solid var(--line);
}

.hero-art {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(21, 21, 21, 0.22), transparent 42%),
    #d8cfc2;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 21, 21, 0.28), transparent 38%),
    linear-gradient(0deg, rgba(247, 244, 239, 0.12), transparent 42%);
  pointer-events: none;
}

.hero-piece {
  position: absolute;
  margin: 0;
  border: 12px solid #f5eee2;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-piece img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.piece-one {
  left: 7%;
  top: 9%;
  width: 42%;
  aspect-ratio: 0.82;
  transform: rotate(-4deg);
}

.piece-two {
  right: 8%;
  top: 10%;
  width: 34%;
  aspect-ratio: 0.74;
  transform: rotate(4deg);
}

.piece-three {
  left: 24%;
  bottom: 7%;
  width: 54%;
  aspect-ratio: 1.54;
  transform: rotate(2deg);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(44px, 8vw, 92px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  max-width: 100%;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.86;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 5vw, 66px);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.cart-button:hover,
.filter:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button.full {
  width: 100%;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.profile-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  padding: clamp(42px, 6vw, 76px) clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.profile-strip h2 {
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(42px, 7vw, 96px);
  font-weight: 800;
  letter-spacing: 0;
}

.profile-strip p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(17px, 2vw, 21px);
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.profile-facts div {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.profile-facts div:last-child {
  border-right: 0;
}

.profile-facts dt {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-facts dd {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.intro-band article {
  padding: clamp(28px, 5vw, 56px);
  border-right: 1px solid var(--line);
}

.intro-band article:last-child {
  border-right: 0;
}

.intro-band span {
  color: var(--red);
  font-weight: 800;
}

.intro-band h2 {
  margin: 14px 0 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 28px;
}

.section,
.shop-section,
.policy-section,
.artist-section,
.contact-section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 4vw, 56px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 32px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.section-heading h2 {
  max-width: 780px;
}

.feature-grid,
.product-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.product-card,
.policy-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.feature-card {
  padding-bottom: 22px;
}

.feature-card h3,
.feature-card p {
  padding: 0 22px;
}

.feature-image,
.product-art {
  min-height: 280px;
  margin-bottom: 22px;
}

.feature-image.tropical {
  background:
    radial-gradient(circle at 24% 26%, #e94835, transparent 18%),
    radial-gradient(circle at 70% 45%, #fac442, transparent 20%),
    linear-gradient(135deg, #135d75, #31251f);
}

.feature-image.symbolic {
  background:
    radial-gradient(circle at 50% 42%, #f7efca, transparent 10%),
    radial-gradient(circle at 54% 45%, #0c556f, transparent 24%),
    linear-gradient(135deg, #d23f31, #1d1b18 62%);
}

.feature-image.caribbean {
  background:
    radial-gradient(circle at 30% 70%, #f3c23f, transparent 22%),
    radial-gradient(circle at 68% 28%, #d13f2f, transparent 18%),
    linear-gradient(135deg, #2e6e54, #f4eee1);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter {
  min-height: 40px;
  padding: 9px 14px;
  background: transparent;
}

.filter.active {
  background: var(--ink);
  color: var(--white);
}

.product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(21, 21, 21, 0.1);
}

.policy-section {
  border-top: 1px solid var(--line);
  background: #eee8dc;
}

.policy-grid article {
  padding: 24px;
}

.policy-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.policy-grid h3 {
  font-size: 22px;
}

.policy-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.product-art {
  min-height: 330px;
  margin-bottom: 0;
  overflow: hidden;
  background: #ddd4c6;
}

.product-art img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-card:hover .product-art img {
  transform: scale(1.03);
}

.product-art.original {
  background:
    radial-gradient(circle at 42% 30%, #ffd84a, transparent 16%),
    radial-gradient(circle at 62% 58%, #e94a33, transparent 21%),
    linear-gradient(142deg, #121212, #176b80 50%, #e0a72e);
}

.product-art.print {
  background:
    radial-gradient(circle at 55% 46%, #fff4d7, transparent 13%),
    radial-gradient(circle at 36% 50%, #126a83, transparent 22%),
    linear-gradient(155deg, #e75a36, #f2cf52 48%, #202020);
}

.product-art.sculpture {
  background:
    radial-gradient(circle at 44% 35%, #343434, transparent 18%),
    radial-gradient(circle at 54% 58%, #c99a2e, transparent 23%),
    linear-gradient(155deg, #e7e0d4, #346b4d 54%, #151515);
}

.product-art.merch {
  background:
    radial-gradient(circle at 50% 42%, #f7f4ef, transparent 20%),
    radial-gradient(circle at 36% 44%, #d13f2f, transparent 14%),
    linear-gradient(145deg, #126a83, #f1c64e 55%, #151515);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-body h3 {
  font-size: 22px;
}

.product-body p {
  flex: 1;
  font-size: 15px;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.product-actions .button {
  min-height: 40px;
  padding: 9px 12px;
}

.price {
  font-size: 22px;
  font-weight: 800;
}

.artist-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.artist-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.artist-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl {
  display: grid;
  gap: 22px;
  margin: 30px 0 0;
}

dt {
  margin-bottom: 6px;
  font-weight: 800;
}

dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.contact-section p {
  color: #d8d0c4;
}

.contact-section .button {
  border-color: var(--white);
}

.contact-section .button.primary {
  background: var(--white);
  color: var(--ink);
}

.contact-section .button.secondary {
  color: var(--white);
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  justify-content: flex-end;
  background: rgba(21, 21, 21, 0.38);
}

.cart-drawer.open {
  display: flex;
}

.cart-panel {
  display: flex;
  width: min(440px, 100%);
  height: 100%;
  flex-direction: column;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.cart-header h2 {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 28px;
}

.icon-button {
  width: 40px;
  height: 40px;
  background: transparent;
}

.cart-items {
  display: grid;
  flex: 1;
  align-content: start;
  gap: 14px;
  overflow: auto;
  padding: 18px 24px;
}

.cart-empty {
  padding: 20px 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
}

.cart-thumb {
  width: 58px;
  height: 58px;
  border-radius: 6px;
}

.cart-item h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.cart-item p {
  margin: 0;
  font-size: 13px;
}

.remove {
  border: 0;
  background: transparent;
  color: var(--red);
  cursor: pointer;
  font-weight: 800;
}

.cart-footer {
  padding: 24px;
  border-top: 1px solid var(--line);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 18px;
}

.cart-total strong {
  font-size: 26px;
}

.cart-footer p {
  margin: 12px 0 0;
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .hero,
  .profile-strip,
  .artist-section,
  .section-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .profile-facts {
    grid-template-columns: 1fr;
  }

  .profile-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .profile-facts div:last-child {
    border-bottom: 0;
  }

  .hero-art {
    min-height: 460px;
  }

  .piece-one {
    left: 6%;
    top: 8%;
    width: 46%;
  }

  .piece-two {
    right: 6%;
    top: 12%;
    width: 38%;
  }

  .piece-three {
    left: 14%;
    bottom: 7%;
    width: 72%;
  }

  .intro-band,
  .feature-grid,
  .product-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .intro-band article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .main-nav {
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    min-height: 360px;
  }

  .hero-piece {
    border-width: 8px;
  }

  .piece-one {
    left: 4%;
    top: 7%;
    width: 52%;
  }

  .piece-two {
    right: 4%;
    top: 10%;
    width: 42%;
  }

  .piece-three {
    left: 8%;
    bottom: 7%;
    width: 84%;
  }

  .hero-copy,
  .profile-strip,
  .section,
  .shop-section,
  .artist-section,
  .contact-section {
    padding: 38px 18px;
  }

  h1 {
    font-size: 64px;
  }

  .product-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .product-actions,
  .product-bottom .button {
    width: 100%;
  }

  .product-actions {
    justify-content: stretch;
  }
}
