

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Inter, system-ui, sans-serif;
  background: #050507;
  color: #f7f7f7;
}


a {
  color: #ffdd55;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: #111;
  border-bottom: 1px solid #222;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  height: 56px;
  width: auto;
}

.hero-logo {
  height: 220px;
  width: auto;
  display: block;
  margin: 0 auto 20px;
}

.brand {
  font-family: Staatliches, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  margin-left: 15px;
  font-size: 14px;
}

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

.hero {
  padding: 80px 20px;
  text-align: center;
}

.hero h1 {
  font-family: Staatliches, sans-serif;
  font-size: 32px;
  margin: 0 0 10px;
}

.hero p {
  margin: 0;
  font-size: 16px;
  color: #ccc;
}

.content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.content h1 {
  font-family: Staatliches, sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
}

.experience {
  padding: 40px 20px 60px;
  text-align: center;
}

.experience h2 {
  font-family: Staatliches, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.experience-note {
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.logo-row img {
  height: 40px;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: filter 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.logo-row img:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}

.projects {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.projects h1 {
  font-family: Staatliches, sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.projects-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.proj-logo {
  max-height: 100px;
  width: auto;
}

.proj-text {
  max-width: 520px;
  font-size: 16px;
}

.partner-logos {
  text-align: center;
  margin-bottom: 32px;
}

.partner-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bbb;
  margin-bottom: 8px;
}

.partner-logo {
  max-height: 60px;
  width: auto;
}

.wip-gallery {
  margin-top: 20px;
}

.wip-gallery h2 {
  font-family: Staatliches, sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}

.wip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.wip-row img {
  max-height: 160px;
  border-radius: 8px;
  object-fit: cover;
}

.credit {
  font-size: 12px;
  color: #aaa;
  text-align: center;
  margin-top: 16px;
}

.gf-logo {
  display: block;
  max-height: 60px;
  margin: 0 auto 20px;
}

.email-button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid #ffdd55;
  font-weight: 600;
}

footer {
  text-align: center;
  padding: 20px;
  background: #111;
  margin-top: 40px;
  font-size: 13px;
  color: #aaa;
}

footer a {
  color: #ffdd55;
}

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

  .nav-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .nav-links a {
    margin-left: 0;
    margin-right: 12px;
    font-size: 13px;
  }

  .hero {
    padding: 60px 16px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .projects-top {
    align-items: flex-start;
  }

  .proj-logo {
    max-height: 80px;
  }
}

h1, h2, h3, h4 { color: #b30000; }
a { color: #b30000; }

h1, h2, h3, h4, h5 {
  color: #cc0000;
  text-shadow: 2px 2px 0px #000;
  font-weight: 700;
}
a {
  color: #cc0000;
}
a:hover {
  color: #ff1a1a;
}
section {
  border-bottom: 2px solid #331111;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.hero-logo {
  filter: drop-shadow(0 0 10px #000) contrast(1.1);
}
header, nav {
  background-color: #000;
  border-bottom: 3px solid #660000;
}

h1, h2, h3, h4, h5 {
  font-family: "Crimson Pro", serif;
  letter-spacing: 1px;
  color: #d40000;
  text-shadow: 0 0 4px #000;
  position: relative;
}
h1::after, h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60px;
  height: 4px;
  background: #d40000;
  border-radius: 2px;
}

a {
  color: #d40000;
  text-decoration: none;
}
a:hover {
  color: #ff3333;
  text-decoration: underline;
}

.hero-logo {
  filter: drop-shadow(0 0 12px #000) brightness(1.05);
  margin-top: 20px;
}

section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(212,0,0,0.25);
}


/* === Epic Samurai / Movie Poster Theme Overrides (v6) === */

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 6vw;
  background: radial-gradient(circle at top left, rgba(215,38,61,0.24), transparent 55%),
              rgba(0,0,0,0.92);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  height: 64px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(0,0,0,0.9));
}

.brand {
  font-family: "Staatliches", system-ui, sans-serif;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f7f7f7;
}

.nav-links a {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240,240,240,0.8);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
  color: #ffffff;
  border-bottom-color: #d7263d;
  transform: translateY(-1px);
}

/* Hero: full epic cinematic layout */

.hero {
  position: relative;
  min-height: calc(100vh - 80px);
  padding: 80px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.10), transparent 55%),
    radial-gradient(circle at bottom right, rgba(215,38,61,0.45), transparent 60%),
    linear-gradient(135deg, #050507 0%, #090b10 55%, #050507 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -20%;
  width: 260px;
  height: 140%;
  background: linear-gradient(to bottom, #ff4354, #8b0014);
  opacity: 0.9;
  mix-blend-mode: screen;
  transform: skewX(-16deg);
}

.hero::after {
  content: "";
  position: absolute;
  right: -1%;
  bottom: 25%;
  width: 54%;
  height: 100%;
  /* background: url("wip/alaithi.png") no-repeat right bottom; */
  background: url("assests/img/Hippos.webp") no-repeat right bottom;
  background-size: contain;
  opacity: 0.32;
  filter: grayscale(1) contrast(1.1);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  z-index: 1;
  width: 100%;
}

.hero-logo-wrap {
  flex: 0 0 auto;
}

.hero-logo {
  height: 260px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 18px rgba(0,0,0,0.9));
}

