
:root {
  --bg: #f3f0ea;
  --paper: #171717;
  --ink: #EEE9DF;
  --muted: #D4AF37;
  --line: #d7d1c8;
  --accent: #34312d;
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.home-page {
	margin: 0;
	min-height: 100vh;
	
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.12),
            rgba(0, 0, 0, 0.12)
        ),
        url("../images/toku-background.png");

    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color: #EEE9DF;
}

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

a:hover,
a:focus-visible {
  opacity: .65;
}

img {
  display: block;
  width: 100%;
  height: auto;
}
/*
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(243, 240, 234, .92);
  border-bottom: 1px solid var(--line);
}
.site-header {
    background: transparent;
    border-bottom: 1px solid rgba(238, 233, 223, 0.15);
}*/
.site-header {
    background: rgba(14, 14, 12, 0.75);
    border-bottom: 1px solid rgba(238, 233, 223, 0.15);
}

.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  letter-spacing: .08em;
  white-space: nowrap;
  color: #EEE9DF;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: flex-end;
}

nav a {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #EEE9DF;
}

nav a[aria-current="page"] {
  border-bottom: 1px solid var(--ink);
}

.hero {
  min-height: 72vh;
  display: flex;
    justify-content: center;  /* horizontal */
    align-items: center;      /* vertical */

    text-align: center;
}

.hero-inner {
  max-width: 900px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.12;
}

h1 {
  font-size: clamp(3.4rem, 9vw, 8rem);
  margin: 0;
  letter-spacing: -.045em;
}
.hero h1 {
    color: #eee9df;
	
	    text-shadow:
        1px 1px 3px rgba(0, 0, 0, 0.95),
       -1px 1px 3px rgba(0, 0, 0, 0.95),
        1px -1px 3px rgba(0, 0, 0, 0.95),
       -1px -1px 3px rgba(0, 0, 0, 0.95),
        0 4px 12px rgba(0, 0, 0, 0.65);
}

.hero .eyebrow {
    color: #D4AF37;
	
	    text-shadow:
        1px 1px 3px rgba(0, 0, 0, 0.95),
       -1px 1px 3px rgba(0, 0, 0, 0.95),
        1px -1px 3px rgba(0, 0, 0, 0.95),
       -1px -1px 3px rgba(0, 0, 0, 0.95),
        0 4px 12px rgba(0, 0, 0, 0.50);
}

.hero .tagline {
    color: #d8cfc1;
	
	    text-shadow:
        1px 1px 3px rgba(0, 0, 0, 0.95),
       -1px 1px 3px rgba(0, 0, 0, 0.95),
        1px -1px 3px rgba(0, 0, 0, 0.95),
       -1px -1px 3px rgba(0, 0, 0, 0.95),
        0 4px 12px rgba(0, 0, 0, 0.65);
}

.tagline {
  margin: 26px 0 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  color: var(--accent);
}

main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px 90px;
}

.section {
    margin: 40px 0;
    padding: 50px;

    /* Transparent dark backing */
    background: rgba(10, 10, 10, 0.45);

    /* Fine boundary */
    border: 1px solid rgba(238, 233, 223, 0.05);

    /* Slight separation from background */
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.30);

    /* Slightly blur the background behind the box */
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 2fr);
  gap: 60px;
}

.section-label {
  margin: 0;
  color: var(--muted);
  font-size: 1.25rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.copy {
  max-width: 760px;
}

.copy h2 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 4vw, 4rem);
}

.copy h3 {
  margin: 42px 0 12px;
  font-size: 1.55rem;
}

.copy p {
  margin: 0 0 1.15em;
}

