@font-face {
  font-family: "Nazanin";
  src: url("./fonts/Nazanin.regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #020609;
  --panel: #071116;
  --panel-soft: #0a171d;
  --line: rgba(119, 215, 225, 0.17);
  --cyan: #75e8f1;
  --cyan-soft: #8abdc2;
  --red: #aa2633;
  --text: #eff6f5;
  --muted: #8ba0a3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 4%, rgba(34, 138, 151, 0.1), transparent 30rem),
    radial-gradient(circle at 92% 34%, rgba(14, 92, 105, 0.08), transparent 32rem),
    var(--ink);
  color: var(--text);
  font-family: "Nazanin", "B Nazanin", Tahoma, serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.01) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(#000, transparent 88%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(1320px, 94vw);
  min-height: 82px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(117, 232, 241, 0.13);
}
.wordmark, .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wordmark b, .footer-brand b { display: block; font-size: 17px; }
.wordmark small, .footer-brand small {
  display: block;
  margin-top: 3px;
  color: #60777b;
  font: 8px/1 Arial, sans-serif;
  letter-spacing: 0.18em;
}
.lure-dot {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan), 0 0 28px rgba(117,232,241,0.85);
  animation: lure 3.3s ease-in-out infinite;
}
.site-header nav { display: flex; align-items: center; justify-content: center; }
.site-header nav a {
  position: relative;
  padding: 32px 14px;
  color: #91a6a8;
  font-size: 12px;
  transition: color 0.2s ease;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(117,232,241,0.8);
  transition: 0.2s ease;
}
.site-header nav a:hover { color: white; }
.site-header nav a:hover::after { right: 13px; left: 13px; }
.header-cta {
  justify-self: end;
  padding: 12px 17px;
  border: 1px solid rgba(117, 232, 241, 0.34);
  border-radius: 3px;
  color: var(--cyan);
  font-size: 11px;
  transition: 0.2s ease;
}
.header-cta:hover { background: rgba(117,232,241,0.08); }

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(390px, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  padding: 112px max(4vw, calc((100vw - 1320px) / 2)) 130px;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2,6,9,0.08) 0%, rgba(2,6,9,0.3) 42%, #020609 80%),
    linear-gradient(0deg, #020609 0%, transparent 26%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 14% 27%, rgba(117,232,241,0.34) 0 1px, transparent 2px),
    radial-gradient(circle at 32% 73%, rgba(255,255,255,0.16) 0 1px, transparent 2px);
  background-size: 71px 71px, 97px 97px;
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding: 22px 0 0 42px;
}
.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--cyan-soft);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.kicker span {
  width: 28px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 9px rgba(117,232,241,0.6);
}
.hero h1 {
  margin: 0;
  font-size: clamp(78px, 9vw, 142px);
  line-height: 0.88;
  letter-spacing: -0.085em;
  font-weight: 500;
}
.english-title {
  margin: 20px 5px 0;
  color: #496168;
  font: 13px/1 Arial, sans-serif;
  letter-spacing: 0.44em;
}
.hero blockquote {
  max-width: 570px;
  margin: 38px 0 22px;
  padding: 13px 18px 13px 0;
  border-right: 2px solid var(--red);
  background: linear-gradient(270deg, rgba(170,38,51,0.09), transparent);
  color: #e5eeee;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.8;
}
.hero-intro {
  max-width: 610px;
  margin: 0;
  color: #91a4a6;
  font-size: 14px;
  line-height: 2.15;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.primary-button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cyan);
  color: var(--cyan);
  font-size: 12px;
  transition: 0.25s ease;
}
.primary-button:hover {
  transform: translateY(-2px);
  background: rgba(117,232,241,0.08);
  box-shadow: 0 10px 34px rgba(0,0,0,0.25);
}
.text-button {
  color: #9fb0b1;
  font-size: 12px;
}
.text-button span { color: var(--cyan); transition: margin 0.2s ease; }
.text-button:hover span { margin-right: 6px; }
.hero-visual {
  min-height: 620px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 1% 3% 8%;
  z-index: -1;
  border: 1px solid rgba(117,232,241,0.08);
  border-radius: 50%;
  filter: drop-shadow(0 0 25px rgba(31,143,157,0.12));
}
.hero-visual img {
  width: min(670px, 54vw);
  height: min(670px, 54vw);
  object-fit: cover;
  border-radius: 50%;
  filter: saturate(0.76) contrast(1.07);
  mask-image: radial-gradient(circle, #000 53%, rgba(0,0,0,0.98) 62%, transparent 72%);
}
.halo {
  position: absolute;
  border: 1px solid rgba(117,232,241,0.11);
  border-radius: 50%;
}
.halo-one { width: 76%; aspect-ratio: 1; }
.halo-two { width: 91%; aspect-ratio: 1; border-style: dashed; opacity: 0.45; }
.hero-stats {
  position: absolute;
  right: max(4vw, calc((100vw - 1320px) / 2));
  bottom: 34px;
  display: flex;
  gap: 0;
}
.hero-stats div {
  min-width: 105px;
  padding: 4px 20px;
  border-left: 1px solid var(--line);
}
.hero-stats div:last-child { border-left: 0; }
.hero-stats strong {
  display: block;
  color: var(--cyan);
  font-size: 24px;
  font-weight: 500;
}
.hero-stats span { color: #61787c; font-size: 9px; }
.scroll-cue {
  position: absolute;
  bottom: 31px;
  left: max(4vw, calc((100vw - 1320px) / 2));
  display: flex;
  align-items: center;
  gap: 9px;
  color: #50666a;
  font-size: 9px;
}
.scroll-cue span {
  width: 7px;
  height: 21px;
  position: relative;
  border: 1px solid #496166;
  border-radius: 9px;
}
.scroll-cue span::after {
  content: "";
  width: 2px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 2px;
  border-radius: 3px;
  background: var(--cyan);
  animation: scroll 2s infinite;
}

.section {
  width: min(1240px, 90vw);
  margin: 0 auto;
  padding: 118px 0;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 37px;
  color: #667d80;
  font-size: 10px;
}
.section-label span {
  color: var(--cyan);
  font: 11px/1 Arial, sans-serif;
  letter-spacing: 0.1em;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  align-items: center;
}
.depth-visual {
  min-height: 590px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(0deg, rgba(2,6,9,0.76), rgba(2,6,9,0.05) 63%),
    url("/hero-anglerfish.png") 28% center / cover no-repeat;
  box-shadow: 0 30px 80px rgba(0,0,0,0.32);
}
.depth-visual::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(117,232,241,0.12);
}
.depth-caption {
  position: absolute;
  right: 48px;
  bottom: 42px;
  z-index: 2;
}
.depth-caption small {
  display: block;
  margin-bottom: 8px;
  color: #82989a;
}
.depth-caption b { font-size: 25px; font-weight: 500; }
.about-copy h2, .section-heading h2, .details-copy h2, .team-title h2, .partnership h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.42;
  letter-spacing: -0.045em;
  font-weight: 500;
}
.about-copy > p:not(.kicker), .details-copy > p:not(.kicker) {
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2.2;
}