.hero-copy {
  flex: 1 1 auto;
  max-width: 640px;
}

.hero-tagline {
  font-family: "Staatliches", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 14px;
}

.hero h1 {
  font-family: "Staatliches", system-ui, sans-serif;
  font-size: 40px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: #ffffff;
  text-shadow: 0 0 24px rgba(0,0,0,0.9);
}

.hero h1 span.accent {
  color: #ff4354;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(242,242,242,0.86);
  margin: 0 0 26px;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
              transform 0.1s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #ff4354, #a70016);
  color: #ffffff;
  box-shadow: 0 0 28px rgba(0,0,0,0.7);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ff5e6b, #c0001c);
  transform: translateY(-1px);
  box-shadow: 0 0 36px rgba(0,0,0,0.85);
}

.btn-ghost {
  border-color: rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.9);
  background: transparent;
}

.btn-ghost:hover {
  border-color: #ff4354;
  color: #ff4354;
  background: rgba(0,0,0,0.6);
}

/* Headings: let content sections stay calmer, hero dominates */

h1, h2, h3, h4, h5 {
  color: #f7f7f7;
}

/* Footer refinement */

footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 6vw 30px;
  font-size: 13px;
  color: rgba(230,230,230,0.75);
  background: radial-gradient(circle at top center, rgba(255,255,255,0.04), transparent 60%),
              #050507;
}

/* Responsive hero adjustments */

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 60px 6vw 40px;
  }
  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-logo {
    height: 220px;
  }
  .hero::after {
    right: -40%;
    bottom: -10%;
    width: 90%;
    opacity: 0.28;
  }
}

@media (max-width: 640px) {
  .nav {
    padding: 10px 4vw;
  }
  .brand {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero-sub {
    font-size: 15px;
  }
  .hero-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
}

footer { margin-top: auto; }

/* Kurosawa mood enhancements */
body {
  background: #050507;
  background-image:
    radial-gradient(circle at center, rgba(0,0,0,0.6), transparent 70%),
    linear-gradient(to bottom, #0a0a0a, #000);
}

.hero::before {
  opacity: 0.7;
}

.hero::after {
  opacity: 0.22;
  filter: grayscale(1) contrast(1.2) brightness(0.8);
}

/* Calm competence tone */
.hero-tagline { letter-spacing: 0.18em; color: rgba(255,255,255,0.65); }
.hero h1 { color: #fff; }
.hero h1 .accent { color: #d7263d; }

/* Subpage hero alignment fixes */
.hero.hero--subpage .hero-inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 6vw;
  padding-top: 40px;
}
