:root {
  --bg: #040404;
  --panel: rgba(7, 6, 6, 0.95);
  --line: rgba(179, 149, 114, 0.24);
  --line-strong: rgba(194, 168, 135, 0.43);
  --headline: #e0d2be;
  --text: #d4c0a4;
  --muted: #b79f84;
  --shadow: 0 24px 48px rgba(0,0,0,0.55);
  --width: 1180px;
  --wall-width: 68px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top center, rgba(18,18,18,0.48), transparent 42%),
    linear-gradient(180deg, #050505, #030303 42%, #050505);
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.01em;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.page-shell {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 22px calc(var(--wall-width) + 18px) 30px;
}
.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--wall-width);
  opacity: 0.86;
  background:
    linear-gradient(to right, rgba(0,0,0,0.70), rgba(0,0,0,0.34) 40%, rgba(0,0,0,0.08) 76%, transparent 100%),
    url('assets/wallpaper-side.png') center top / cover no-repeat;
  border-left: 1px solid rgba(173, 140, 106, 0.09);
  border-right: 1px solid rgba(173, 140, 106, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.36);
  filter: saturate(0.84) brightness(0.82);
}
.page-shell::before { left: 0; }
.page-shell::after {
  right: 0;
  transform: scaleX(-1);
}
.shell { width: min(100%, var(--width)); margin: 0 auto; }
.content-shell { position: relative; z-index: 1; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 6px 0 18px;
}
.crest {
  width: 64px;
  height: 86px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14,13,13,0.96), rgba(7,6,6,0.98));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.035), 0 12px 26px rgba(0,0,0,0.45);
}
.crest::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(194,168,135,0.16);
  border-radius: 6px;
}
.crest img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: sepia(0.65) saturate(0.55) brightness(1.35) contrast(1.06);
}
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  gap: clamp(16px, 2vw, 34px);
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.88rem;
}
.main-nav a { position: relative; color: var(--text); }
.main-nav a.active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  width: 24px;
  height: 1px;
  background: var(--line-strong);
  box-shadow: 0 5px 0 -4px var(--line-strong);
}
.header-icons { display: flex; gap: 13px; }
.icon { width: 25px; height: 25px; color: var(--text); opacity: 0.95; }

.hero {
  position: relative;
  min-height: 500px;
  padding: 46px 32px 38px;
  border: 1px solid rgba(180,149,116,0.14);
  overflow: hidden;
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(6,6,6,0.0), rgba(2,2,2,0.12)),
    url('assets/hero-bg.jpg') center 31% / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.24) 88%),
    linear-gradient(90deg, rgba(0,0,0,0.05), transparent 15%, transparent 85%, rgba(0,0,0,0.05));
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,0.035), transparent 20%),
    linear-gradient(180deg, transparent 0 72%, rgba(0,0,0,0.07) 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.title-banner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 20px 16px;
}
.title-banner::before,
.title-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.title-banner::before {
  top: 14px;
  width: min(660px, 90%);
  height: calc(100% - 28px);
  border-top: 1px solid rgba(194,167,133,0.10);
  border-bottom: 1px solid rgba(194,167,133,0.10);
}
.title-banner::after {
  top: 0;
  width: min(560px, 78%);
  height: 100%;
  border-top: 1px solid rgba(194,167,133,0.08);
  border-bottom: 1px solid rgba(194,167,133,0.08);
  opacity: 0.42;
}
.hero-flourish {
  position: relative;
  width: min(540px, 82%);
  height: 34px;
  margin: 0 auto;
}
.hero-flourish::before,
.hero-flourish::after {
  content: "";
  position: absolute;
  top: 17px;
  width: calc(50% - 42px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194,167,133,0.9));
}
.hero-flourish::before { left: 0; }
.hero-flourish::after { right: 0; transform: scaleX(-1); }
.hero-flourish span {
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%) scaleX(0.88);
  color: rgba(214,190,158,0.98);
  font-size: 0.95rem;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0,0,0,0.45);
}
.hero-flourish.top span::before,
.hero-flourish.top span::after,
.hero-flourish.bottom span::before,
.hero-flourish.bottom span::after {
  content: "|";
  position: absolute;
  top: -2px;
  color: rgba(214,190,158,0.82);
  font-size: 1rem;
}
.hero-flourish.top span::before,
.hero-flourish.bottom span::before { left: -14px; }
.hero-flourish.top span::after,
.hero-flourish.bottom span::after { right: -14px; }
.hero h1 {
  margin: -2px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--headline);
  font-size: clamp(4.85rem, 7vw, 7rem);
  line-height: 0.8;
  letter-spacing: 0.035em;
  transform: scaleX(0.84);
  transform-origin: center;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.04),
    0 0 10px rgba(216,195,166,0.06),
    0 16px 22px rgba(0,0,0,0.58);
}
.tagline {
  margin: 12px 0 24px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  color: var(--text);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  letter-spacing: 0.22em;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.button,
.card-link,
.newsletter-form button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 228px;
  padding: 13px 24px;
  border: 1px solid var(--line-strong);
  color: var(--headline);
  background: linear-gradient(180deg, rgba(16,14,14,0.88), rgba(8,7,7,0.96));
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.88rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.028);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.button:hover,
.card-link:hover,
.newsletter-form button:hover {
  transform: translateY(-1px);
  border-color: rgba(215,186,151,0.66);
  box-shadow: 0 10px 28px rgba(0,0,0,0.36);
}
.button-mark {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(188,160,125,0.48);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 0.85rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}
.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 10px 10px 16px;
  background: linear-gradient(180deg, rgba(8,7,7,0.96), rgba(4,4,4,0.98));
  border: 1px solid rgba(182,151,117,0.18);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(188,160,125,0.12);
  pointer-events: none;
}
.visual {
  height: 144px;
  margin-bottom: 14px;
  border: 1px solid rgba(182,151,117,0.18);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.01), rgba(0,0,0,0.30));
}
.visual-about { background-image: url('assets/about.jpg'); }
.visual-apparel { background-image: url('assets/apparel.jpg'); }
.visual-visual-art { background-image: url('assets/visual-art.jpg'); }
.visual-accessories { background-image: url('assets/accessories.jpg'); }
.feature-card h2,
.site-footer h3 {
  margin: 0 0 8px;
  font-family: "Cinzel", serif;
  color: var(--headline);
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  line-height: 1.03;
  letter-spacing: 0.035em;
}
.feature-card p,
.footer-newsletter p,
.footer-contact a,
.footer-sigil p {
  margin: 0;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.22;
}
.feature-card p { flex: 1; margin-bottom: 16px; }
.card-link { width: 100%; min-width: 0; margin-top: auto; padding: 12px 14px; font-size: 0.88rem; }
.site-footer {
  display: grid;
  grid-template-columns: 1fr 260px 1fr;
  gap: 24px;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(185,152,115,0.16);
}
.footer-block { min-height: 170px; }
.footer-contact,
.footer-newsletter { display: flex; flex-direction: column; gap: 10px; }
.footer-sigil {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  text-align: center;
}
.footer-sigil img {
  width: 110px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: sepia(0.72) saturate(0.62) brightness(1.02);
}
.newsletter-form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 5px;
}
.newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  color: var(--headline);
  font-family: inherit;
  font-size: 1.05rem;
  background: rgba(8,7,7,0.95);
  border: 1px solid rgba(188,160,125,0.2);
}
.newsletter-form input::placeholder { color: rgba(206,188,166,0.55); }
.newsletter-form button { min-width: 144px; cursor: pointer; }