.story {
  width: 100%;
  padding-right: max(5vw, calc((100vw - 1240px) / 2));
  padding-left: max(5vw, calc((100vw - 1240px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 5% 40%, rgba(33,125,137,0.1), transparent 27rem),
    rgba(5,13,17,0.58);
}
.section-heading, .team-title {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
}
.section-heading > p, .team-title > p {
  margin: 0 0 8px;
  color: var(--muted);
  line-height: 2.1;
}
.logline-card {
  margin-top: 64px;
  padding: 42px 48px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 35px;
  border: 1px solid rgba(117,232,241,0.24);
  background: linear-gradient(135deg, rgba(13,33,39,0.84), rgba(5,15,19,0.84));
}
.logline-card > span, .synopsis > span {
  color: var(--red);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.logline-card p {
  margin: 0;
  color: #dfe9e8;
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1.95;
}
.synopsis-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
  margin-top: 14px;
}
.synopsis, .quote-panel {
  min-height: 340px;
  padding: 42px 48px;
  border: 1px solid var(--line);
  background: rgba(6,16,20,0.68);
}
.synopsis p {
  margin: 17px 0 0;
  color: #94a7a8;
  font-size: 13px;
  line-height: 2.25;
}
.quote-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(0deg, rgba(2,7,10,0.9), rgba(3,10,13,0.36)),
    url("/anglerfish-main.png") center / cover no-repeat;
}
.quote-panel::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(117,232,241,0.12);
}
.quote-panel > span {
  position: absolute;
  top: 13px;
  right: 29px;
  color: rgba(117,232,241,0.34);
  font: 100px/1 Georgia, serif;
}
.quote-panel p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #e1e9e8;
  font-size: 18px;
  line-height: 2;
}