.artist-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.artist-card,
.card {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.artist-card h3,
.card h3 {
  margin: 0 0 8px;
  font-size: 1.55rem;
}

.artist-card p,
.card p {
  margin: 0;
  color: var(--line);
}

.artist-card .meta {
  margin-bottom: 16px;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.artist-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;

    display: block;
    margin-bottom: 24px;

    border: 1px solid rgba(201, 183, 143, 0.25);
}
.text-link {
  display: inline-block;
  margin-top: 22px;
  border-bottom: 1px solid var(--muted);
  padding-bottom: 2px;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.page-title {
  max-width: var(--max);
  margin: 0 auto;
  padding: 95px 28px 65px;
}

.page-title h1 {
  font-size: clamp(3rem, 7vw, 6.6rem);
}

.question-list,
.study-list {
  margin: 26px 0 0;
  padding-left: 1.15rem;
}

.question-list li,
.study-list li {
  margin: .55rem 0;
}

.placeholder {
  min-height: 280px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255,255,255,.25), rgba(0,0,0,.02));
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--muted);
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
}

.cta {
  padding: 90px 0 40px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.cta p {
  max-width: 760px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.4vw, 3.2rem);
  line-height: 1.25;
   text-shadow:
        1px 1px 3px rgba(0, 0, 0, 0.95),
       -1px 1px 3px rgba(0, 0, 0, 0.95),
        1px -1px 3px rgba(0, 0, 0, 0.95),
       -1px -1px 3px rgba(0, 0, 0, 0.95),
        0 4px 12px rgba(0, 0, 0, 0.65);
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 28px 42px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: .75rem;
}

@media (max-width: 820px) {
  .nav-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .hero {
    min-height: 60vh;
    padding-top: 70px;
  }

  .section-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .artist-grid,
  .card-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .nav-wrap,
  .hero,
  main,
  .page-title,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }
}
/* =========================================================
   ARTISTS PAGE
   Full-image artist sections with translucent text overlays
   ========================================================= */

.artists-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 28px 100px;
}
.artists-page {
    min-height: 100vh;

    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.90),
            rgba(0, 0, 0, 0.90)
        ),
        url("../images/toku-background.png");

    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;

    color: #eee9df;
}

.artist-background {
    min-height: 720px;
    margin: 50px 0;
    display: flex;
    align-items: center;
    padding: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(201, 183, 143, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

/* Image paths are relative to assets/css/styles.css */
.artist-arden {
    background-image:
       linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
        url("../images/arden-backdrop.jpg");
}

.artist-vale {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
        url("../images/vale-backdrop.jpg");
}

.artist-wolfguard {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
        url("../images/wolfguard-backdrop.jpg");
}

.artist-info-card {
    width: min(620px, 100%);
    padding: 42px 46px;
    background: rgba(8, 8, 8, 0.58);
    border: 1px solid rgba(201, 183, 143, 0.30);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.artist-card-left {
    margin-right: auto;
}

.artist-card-right {
    margin-left: auto;
}

.artist-info-card h2 {
    margin: 10px 0 24px;
    color: #EEE9DF;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.12;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}

.artist-info-card h3 {
    margin: 28px 0 12px;
    color: #C9B78F;
}

.artist-info-card p,
.artist-info-card li {
    color: #D8D2C4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.artist-info-card .section-label {
    color: #C9B78F;
    font-size: 1rem;
    letter-spacing: .16em;
    text-transform: uppercase;
}

@media (max-width: 820px) {
    .artists-main {
        padding-left: 18px;
        padding-right: 18px;
    }

    .artist-background {
        min-height: 620px;
        padding: 24px;
        align-items: flex-end;
        background-position: center;
    }

    .artist-info-card {
        padding: 28px;
        background: rgba(8, 8, 8, 0.68);
    }

    .artist-card-left,
    .artist-card-right {
        margin-left: 0;
        margin-right: 0;
    }
}

/*  ==========================================
     Gallery page stuff
	 ========================================= */
	 
.works-gallery {
    margin: 60px 0;
    padding: 45px;

    background: rgba(10, 10, 10, 0.40);

    border: 1px solid rgba(201, 183, 143, 0.20);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px;
}
.work-item {
    margin: 0;
    overflow: hidden;
}

.work-item img {
    width: 100%;
    height: 280px;

    object-fit: cover;

    transition: transform 0.3s ease;
}
.work-item img:hover {
    transform: scale(1.02);
}
.work-item.contain img {
    object-fit: contain;
    background: rgba(0, 0, 0, 0.25);
}