@media (max-width: 1100px) {
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-sigil { order: 3; }
  .footer-block { min-height: 0; }
}
@media (max-width: 900px) {
  .page-shell { padding-inline: 16px; }
  .page-shell::before, .page-shell::after { display: none; }
}
@media (max-width: 820px) {
  .site-header { flex-wrap: wrap; justify-content: center; }
  .main-nav { flex-wrap: wrap; gap: 12px 18px; }
  .header-icons { display: none; }
  .hero { min-height: 420px; padding: 42px 18px 28px; }
  .title-banner { padding: 22px 12px 15px; }
  .hero h1 { font-size: clamp(3.15rem, 11vw, 4.8rem); transform: scaleX(0.9); }
  .tagline { font-size: 0.95rem; }
  .button, .card-link { width: 100%; min-width: 0; }
  .hero-actions { gap: 12px; }
  .cards-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form button { width: 100%; }
}


/* v11: baked hero banner image so the title/logo treatment is no longer limited by browser fonts. */
.hero-image-banner {
  min-height: 0;
  padding: 0;
  background: #050505;
  border: 1px solid rgba(180,149,116,0.16);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-image-banner::before,
.hero-image-banner::after {
  display: none;
}

.hero-banner-art {
  display: block;
  width: 100%;
  height: auto;
  min-height: 360px;
  max-height: 560px;
  object-fit: cover;
  object-position: center center;
}

.hero-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.hero-actions-baked {
  position: absolute;
  left: 50%;
  bottom: 7.2%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: min(90%, 560px);
}

.hero-actions-baked .button {
  min-width: 220px;
  padding: 13px 22px;
  background: linear-gradient(180deg, rgba(12,10,10,0.82), rgba(5,5,5,0.94));
  backdrop-filter: blur(2px);
}

.cards-grid {
  margin-top: 12px;
}

@media (max-width: 820px) {
  .hero-banner-art {
    min-height: 320px;
    object-fit: cover;
  }

  .hero-actions-baked {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    padding: 14px;
    background: #050505;
  }
}


/* v12: final custom card images */
.visual {
  height: 150px;
}

.visual-about {
  background-image: url('assets/about.jpg?v=12');
  background-position: center center;
}

.visual-apparel {
  background-image: url('assets/apparel.jpg?v=12');
  background-position: center 22%;
}

.visual-visual-art {
  background-image: url('assets/visual-art.jpg?v=12');
  background-position: center 28%;
}

.visual-accessories {
  background-image: url('assets/accessories.jpg?v=12');
  background-position: center 30%;
}

@media (max-width: 820px) {
  .visual {
    height: 190px;
  }
}
