:root {
  --bg: #ece4da;
  --paper: #f4eee7;
  --ink: #111111;
  --ink-soft: #2f2f2f;
  --line: #dbd1c5;
  --accent: #f0b37a;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

body {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: var(--bg);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("/asset/interview.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(0.9) contrast(0.95);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.05) 38%, rgba(0, 0, 0, 0.26) 100%);
}

.topbar {
  position: relative;
  z-index: 3;
  width: min(1640px, 94vw);
  margin: 0 auto;
  padding-top: clamp(1rem, 2.2vw, 2rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  text-decoration: none;
  color: var(--ink);
  font-family: "Archivo", sans-serif;
  letter-spacing: 0.005em;
  font-size: clamp(0.94rem, 1.2vw, 1.18rem);
  white-space: nowrap;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
}

.brand-strong {
  font-weight: 900;
}

.brand-soft {
  font-weight: 400;
}

.brand-mark {
  width: clamp(1rem, 1.5vw, 1.45rem);
  height: clamp(1rem, 1.5vw, 1.45rem);
  flex: 0 0 auto;
}

.menu {
  display: flex;
  justify-content: center;
  gap: clamp(0.65rem, 1.6vw, 1.7rem);
  align-items: center;
}

.menu a {
  text-decoration: none;
  color: #191919;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.56rem, 0.72vw, 0.74rem);
  letter-spacing: 0.09em;
  font-weight: 600;
}

.actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.icon-link {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  text-decoration: none;
}

.icon-link svg {
  width: 1.2rem;
  height: 1.2rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.more-btn {
  text-decoration: none;
  background: #0f0f0f;
  color: #ffffff;
  border-radius: 0.45rem;
  padding: 0.42rem 0.75rem;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.mobile-menu {
  display: none;
  position: relative;
  z-index: 3;
  width: min(1640px, 94vw);
  margin: 0.7rem auto 0;
  gap: 0.6rem;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 0.2rem;
}

.mobile-menu a {
  text-decoration: none;
  color: #171717;
  font-family: "Outfit", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 0.26rem 0.48rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-title {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: clamp(1rem, 1.7vw, 2rem);
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  font-size: clamp(1.5rem, 7.4vw, 8.5rem);
  max-width: 100vw;
  padding: 0 0.5rem;
  box-sizing: border-box;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(249, 217, 168, 0.52) 0%, rgba(246, 177, 116, 0.4) 40%, rgba(218, 142, 84, 0.25) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

main {
  background: var(--paper);
}

.showcase {
  background-color: #050505;
  background-image:
    radial-gradient(rgba(168, 168, 168, 0.1) 0.55px, transparent 0.65px),
    radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.03) 0%, transparent 60%);
  background-size: 4px 4px, 100% 100%;
  background-position: 0 0, center;
  padding: clamp(3rem, 5.2vw, 4.7rem) 0;
}

.showcase-inner {
  width: min(1460px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.45rem;
}

.show-side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.2rem;
}

.show-title {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.95;
  position: relative;
  width: fit-content;
}

.show-title::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: -0.2rem;
  bottom: -0.35rem;
  height: 0.46rem;
  border-radius: 99px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  transform: rotate(1deg);
}

.show-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.show-card {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  min-height: 460px;
  isolation: isolate;
}

.show-card-large {
  min-height: 650px;
}

.show-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.03) 40%, rgba(8, 8, 8, 0.82) 100%);
  z-index: 1;
}

.show-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.show-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.show-card-overlay {
  position: absolute;
  z-index: 2;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1rem;
  color: #fff;
}

.show-card-overlay h3 {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 2.9rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.show-card-large .show-card-overlay h3 {
  font-size: clamp(1.5rem, 2.2vw, 2.7rem);
}

.show-card-overlay p {
  margin: 0.3rem 0 0;
  font-size: 0.77rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.section {
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: clamp(2.3rem, 6vw, 5rem) 0;
}

.kicker {
  margin: 0 0 0.8rem;
  color: #5a5046;
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  font-weight: 700;
}

.intro h1 {
  margin: 0;
  max-width: 18ch;
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.8rem, 4.8vw, 4rem);
  line-height: 1;
}

.intro p {
  margin: 1rem 0 0;
  max-width: 70ch;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
  color: var(--ink-soft);
}

.cta-row {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1.15rem;
  border: 1px solid transparent;
  font-size: 0.9rem;
}

.btn-primary {
  background: #171717;
  color: #fff;
}

.btn-ghost {
  border-color: #c4b8aa;
  color: #171717;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cards article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #f7f1e8;
  padding: 1.25rem;
}

.cards span {
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #7a6855;
}

.cards h2 {
  margin: 0.45rem 0 0.6rem;
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
}

.cards p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.bottom-links {
  padding-top: 0;
  display: flex;
  gap: 1.2rem;
  border-top: 1px solid var(--line);
}

.bottom-links a {
  text-decoration: none;
  color: #171717;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}

footer {
  border-top: 1px solid var(--line);
  padding: 1.1rem;
  text-align: center;
  font-size: 0.84rem;
  color: #6e655b;
}

@media (max-width: 1150px) {
  .menu {
    display: none;
  }

  .mobile-menu {
    display: flex;
  }

  .topbar {
    grid-template-columns: 1fr auto;
  }

  .brand {
    font-size: clamp(0.82rem, 3.4vw, 1.06rem);
    gap: 0.3rem;
  }

  .brand-mark {
    width: clamp(0.86rem, 3.4vw, 1.08rem);
    height: clamp(0.86rem, 3.4vw, 1.08rem);
  }

  .showcase-inner {
    grid-template-columns: 1fr;
  }

  .show-card-large {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 82vh;
  }

  .hero-title {
    white-space: nowrap;
    padding: 0 0.4rem;
    line-height: 0.9;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .show-grid {
    grid-template-columns: 1fr;
  }

  .show-card {
    min-height: 420px;
  }

  .show-card-large {
    min-height: 460px;
  }

  .show-card-overlay h3 {
    font-size: clamp(1.45rem, 6.2vw, 2.1rem);
  }
}