.details-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.specs { border-top: 1px solid var(--line); }
.specs div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.specs small { color: #627a7d; }
.specs b { color: #cad6d5; font-size: 12px; font-weight: 500; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 76px;
}
.features-grid article {
  min-height: 260px;
  position: relative;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(11,26,31,0.88), rgba(4,13,16,0.86));
}
.features-grid article::after {
  content: "";
  position: absolute;
  bottom: -62px;
  left: -62px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(117,232,241,0.1);
  border-radius: 50%;
}
.features-grid span {
  color: rgba(117,232,241,0.27);
  font: 26px/1 Arial, sans-serif;
}
.features-grid h3 { margin: 35px 0 16px; font-size: 18px; font-weight: 500; }
.features-grid p { margin: 0; color: #7f9597; font-size: 11px; line-height: 2.05; }

.team-section { border-top: 1px solid var(--line); }
.team-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 58px;
}
.team-cards article {
  min-height: 240px;
  position: relative;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 0 0, rgba(117,232,241,0.08), transparent 50%), var(--panel);
}
.team-cards article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 34px;
  width: 44px;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(117,232,241,0.6);
}
.team-cards span { color: var(--cyan-soft); font-size: 10px; }
.team-cards h3 { margin: 37px 0 15px; font-size: 30px; font-weight: 500; }
.team-cards p { max-width: 270px; margin: 0; color: #71878a; font-size: 11px; line-height: 2; }

.partnership {
  width: min(1320px, 94vw);
  min-height: 650px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 20px auto 0;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 90px;
  align-items: center;
  border: 1px solid rgba(117,232,241,0.25);
  background:
    linear-gradient(90deg, rgba(3,10,13,0.96), rgba(5,16,20,0.88)),
    url("/hero-anglerfish.png") left center / cover no-repeat;
}
.partnership::before {
  content: "";
  position: absolute;
  inset: 25px;
  z-index: -1;
  border: 1px solid rgba(117,232,241,0.08);
}
.partnership-glow {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -190px;
  right: -160px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(52,185,199,0.12);
  filter: blur(90px);
}
.partnership-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 25px 0 0;
  color: #92a6a7;
  line-height: 2.25;
}
.contact-note {
  margin-top: 39px;
  padding: 21px 23px;
  border-right: 2px solid var(--cyan);
  background: linear-gradient(270deg, rgba(117,232,241,0.06), transparent);
}
.contact-note b { display: block; margin-bottom: 9px; font-size: 13px; }
.contact-note span { color: #72898b; font-size: 10px; line-height: 1.9; }
.partnership-list { border-top: 1px solid var(--line); }
.partnership-list div {
  min-height: 68px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.partnership-list span {
  color: rgba(117,232,241,0.38);
  font: 11px/1 Arial, sans-serif;
}
.partnership-list p { margin: 0; color: #c1cecd; font-size: 11px; }

footer {
  width: min(1240px, 90vw);
  min-height: 130px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #576e72;
}
footer p, footer > a { font-size: 9px; }
footer > a:hover { color: var(--cyan); }

@keyframes lure {
  0%, 100% { opacity: 0.72; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.16); }
}
@keyframes scroll {
  0% { opacity: 0; transform: translateY(0); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateY(8px); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 0.95fr 1.05fr; padding-top: 120px; }
  .hero-visual { min-height: 520px; }
  .hero-stats { right: 4vw; }
  .about-grid, .details-grid { gap: 45px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .partnership { padding: 65px 50px; gap: 50px; }
}

@media (max-width: 780px) {
  .site-header { min-height: 72px; position: absolute; }
  .header-cta { padding: 10px 12px; }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 110px 5vw 155px;
  }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(64px, 19vw, 100px); }
  .hero-visual {
    min-height: 430px;
    grid-row: 1;
    margin: 0 0 -60px;
    opacity: 0.78;
  }
  .hero-visual img { width: min(560px, 90vw); height: min(560px, 90vw); }
  .hero-stats { right: 5vw; bottom: 43px; }
  .hero-stats div { min-width: 75px; padding: 4px 12px; }
  .scroll-cue { display: none; }
  .section { width: 90vw; padding: 88px 0; }
  .story { width: 100%; padding-right: 5vw; padding-left: 5vw; }
  .about-grid, .section-heading, .synopsis-grid, .details-grid, .team-title, .partnership {
    grid-template-columns: 1fr;
  }
  .about-grid { gap: 50px; }
  .depth-visual { min-height: 470px; }
  .section-heading, .team-title { gap: 25px; }
  .logline-card { grid-template-columns: 1fr; gap: 18px; padding: 32px; }
  .synopsis, .quote-panel { min-height: 300px; padding: 34px; }
  .details-grid { gap: 45px; }
  .team-cards { grid-template-columns: 1fr; }
  .partnership { width: 94vw; min-height: auto; padding: 64px 7vw; gap: 45px; }
  footer { min-height: 170px; flex-direction: column; justify-content: center; }
}

@media (max-width: 510px) {
  .site-header { width: 90vw; }
  .wordmark b { font-size: 15px; }
  .header-cta { font-size: 9px; }
  .hero { padding-top: 90px; }
  .hero-visual { min-height: 360px; }
  .hero blockquote { margin-top: 27px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stats { width: 90vw; display: grid; grid-template-columns: repeat(4, 1fr); }
  .hero-stats div { min-width: 0; padding: 4px 9px; }
  .hero-stats strong { font-size: 20px; }
  .depth-visual { min-height: 390px; }
  .depth-caption { right: 28px; bottom: 28px; }
  .logline-card { padding: 27px 24px; }
  .synopsis, .quote-panel { padding: 29px 24px; }
  .specs div { grid-template-columns: 95px 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .features-grid article { min-height: 220px; }
  .team-cards article { min-height: 210px; padding: 28px; }
  .team-cards h3 { margin-top: 28px; }
  .partnership { padding: 58px 24px; }
}
